Skip to content

Commit 6ac195a

Browse files
committed
fix: correct indentation in subgraph URLs for Arbitrum chains
1 parent edce92d commit 6ac195a

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,7 +24,7 @@ export const SUPPORTED_CHAINS = [
2424
subgraphUrl: {
2525
poco: 'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/B1comLe9SANBLrjdnoNTJSubbeC7cY7EoNu6zD82HeKy',
2626
dataprotector:
27-
'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u',
27+
'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u',
2828
},
2929
wagmiNetwork: arbitrum,
3030
tokenSymbol: 'RLC',
@@ -39,7 +39,7 @@ export const SUPPORTED_CHAINS = [
3939
subgraphUrl: {
4040
poco: 'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
4141
dataprotector:
42-
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
42+
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
4343
},
4444
wagmiNetwork: arbitrumSepolia,
4545
tokenSymbol: 'RLC',

0 commit comments

Comments
 (0)