diff --git a/src/constants/subgraph-url.ts b/src/constants/subgraph-url.ts index dfd75ec..530893c 100644 --- a/src/constants/subgraph-url.ts +++ b/src/constants/subgraph-url.ts @@ -3,8 +3,6 @@ import { CHAIN_IDS } from './chain' export const SUBGRAPH_URL: { [chain in CHAIN_IDS]: string } = { - [CHAIN_IDS.CLOBER_TESTNET]: - 'https://subgraph.satsuma-prod.com/f6a8c4889b7b/clober/v2-core-subgraph/api', [CHAIN_IDS.ARBITRUM_SEPOLIA]: 'https://subgraph.satsuma-prod.com/f6a8c4889b7b/clober/v2-core-subgraph/api', }