This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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"; |