We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f464e08 commit b2a81dcCopy full SHA for b2a81dc
src/config.ts
@@ -25,7 +25,7 @@ export const SUPPORTED_CHAINS = [
25
icon: arbitrumSepoliaIcon,
26
blockExplorerUrl: 'https://sepolia.arbiscan.io/',
27
subgraphUrl:
28
- 'http://localhost:8080/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
+ 'https://thegraph.arbitrum-testnet.iex.ec/api/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
29
wagmiNetwork: arbitrumSepolia,
30
},
31
];
0 commit comments