Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from traderjoe-xyz/add-vejoe-bmcj-subgraphs
Browse files Browse the repository at this point in the history
Add vejoe and bmcj subgraphs to sdk
  • Loading branch information
intro0000 authored Mar 30, 2022
2 parents 24991f6 + 02d692d commit 7f59df1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/subgraphs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,15 @@ export const MONEY_MAKER_SUBGRAPH: {[chainId in ChainId]: string } = {
[ChainId.FUJI]: ZERO_ADDRESS,
[ChainId.AVALANCHE]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/money-maker'
}

export const VEJOE_SUBGRAPH: {[chainId in ChainId]: string } = {
[ChainId.RINKEBY]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/vejoe-rinkeby',
[ChainId.FUJI]: ZERO_ADDRESS,
[ChainId.AVALANCHE]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/vejoe'
}

export const BOOSTED_MASTERCHEF_SUBGRAPH: {[chainId in ChainId]: string } = {
[ChainId.RINKEBY]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/boosted-master-chef-rinkeby',
[ChainId.FUJI]: ZERO_ADDRESS,
[ChainId.AVALANCHE]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/boosted-master-chef'
}

0 comments on commit 7f59df1

Please sign in to comment.