Skip to content

Commit

Permalink
feat: Add Mcv3 for L2s
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojoex committed Sep 20, 2023
1 parent 3871952 commit 4dc00a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Currently, there are multiple subgraphs, but additional subgraphs can be added t
- Polygon zkEVM testnet https://api.studio.thegraph.com/query/45376/masterchef-v3-zkevm-testnet/version/latest
- ARB https://api.thegraph.com/subgraphs/name/pancakeswap/masterchef-v3-arb
- zkSync https://api.studio.thegraph.com/query/45376/masterchef-v3-zksync/version/latest
- Base https://api.studio.thegraph.com/query/45376/masterchef-v3-base/version/latest

16. **Exchange (v3)**: Tracks all PancakeSwap V3 Exchange data with price, volume, liquidity
- BSC https://thegraph.com/hosted-service/subgraph/pancakeswap/exchange-v3-bsc
Expand Down
4 changes: 4 additions & 0 deletions config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ module.exports = {
"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913", // USDC native
],
},
masterChefV3: {
masterChefAddress: "0xc6a2db661d5a5690172d8eb0a7dea2d3008665a3",
startBlock: 2948222,
},
};

0 comments on commit 4dc00a7

Please sign in to comment.