forked from Uniswap/interface
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Affected code:
uniswap-frontend/src/state/data/slice.ts
Lines 9 to 16 in 426e7f7
const CHAIN_SUBGRAPH_URL: Record<number, string> = { | |
[SupportedChainId.MAINNET]: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3', | |
[SupportedChainId.RINKEBY]: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3', | |
[SupportedChainId.ARBITRUM_ONE]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-arbitrum-one', | |
[SupportedChainId.OPTIMISM]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-optimism', | |
} |
Resolves kleros/builder-baseline#22
Metadata
Metadata
Assignees
Labels
No labels