Skip to content

Instantly share code, notes, and snippets.

View CryptYlliON's full-sized avatar
👁️‍🗨️
Building it

CryptoPrizm CryptYlliON

👁️‍🗨️
Building it
View GitHub Profile
@CryptYlliON
CryptYlliON / keeper_auto_task.js
Created November 4, 2020 04:55 — forked from kx9x/!keeper_auto_task.js
This gist shows an autotask that can be used with OpenZeppelin Defender on the free tier without relayer
// Settings edited by user
const YOUR_KEEP3R_ADDRESSS = "";
const YOUR_KEEP3R_PRIVATE_KEY = "";
// Code starts here
const { ethers } = require("ethers");
const privateKey = Buffer.from(YOUR_KEEP3R_PRIVATE_KEY, 'hex');
const UniswapOracleV2 = "UniswapOracleV2";
const HegicPoolKeep3r = "HegicPoolKeep3r";