Created
April 16, 2022 03:33
-
-
Save jarrodlilkendey/e7d49d828ea71738746174d5b840a001 to your computer and use it in GitHub Desktop.
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
// replace 0x86935F11C86623deC8a25696E1C19a8659CbF95d with the smart contract address you wish to monitor | |
const aavegotchiDiamond = new ethers.Contract('0x86935F11C86623deC8a25696E1C19a8659CbF95d', abi, provider); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment