Skip to content

Commit

Permalink
dryrun masterchef (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 authored Feb 17, 2022
1 parent 3b08824 commit a3191fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuseio/earn-sdk",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const UNISWAP_SUBGRAPH_URL = 'https://api.thegraph.com/subgraphs/name/uni
export const FUSESWAP_SUBGRAPH_URL = 'https://api.thegraph.com/subgraphs/name/fuseio/fuseswap'
export const PANCAKESWAP_SUBGRAPH_URL = 'https://bsc.streamingfast.io/subgraphs/name/pancakeswap/exchange-v2'

export const MASTERCHEF_V2_ADDRESS = '0x89c77020558a5BAE4e3D873BA1615Aaf4eEd83e7'
export const MASTERCHEF_V2_ADDRESS = '0x3F998a555C91449bbdcf5b021BCD5f0C04b17732'
export const MASTERCHEF_V3_ADDRESS = '0x7c416513BEf5D21950af85742d9644F387Dd08F4'

export const MASTERCHEF_V2_SUBGRAPH_URL = 'https://api.thegraph.com/subgraphs/name/mul53/masterchefv2'
Expand Down

0 comments on commit a3191fa

Please sign in to comment.