Skip to content

Commit 85bed5e

Browse files
committed
fix: correct indentation for subgraph URLs in supported chains
1 parent a1ae752 commit 85bed5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const SUPPORTED_CHAINS = [
3333
icon: arbitrumIcon,
3434
blockExplorerUrl: 'https://arbiscan.io/',
3535
subgraphUrl:
36-
'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/B1comLe9SANBLrjdnoNTJSubbeC7cY7EoNu6zD82HeKy',
36+
'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/B1comLe9SANBLrjdnoNTJSubbeC7cY7EoNu6zD82HeKy',
3737
wagmiNetwork: wagmiNetworks.arbitrum,
3838
tokenSymbol: 'RLC',
3939
whitelist: {
@@ -51,7 +51,7 @@ export const SUPPORTED_CHAINS = [
5151
subgraphUrl: {
5252
poco: 'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
5353
dataprotector:
54-
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
54+
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
5555
},
5656
wagmiNetwork: wagmiNetworks.arbitrumSepolia,
5757
tokenSymbol: 'RLC',

0 commit comments

Comments
 (0)