Skip to content

Commit 0a07bf8

Browse files
feat: update Arbitrum Sepolia urls (#32)
1 parent 39bb952 commit 0a07bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ export const SUPPORTED_CHAINS = [
2424
{
2525
id: 421614,
2626
name: 'Arbitrum Sepolia',
27-
slug: 'arbitrum-sepolia',
27+
slug: 'arbitrum-sepolia-testnet',
2828
color: '#28A0F080',
2929
icon: arbitrumSepoliaIcon,
3030
blockExplorerUrl: 'https://sepolia.arbiscan.io/',
3131
subgraphUrl:
32-
'https://thegraph.arbitrum-testnet.iex.ec/api/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
32+
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
3333
wagmiNetwork: arbitrumSepolia,
3434
},
3535
];

0 commit comments

Comments
 (0)