Skip to content

Instantly share code, notes, and snippets.

@bhavya2611
Created May 22, 2021 15:33
Show Gist options
  • Save bhavya2611/86ef3f1a5f1c252d548d49f22fa1ea4c to your computer and use it in GitHub Desktop.
Save bhavya2611/86ef3f1a5f1c252d548d49f22fa1ea4c to your computer and use it in GitHub Desktop.
// 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