Created
May 22, 2021 15:33
-
-
Save bhavya2611/86ef3f1a5f1c252d548d49f22fa1ea4c 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
// Create a new Web3 Instance | |
const web3 = new Web3(window.ethereum); | |
// Replace the addresses to point to your Farming Contract | |
// and LP Token Contract on the desired network | |
const FARMING_CONTRACT_ADDRESS = "0xeF682Ae89e74BcBB3fC3B24B6b3e************" | |
const LP_TOKEN_ADDRESS = "0x9ba8dd47C8a85aD45aB7dab82727************" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment