From 42267f9f554b8d9762f5c01b87607bc6aa2ed91b Mon Sep 17 00:00:00 2001 From: robotmurloc <81496776+0xmurloc@users.noreply.github.com> Date: Sat, 4 Mar 2023 15:02:39 +0100 Subject: [PATCH] add bsc-testnet (#50) --- src/subgraphs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subgraphs.ts b/src/subgraphs.ts index d28e864..a194e51 100644 --- a/src/subgraphs.ts +++ b/src/subgraphs.ts @@ -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 } = {