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

Commit

Permalink
add bsc-testnet (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmurloc authored Mar 4, 2023
1 parent 5354ca6 commit 42267f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subgraphs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const EXCHANGE_SUBGRAPH: { [chainId in ChainId]: string } = {
[ChainId.ARBITRUM_ONE]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/joe-v1-arbitrum',
[ChainId.ARB_GOERLI]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/joe-v1-arb-goerli',
[ChainId.BNB_CHAIN]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/joe-v1-bnb',
[ChainId.BNB_TESTNET]: ''
[ChainId.BNB_TESTNET]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/joe-v1-bnbtest'
}

export const MASTERCHEF_SUBGRAPH: { [chainId in ChainId]: string } = {
Expand Down

0 comments on commit 42267f9

Please sign in to comment.