Skip to content

Commit 3e5bb04

Browse files
committed
feat: use Arbitrum as default network
1 parent b633dd8 commit 3e5bb04

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/config/config.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,6 @@ export const WORKERPOOL_MAX_PRICE = 0.1 * 1e9; // 0.1 RLC in wei
2525
* https://explorer.iex.ec/bellecour/address/0x0c6c77a11068db9fadfba25182e02863361f58da
2626
*/
2727
export const SUPPORTED_CHAINS = [
28-
{
29-
id: BELLECOUR_CHAIN_ID,
30-
name: 'Bellecour',
31-
slug: 'bellecour',
32-
color: '#F4942566',
33-
icon: iexecLogo,
34-
blockExplorerUrl: 'https://blockscout-bellecour.iex.ec',
35-
subgraphUrl: 'https://thegraph.iex.ec/subgraphs/name/bellecour/poco-v5',
36-
bridge: 'https://bridge-bellecour.iex.ec/',
37-
bridgeInformation:
38-
'Move your xRLC in your wallet between bellecour and Ethereum Mainnet with our bridge.',
39-
wagmiNetwork: wagmiNetworks.bellecour,
40-
tokenSymbol: 'xRLC',
41-
whitelist: {
42-
web3mail: '0x781482c39cce25546583eac4957fb7bf04c277d2',
43-
web3telegram: '0x192C6f5AccE52c81Fcc2670f10611a3665AAA98F',
44-
},
45-
},
4628
{
4729
id: ARBITRUM_CHAIN_ID,
4830
name: 'Arbitrum',
@@ -51,7 +33,7 @@ export const SUPPORTED_CHAINS = [
5133
icon: arbitrumIcon,
5234
blockExplorerUrl: 'https://arbiscan.io/',
5335
subgraphUrl:
54-
'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/B1comLe9SANBLrjdnoNTJSubbeC7cY7EoNu6zD82HeKy',
36+
'https://thegraph.arbitrum.iex.ec/api/subgraphs/id/B1comLe9SANBLrjdnoNTJSubbeC7cY7EoNu6zD82HeKy',
5537
wagmiNetwork: wagmiNetworks.arbitrum,
5638
tokenSymbol: 'RLC',
5739
whitelist: {
@@ -69,7 +51,7 @@ export const SUPPORTED_CHAINS = [
6951
subgraphUrl: {
7052
poco: 'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz',
7153
dataprotector:
72-
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
54+
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
7355
},
7456
wagmiNetwork: wagmiNetworks.arbitrumSepolia,
7557
tokenSymbol: 'RLC',
@@ -78,4 +60,22 @@ export const SUPPORTED_CHAINS = [
7860
web3telegram: '0x54cb7f6d417b2b29c2a4b2e95a66f670812c869d',
7961
},
8062
},
63+
{
64+
id: BELLECOUR_CHAIN_ID,
65+
name: 'Bellecour',
66+
slug: 'bellecour',
67+
color: '#F4942566',
68+
icon: iexecLogo,
69+
blockExplorerUrl: 'https://blockscout-bellecour.iex.ec',
70+
subgraphUrl: 'https://thegraph.iex.ec/subgraphs/name/bellecour/poco-v5',
71+
bridge: 'https://bridge-bellecour.iex.ec/',
72+
bridgeInformation:
73+
'Move your xRLC in your wallet between bellecour and Ethereum Mainnet with our bridge.',
74+
wagmiNetwork: wagmiNetworks.bellecour,
75+
tokenSymbol: 'xRLC',
76+
whitelist: {
77+
web3mail: '0x781482c39cce25546583eac4957fb7bf04c277d2',
78+
web3telegram: '0x192C6f5AccE52c81Fcc2670f10611a3665AAA98F',
79+
},
80+
},
8181
] as const;

0 commit comments

Comments
 (0)