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 39bb952 commit 0a07bf8Copy full SHA for 0a07bf8
src/config.ts
@@ -24,12 +24,12 @@ export const SUPPORTED_CHAINS = [
24
{
25
id: 421614,
26
name: 'Arbitrum Sepolia',
27
- slug: 'arbitrum-sepolia',
+ slug: 'arbitrum-sepolia-testnet',
28
color: '#28A0F080',
29
icon: arbitrumSepoliaIcon,
30
blockExplorerUrl: 'https://sepolia.arbiscan.io/',
31
subgraphUrl:
32
- 'https://thegraph.arbitrum-testnet.iex.ec/api/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
+ 'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
33
wagmiNetwork: arbitrumSepolia,
34
},
35
];
0 commit comments