Skip to content

Commit edce92d

Browse files
committed
feat: use arbitrum-mainnet as default network
1 parent 48b1583 commit edce92d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/config.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,6 @@ export const IPFS_GATEWAY_URL = 'https://ipfs.iex.ec';
1414
export const API_COINGECKO_URL = 'https://api.coingecko.com/api/v3/simple/';
1515

1616
export const SUPPORTED_CHAINS = [
17-
{
18-
id: 134,
19-
name: 'Bellecour',
20-
slug: 'bellecour',
21-
color: '#95A4FC',
22-
icon: iexecLogo,
23-
blockExplorerUrl: 'https://blockscout-bellecour.iex.ec',
24-
subgraphUrl: {
25-
poco: 'https://thegraph.iex.ec/subgraphs/name/bellecour/poco-v5',
26-
dataprotector:
27-
'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2',
28-
},
29-
bridge: 'https://bridge-bellecour.iex.ec/',
30-
bridgeInformation:
31-
'Move your xRLC in your wallet between bellecour and Ethereum Mainnet with our bridge.',
32-
wagmiNetwork: bellecour,
33-
tokenSymbol: 'xRLC',
34-
},
3517
{
3618
id: 42161,
3719
name: 'Arbitrum',
@@ -42,7 +24,7 @@ export const SUPPORTED_CHAINS = [
4224
subgraphUrl: {
4325
poco: 'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/B1comLe9SANBLrjdnoNTJSubbeC7cY7EoNu6zD82HeKy',
4426
dataprotector:
45-
'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u',
27+
'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u',
4628
},
4729
wagmiNetwork: arbitrum,
4830
tokenSymbol: 'RLC',
@@ -57,11 +39,29 @@ export const SUPPORTED_CHAINS = [
5739
subgraphUrl: {
5840
poco: 'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
5941
dataprotector:
60-
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
42+
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
6143
},
6244
wagmiNetwork: arbitrumSepolia,
6345
tokenSymbol: 'RLC',
6446
},
47+
{
48+
id: 134,
49+
name: 'Bellecour',
50+
slug: 'bellecour',
51+
color: '#95A4FC',
52+
icon: iexecLogo,
53+
blockExplorerUrl: 'https://blockscout-bellecour.iex.ec',
54+
subgraphUrl: {
55+
poco: 'https://thegraph.iex.ec/subgraphs/name/bellecour/poco-v5',
56+
dataprotector:
57+
'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2',
58+
},
59+
bridge: 'https://bridge-bellecour.iex.ec/',
60+
bridgeInformation:
61+
'Move your xRLC in your wallet between bellecour and Ethereum Mainnet with our bridge.',
62+
wagmiNetwork: bellecour,
63+
tokenSymbol: 'xRLC',
64+
},
6565
];
6666

6767
export const datasetSchemaTypeGroups = [

0 commit comments

Comments
 (0)