@lifi/data-types 4.10.5 → 5.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +28 -69
- package/{dist/cjs → src/_cjs}/chains/index.js +4 -16
- package/src/_cjs/chains/index.js.map +1 -0
- package/src/_cjs/chains/supportedChains.evm.int.spec.js +33 -0
- package/src/_cjs/chains/supportedChains.evm.int.spec.js.map +1 -0
- package/{dist/cjs → src/_cjs}/chains/supportedChains.evm.js +132 -302
- package/src/_cjs/chains/supportedChains.evm.js.map +1 -0
- package/{dist/cjs → src/_cjs}/chains/supportedChains.js +1 -3
- package/src/_cjs/chains/supportedChains.js.map +1 -0
- package/src/_cjs/chains/supportedChains.svm.int.spec.js +45 -0
- package/src/_cjs/chains/supportedChains.svm.int.spec.js.map +1 -0
- package/{dist/cjs → src/_cjs}/chains/supportedChains.svm.js +5 -1
- package/src/_cjs/chains/supportedChains.svm.js.map +1 -0
- package/src/_cjs/chains/supportedChains.unit.spec.js +87 -0
- package/src/_cjs/chains/supportedChains.unit.spec.js.map +1 -0
- package/src/_cjs/chains/supportedChains.utxo.int.spec.js +43 -0
- package/src/_cjs/chains/supportedChains.utxo.int.spec.js.map +1 -0
- package/{dist/cjs → src/_cjs}/chains/supportedChains.utxo.js +5 -7
- package/src/_cjs/chains/supportedChains.utxo.js.map +1 -0
- package/{dist/cjs → src/_cjs}/chains/utils.js +1 -0
- package/src/_cjs/chains/utils.js.map +1 -0
- package/src/_cjs/coins/coins.int.spec.js +21 -0
- package/src/_cjs/coins/coins.int.spec.js.map +1 -0
- package/{dist/cjs → src/_cjs}/coins/coins.js +5 -79
- package/src/_cjs/coins/coins.js.map +1 -0
- package/src/_cjs/coins/index.js +5 -0
- package/src/_cjs/coins/index.js.map +1 -0
- package/src/_cjs/index.js +7 -0
- package/src/_cjs/index.js.map +1 -0
- package/{dist/cjs → src/_cjs}/multicall.js +1 -26
- package/src/_cjs/multicall.js.map +1 -0
- package/src/_cjs/package.json +1 -0
- package/{dist → src/_esm}/chains/index.js +1 -0
- package/src/_esm/chains/index.js.map +1 -0
- package/src/_esm/chains/supportedChains.evm.int.spec.js +31 -0
- package/src/_esm/chains/supportedChains.evm.int.spec.js.map +1 -0
- package/{dist → src/_esm}/chains/supportedChains.evm.js +139 -266
- package/src/_esm/chains/supportedChains.evm.js.map +1 -0
- package/{dist → src/_esm}/chains/supportedChains.js +1 -0
- package/src/_esm/chains/supportedChains.js.map +1 -0
- package/src/_esm/chains/supportedChains.svm.int.spec.js +43 -0
- package/src/_esm/chains/supportedChains.svm.int.spec.js.map +1 -0
- package/{dist → src/_esm}/chains/supportedChains.svm.js +6 -2
- package/src/_esm/chains/supportedChains.svm.js.map +1 -0
- package/{dist → src/_esm}/chains/supportedChains.unit.spec.js +7 -3
- package/src/_esm/chains/supportedChains.unit.spec.js.map +1 -0
- package/src/_esm/chains/supportedChains.utxo.int.spec.js +41 -0
- package/src/_esm/chains/supportedChains.utxo.int.spec.js.map +1 -0
- package/{dist → src/_esm}/chains/supportedChains.utxo.js +6 -8
- package/src/_esm/chains/supportedChains.utxo.js.map +1 -0
- package/{dist → src/_esm}/chains/utils.js +1 -0
- package/src/_esm/chains/utils.js.map +1 -0
- package/src/_esm/coins/coins.int.spec.js +21 -0
- package/src/_esm/coins/coins.int.spec.js.map +1 -0
- package/{dist → src/_esm}/coins/coins.js +6 -8
- package/src/_esm/coins/coins.js.map +1 -0
- package/src/_esm/coins/index.js +2 -0
- package/src/_esm/coins/index.js.map +1 -0
- package/{dist → src/_esm}/index.js +1 -0
- package/src/_esm/index.js.map +1 -0
- package/{dist → src/_esm}/multicall.js +17 -16
- package/src/_esm/multicall.js.map +1 -0
- package/src/_esm/package.json +1 -0
- package/{dist → src/_types}/chains/index.d.ts +1 -0
- package/src/_types/chains/index.d.ts.map +1 -0
- package/{dist/cjs → src/_types}/chains/supportedChains.d.ts +2 -1
- package/src/_types/chains/supportedChains.d.ts.map +1 -0
- package/src/_types/chains/supportedChains.evm.d.ts +9 -0
- package/src/_types/chains/supportedChains.evm.d.ts.map +1 -0
- package/src/_types/chains/supportedChains.evm.int.spec.d.ts +2 -0
- package/src/_types/chains/supportedChains.evm.int.spec.d.ts.map +1 -0
- package/src/_types/chains/supportedChains.svm.d.ts +3 -0
- package/src/_types/chains/supportedChains.svm.d.ts.map +1 -0
- package/src/_types/chains/supportedChains.svm.int.spec.d.ts +2 -0
- package/src/_types/chains/supportedChains.svm.int.spec.d.ts.map +1 -0
- package/src/_types/chains/supportedChains.unit.spec.d.ts +2 -0
- package/src/_types/chains/supportedChains.unit.spec.d.ts.map +1 -0
- package/src/_types/chains/supportedChains.utxo.d.ts +3 -0
- package/src/_types/chains/supportedChains.utxo.d.ts.map +1 -0
- package/src/_types/chains/supportedChains.utxo.int.spec.d.ts +2 -0
- package/src/_types/chains/supportedChains.utxo.int.spec.d.ts.map +1 -0
- package/{dist → src/_types}/chains/utils.d.ts +1 -0
- package/src/_types/chains/utils.d.ts.map +1 -0
- package/{dist → src/_types}/coins/coins.d.ts +3 -1
- package/src/_types/coins/coins.d.ts.map +1 -0
- package/src/_types/coins/coins.int.spec.d.ts +2 -0
- package/src/_types/coins/coins.int.spec.d.ts.map +1 -0
- package/src/_types/coins/index.d.ts +2 -0
- package/src/_types/coins/index.d.ts.map +1 -0
- package/{dist → src/_types}/index.d.ts +1 -0
- package/src/_types/index.d.ts.map +1 -0
- package/{dist/cjs → src/_types}/multicall.d.ts +1 -0
- package/src/_types/multicall.d.ts.map +1 -0
- package/src/chains/index.ts +5 -0
- package/src/chains/supportedChains.evm.int.spec.ts +47 -0
- package/src/chains/supportedChains.evm.ts +902 -0
- package/src/chains/supportedChains.svm.int.spec.ts +60 -0
- package/src/chains/supportedChains.svm.ts +34 -0
- package/src/chains/supportedChains.ts +29 -0
- package/src/chains/supportedChains.unit.spec.ts +114 -0
- package/src/chains/supportedChains.utxo.int.spec.ts +56 -0
- package/src/chains/supportedChains.utxo.ts +93 -0
- package/src/chains/utils.ts +3 -0
- package/src/coins/coins.int.spec.ts +35 -0
- package/src/coins/coins.ts +1930 -0
- package/src/coins/index.ts +1 -0
- package/src/index.ts +3 -0
- package/src/multicall.ts +66 -0
- package/dist/chains/supportedChains.d.ts +0 -4
- package/dist/chains/supportedChains.evm.d.ts +0 -2
- package/dist/chains/supportedChains.svm.d.ts +0 -2
- package/dist/chains/supportedChains.unit.spec.d.ts +0 -1
- package/dist/chains/supportedChains.utxo.d.ts +0 -2
- package/dist/cjs/chains/index.d.ts +0 -5
- package/dist/cjs/chains/supportedChains.evm.d.ts +0 -2
- package/dist/cjs/chains/supportedChains.svm.d.ts +0 -2
- package/dist/cjs/chains/supportedChains.unit.spec.d.ts +0 -1
- package/dist/cjs/chains/supportedChains.unit.spec.js +0 -87
- package/dist/cjs/chains/supportedChains.utxo.d.ts +0 -2
- package/dist/cjs/chains/utils.d.ts +0 -1
- package/dist/cjs/coins/coins.d.ts +0 -26
- package/dist/cjs/coins/coins.int.spec.d.ts +0 -1
- package/dist/cjs/coins/coins.int.spec.js +0 -31
- package/dist/cjs/coins/index.d.ts +0 -1
- package/dist/cjs/coins/index.js +0 -17
- package/dist/cjs/index.d.ts +0 -3
- package/dist/cjs/index.js +0 -19
- package/dist/coins/coins.int.spec.d.ts +0 -1
- package/dist/coins/coins.int.spec.js +0 -29
- package/dist/coins/index.d.ts +0 -1
- package/dist/coins/index.js +0 -1
- package/dist/multicall.d.ts +0 -3
|
@@ -4,9 +4,7 @@ exports.supportedEVMChains = void 0;
|
|
|
4
4
|
const types_1 = require("@lifi/types");
|
|
5
5
|
const multicall_1 = require("../multicall");
|
|
6
6
|
const utils_1 = require("./utils");
|
|
7
|
-
// chainNames aligned with https://github.com/ethereum-lists/chains/tree/master/_data/chains
|
|
8
7
|
exports.supportedEVMChains = [
|
|
9
|
-
// 1 - Ethereum
|
|
10
8
|
{
|
|
11
9
|
key: types_1.ChainKey.ETH,
|
|
12
10
|
chainType: types_1.ChainType.EVM,
|
|
@@ -27,11 +25,14 @@ exports.supportedEVMChains = [
|
|
|
27
25
|
decimals: 18,
|
|
28
26
|
},
|
|
29
27
|
rpcUrls: [
|
|
28
|
+
'https://ethereum-rpc.publicnode.com',
|
|
29
|
+
'https://eth.drpc.org',
|
|
30
|
+
'https://eth.public-rpc.com',
|
|
30
31
|
'https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161',
|
|
32
|
+
'https://rpc.ankr.com/eth',
|
|
31
33
|
],
|
|
32
34
|
},
|
|
33
35
|
},
|
|
34
|
-
// 137 - Polygon
|
|
35
36
|
{
|
|
36
37
|
key: types_1.ChainKey.POL,
|
|
37
38
|
chainType: types_1.ChainType.EVM,
|
|
@@ -43,23 +44,23 @@ exports.supportedEVMChains = [
|
|
|
43
44
|
tokenlistUrl: 'https://unpkg.com/quickswap-default-token-list@1.0.71/build/quickswap-default.tokenlist.json',
|
|
44
45
|
faucetUrls: ['https://stakely.io/faucet/polygon-matic'],
|
|
45
46
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.POL],
|
|
46
|
-
// https://docs.matic.network/docs/develop/metamask/config-matic/
|
|
47
47
|
metamask: {
|
|
48
48
|
chainId: (0, utils_1.prefixChainId)(137),
|
|
49
|
-
blockExplorerUrls: [
|
|
50
|
-
|
|
51
|
-
'https://explorer-mainnet.maticvigil.com/',
|
|
52
|
-
],
|
|
53
|
-
chainName: 'Matic(Polygon) Mainnet',
|
|
49
|
+
blockExplorerUrls: ['https://polygonscan.com/'],
|
|
50
|
+
chainName: 'Polygon Mainnet',
|
|
54
51
|
nativeCurrency: {
|
|
55
52
|
name: 'MATIC',
|
|
56
53
|
symbol: 'MATIC',
|
|
57
54
|
decimals: 18,
|
|
58
55
|
},
|
|
59
|
-
rpcUrls: [
|
|
56
|
+
rpcUrls: [
|
|
57
|
+
'https://polygon-bor-rpc.publicnode.com',
|
|
58
|
+
'https://polygon.drpc.org',
|
|
59
|
+
'https://polygon-rpc.com',
|
|
60
|
+
'https://rpc.ankr.com/polygon',
|
|
61
|
+
],
|
|
60
62
|
},
|
|
61
63
|
},
|
|
62
|
-
// 56 - Binance Smart Chain
|
|
63
64
|
{
|
|
64
65
|
key: types_1.ChainKey.BSC,
|
|
65
66
|
chainType: types_1.ChainType.EVM,
|
|
@@ -71,24 +72,24 @@ exports.supportedEVMChains = [
|
|
|
71
72
|
tokenlistUrl: 'https://tokens.pancakeswap.finance/pancakeswap-extended.json',
|
|
72
73
|
faucetUrls: ['https://stakely.io/faucet/bsc-chain-bnb'],
|
|
73
74
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.BSC],
|
|
74
|
-
// https://docs.binance.org/smart-chain/wallet/metamask.html
|
|
75
75
|
metamask: {
|
|
76
76
|
chainId: (0, utils_1.prefixChainId)(56),
|
|
77
77
|
blockExplorerUrls: ['https://bscscan.com/'],
|
|
78
|
-
chainName: '
|
|
78
|
+
chainName: 'BNB Smart Chain Mainnet',
|
|
79
79
|
nativeCurrency: {
|
|
80
80
|
name: 'BNB',
|
|
81
81
|
symbol: 'BNB',
|
|
82
82
|
decimals: 18,
|
|
83
83
|
},
|
|
84
84
|
rpcUrls: [
|
|
85
|
-
'https://bsc-dataseed.binance.org
|
|
86
|
-
'https://bsc-
|
|
87
|
-
'https://bsc-
|
|
85
|
+
'https://bsc-dataseed.binance.org',
|
|
86
|
+
'https://bsc-dataseed.bnbchain.org',
|
|
87
|
+
'https://bsc-rpc.publicnode.com',
|
|
88
|
+
'https://bsc-dataseed1.defibit.io',
|
|
89
|
+
'https://bsc-dataseed1.ninicoin.io',
|
|
88
90
|
],
|
|
89
91
|
},
|
|
90
92
|
},
|
|
91
|
-
// 100 - Gnosis
|
|
92
93
|
{
|
|
93
94
|
key: types_1.ChainKey.DAI,
|
|
94
95
|
chainType: types_1.ChainType.EVM,
|
|
@@ -100,24 +101,23 @@ exports.supportedEVMChains = [
|
|
|
100
101
|
tokenlistUrl: 'https://tokens.honeyswap.org/',
|
|
101
102
|
faucetUrls: ['https://stakely.io/faucet/xdai-chain'],
|
|
102
103
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.DAI],
|
|
103
|
-
// https://www.xdaichain.com/for-users/wallets/metamask/metamask-setup
|
|
104
104
|
metamask: {
|
|
105
105
|
chainId: (0, utils_1.prefixChainId)(100),
|
|
106
|
-
blockExplorerUrls: ['https://blockscout.com/
|
|
107
|
-
chainName: 'Gnosis
|
|
106
|
+
blockExplorerUrls: ['https://gnosis.blockscout.com/'],
|
|
107
|
+
chainName: 'Gnosis',
|
|
108
108
|
nativeCurrency: {
|
|
109
|
-
name: '
|
|
110
|
-
symbol: '
|
|
109
|
+
name: 'XDAI',
|
|
110
|
+
symbol: 'XDAI',
|
|
111
111
|
decimals: 18,
|
|
112
112
|
},
|
|
113
113
|
rpcUrls: [
|
|
114
|
+
'https://rpc.gnosischain.com',
|
|
114
115
|
'https://gnosis-rpc.publicnode.com',
|
|
116
|
+
'https://gnosis.drpc.org',
|
|
115
117
|
'https://rpc.ankr.com/gnosis',
|
|
116
|
-
'https://rpc.gnosischain.com',
|
|
117
118
|
],
|
|
118
119
|
},
|
|
119
120
|
},
|
|
120
|
-
// 250 - Fantom
|
|
121
121
|
{
|
|
122
122
|
key: types_1.ChainKey.FTM,
|
|
123
123
|
chainType: types_1.ChainType.EVM,
|
|
@@ -132,7 +132,6 @@ exports.supportedEVMChains = [
|
|
|
132
132
|
'https://docs.spookyswap.finance/getting-started/how-to-get-fantom-gas',
|
|
133
133
|
],
|
|
134
134
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.FTM],
|
|
135
|
-
// https://docs.fantom.foundation/tutorials/set-up-metamask
|
|
136
135
|
metamask: {
|
|
137
136
|
chainId: (0, utils_1.prefixChainId)(250),
|
|
138
137
|
blockExplorerUrls: ['https://ftmscan.com/'],
|
|
@@ -142,10 +141,15 @@ exports.supportedEVMChains = [
|
|
|
142
141
|
symbol: 'FTM',
|
|
143
142
|
decimals: 18,
|
|
144
143
|
},
|
|
145
|
-
rpcUrls: [
|
|
144
|
+
rpcUrls: [
|
|
145
|
+
'https://rpcapi.fantom.network',
|
|
146
|
+
'https://rpc.fantom.network',
|
|
147
|
+
'https://fantom-rpc.publicnode.com',
|
|
148
|
+
'https://fantom.drpc.org',
|
|
149
|
+
'https://rpc.ftm.tools',
|
|
150
|
+
],
|
|
146
151
|
},
|
|
147
152
|
},
|
|
148
|
-
// 43114 - Avalanche
|
|
149
153
|
{
|
|
150
154
|
key: types_1.ChainKey.AVA,
|
|
151
155
|
chainType: types_1.ChainType.EVM,
|
|
@@ -156,20 +160,24 @@ exports.supportedEVMChains = [
|
|
|
156
160
|
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/avalanche.svg',
|
|
157
161
|
tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/avalanche.json',
|
|
158
162
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.AVA],
|
|
159
|
-
// https://support.avax.network/en/articles/4626956-how-do-i-set-up-metamask-on-avalanche
|
|
160
163
|
metamask: {
|
|
161
164
|
chainId: (0, utils_1.prefixChainId)(43114),
|
|
162
|
-
blockExplorerUrls: ['https://
|
|
163
|
-
chainName: 'Avalanche
|
|
165
|
+
blockExplorerUrls: ['https://snowtrace.io/'],
|
|
166
|
+
chainName: 'Avalanche C-Chain',
|
|
164
167
|
nativeCurrency: {
|
|
165
168
|
name: 'AVAX',
|
|
166
169
|
symbol: 'AVAX',
|
|
167
170
|
decimals: 18,
|
|
168
171
|
},
|
|
169
|
-
rpcUrls: [
|
|
172
|
+
rpcUrls: [
|
|
173
|
+
'https://api.avax.network/ext/bc/C/rpc',
|
|
174
|
+
'https://avalanche-c-chain-rpc.publicnode.com',
|
|
175
|
+
'https://avalanche.drpc.org',
|
|
176
|
+
'https://avalanche.public-rpc.com',
|
|
177
|
+
'https://rpc.ankr.com/avalanche',
|
|
178
|
+
],
|
|
170
179
|
},
|
|
171
180
|
},
|
|
172
|
-
// 42161 - Arbitrum
|
|
173
181
|
{
|
|
174
182
|
key: types_1.ChainKey.ARB,
|
|
175
183
|
chainType: types_1.ChainType.EVM,
|
|
@@ -184,39 +192,20 @@ exports.supportedEVMChains = [
|
|
|
184
192
|
metamask: {
|
|
185
193
|
chainId: (0, utils_1.prefixChainId)(42161),
|
|
186
194
|
blockExplorerUrls: ['https://arbiscan.io/'],
|
|
187
|
-
chainName: 'Arbitrum',
|
|
195
|
+
chainName: 'Arbitrum One',
|
|
188
196
|
nativeCurrency: {
|
|
189
|
-
name: '
|
|
190
|
-
symbol: '
|
|
191
|
-
decimals: 18, // check
|
|
192
|
-
},
|
|
193
|
-
rpcUrls: ['https://arb1.arbitrum.io/rpc'],
|
|
194
|
-
},
|
|
195
|
-
},
|
|
196
|
-
// 128 - Huobi ECO Chain Mainnet
|
|
197
|
-
{
|
|
198
|
-
key: types_1.ChainKey.HEC,
|
|
199
|
-
chainType: types_1.ChainType.EVM,
|
|
200
|
-
name: 'Huobi ECO Chain Mainnet',
|
|
201
|
-
coin: types_1.CoinKey.HT,
|
|
202
|
-
id: 128,
|
|
203
|
-
mainnet: true,
|
|
204
|
-
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/heco.png',
|
|
205
|
-
tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/heco.json',
|
|
206
|
-
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.HEC],
|
|
207
|
-
metamask: {
|
|
208
|
-
chainId: (0, utils_1.prefixChainId)(128),
|
|
209
|
-
blockExplorerUrls: ['https://hecoinfo.com/'],
|
|
210
|
-
chainName: 'Huobi ECO Chain Mainnet',
|
|
211
|
-
nativeCurrency: {
|
|
212
|
-
name: 'HT',
|
|
213
|
-
symbol: 'HT',
|
|
197
|
+
name: 'ETH',
|
|
198
|
+
symbol: 'ETH',
|
|
214
199
|
decimals: 18,
|
|
215
200
|
},
|
|
216
|
-
rpcUrls: [
|
|
201
|
+
rpcUrls: [
|
|
202
|
+
'https://arb1.arbitrum.io/rpc',
|
|
203
|
+
'https://arbitrum-one-rpc.publicnode.com',
|
|
204
|
+
'https://arbitrum.drpc.org',
|
|
205
|
+
'https://rpc.ankr.com/arbitrum',
|
|
206
|
+
],
|
|
217
207
|
},
|
|
218
208
|
},
|
|
219
|
-
// 10 - Optimism
|
|
220
209
|
{
|
|
221
210
|
key: types_1.ChainKey.OPT,
|
|
222
211
|
chainType: types_1.ChainType.EVM,
|
|
@@ -231,16 +220,20 @@ exports.supportedEVMChains = [
|
|
|
231
220
|
metamask: {
|
|
232
221
|
chainId: (0, utils_1.prefixChainId)(10),
|
|
233
222
|
blockExplorerUrls: ['https://optimistic.etherscan.io/'],
|
|
234
|
-
chainName: '
|
|
223
|
+
chainName: 'OP Mainnet',
|
|
235
224
|
nativeCurrency: {
|
|
236
225
|
name: 'ETH',
|
|
237
226
|
symbol: 'ETH',
|
|
238
227
|
decimals: 18,
|
|
239
228
|
},
|
|
240
|
-
rpcUrls: [
|
|
229
|
+
rpcUrls: [
|
|
230
|
+
'https://mainnet.optimism.io/',
|
|
231
|
+
'https://optimism-rpc.publicnode.com',
|
|
232
|
+
'https://optimism.drpc.org',
|
|
233
|
+
'https://rpc.ankr.com/optimism',
|
|
234
|
+
],
|
|
241
235
|
},
|
|
242
236
|
},
|
|
243
|
-
// 32659 - Fusion (anyswap)
|
|
244
237
|
{
|
|
245
238
|
key: types_1.ChainKey.FSN,
|
|
246
239
|
chainType: types_1.ChainType.EVM,
|
|
@@ -250,20 +243,18 @@ exports.supportedEVMChains = [
|
|
|
250
243
|
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/fusion.png',
|
|
251
244
|
mainnet: true,
|
|
252
245
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.FSN],
|
|
253
|
-
// https://support.avax.network/en/articles/4626956-how-do-i-set-up-metamask-on-avalanche
|
|
254
246
|
metamask: {
|
|
255
247
|
chainId: (0, utils_1.prefixChainId)(32659),
|
|
256
|
-
blockExplorerUrls: ['https://
|
|
248
|
+
blockExplorerUrls: ['https://fsnscan.com/'],
|
|
257
249
|
chainName: 'Fusion Mainnet',
|
|
258
250
|
nativeCurrency: {
|
|
259
251
|
name: 'FSN',
|
|
260
252
|
symbol: 'FSN',
|
|
261
253
|
decimals: 18,
|
|
262
254
|
},
|
|
263
|
-
rpcUrls: ['https://
|
|
255
|
+
rpcUrls: ['https://mainnet.fusionnetwork.io'],
|
|
264
256
|
},
|
|
265
257
|
},
|
|
266
|
-
// 1666600000 - Harmony Mainnet Shard 0
|
|
267
258
|
{
|
|
268
259
|
key: types_1.ChainKey.ONE,
|
|
269
260
|
chainType: types_1.ChainType.EVM,
|
|
@@ -275,7 +266,6 @@ exports.supportedEVMChains = [
|
|
|
275
266
|
tokenlistUrl: 'https://d1xrz6ki9z98vb.cloudfront.net/venomswap/lists/venomswap-default.tokenlist.json',
|
|
276
267
|
faucetUrls: ['https://stakely.io/faucet/harmony-one'],
|
|
277
268
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.ONE],
|
|
278
|
-
// https://docs.harmony.one/home/developers/wallets/metamask/connect-metamask-to-the-harmony-chain
|
|
279
269
|
metamask: {
|
|
280
270
|
chainId: (0, utils_1.prefixChainId)(1666600000),
|
|
281
271
|
blockExplorerUrls: ['https://explorer.harmony.one/'],
|
|
@@ -288,7 +278,6 @@ exports.supportedEVMChains = [
|
|
|
288
278
|
rpcUrls: ['https://api.harmony.one'],
|
|
289
279
|
},
|
|
290
280
|
},
|
|
291
|
-
// 1285 - Moonriver
|
|
292
281
|
{
|
|
293
282
|
key: types_1.ChainKey.MOR,
|
|
294
283
|
chainType: types_1.ChainType.EVM,
|
|
@@ -301,17 +290,20 @@ exports.supportedEVMChains = [
|
|
|
301
290
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.MOR],
|
|
302
291
|
metamask: {
|
|
303
292
|
chainId: (0, utils_1.prefixChainId)(1285),
|
|
304
|
-
blockExplorerUrls: ['https://
|
|
293
|
+
blockExplorerUrls: ['https://moonriver.moonscan.io/'],
|
|
305
294
|
chainName: 'Moonriver',
|
|
306
295
|
nativeCurrency: {
|
|
307
296
|
name: 'Moonriver',
|
|
308
297
|
symbol: 'MOVR',
|
|
309
298
|
decimals: 18,
|
|
310
299
|
},
|
|
311
|
-
rpcUrls: [
|
|
300
|
+
rpcUrls: [
|
|
301
|
+
'https://rpc.api.moonriver.moonbeam.network',
|
|
302
|
+
'https://moonriver-rpc.publicnode.com',
|
|
303
|
+
'https://moonriver.drpc.org',
|
|
304
|
+
],
|
|
312
305
|
},
|
|
313
306
|
},
|
|
314
|
-
// 1284 Moonbeam
|
|
315
307
|
{
|
|
316
308
|
key: types_1.ChainKey.MOO,
|
|
317
309
|
chainType: types_1.ChainType.EVM,
|
|
@@ -324,127 +316,24 @@ exports.supportedEVMChains = [
|
|
|
324
316
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.MOO],
|
|
325
317
|
metamask: {
|
|
326
318
|
chainId: (0, utils_1.prefixChainId)(1284),
|
|
327
|
-
blockExplorerUrls: ['https://
|
|
319
|
+
blockExplorerUrls: ['https://moonbeam.moonscan.io/'],
|
|
328
320
|
chainName: 'Moonbeam',
|
|
329
321
|
nativeCurrency: {
|
|
330
322
|
name: 'GLMR',
|
|
331
323
|
symbol: 'GLMR',
|
|
332
324
|
decimals: 18,
|
|
333
325
|
},
|
|
334
|
-
rpcUrls: [
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
key: types_1.ChainKey.EXP,
|
|
340
|
-
chainType: types_1.ChainType.EVM,
|
|
341
|
-
name: 'Expanse Network',
|
|
342
|
-
coin: types_1.CoinKey.EXP,
|
|
343
|
-
id: 2,
|
|
344
|
-
mainnet: true,
|
|
345
|
-
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/expanse.png',
|
|
346
|
-
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.EXP],
|
|
347
|
-
metamask: {
|
|
348
|
-
chainId: (0, utils_1.prefixChainId)(2),
|
|
349
|
-
blockExplorerUrls: ['https://expanse.tech/'],
|
|
350
|
-
chainName: 'Expanse Network',
|
|
351
|
-
nativeCurrency: {
|
|
352
|
-
name: 'EXP',
|
|
353
|
-
symbol: 'EXP',
|
|
354
|
-
decimals: 18,
|
|
355
|
-
},
|
|
356
|
-
rpcUrls: ['https://node.expanse.tech'],
|
|
357
|
-
},
|
|
358
|
-
},
|
|
359
|
-
// 7 - ThaiChain
|
|
360
|
-
{
|
|
361
|
-
key: types_1.ChainKey.TCH,
|
|
362
|
-
chainType: types_1.ChainType.EVM,
|
|
363
|
-
name: 'ThaiChain',
|
|
364
|
-
coin: types_1.CoinKey.TCH,
|
|
365
|
-
id: 7,
|
|
366
|
-
mainnet: true,
|
|
367
|
-
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.TCH],
|
|
368
|
-
metamask: {
|
|
369
|
-
chainId: (0, utils_1.prefixChainId)(7),
|
|
370
|
-
blockExplorerUrls: ['https://thaichain.io/'],
|
|
371
|
-
chainName: 'ThaiChain',
|
|
372
|
-
nativeCurrency: {
|
|
373
|
-
name: 'TCH',
|
|
374
|
-
symbol: 'TCH',
|
|
375
|
-
decimals: 18,
|
|
376
|
-
},
|
|
377
|
-
rpcUrls: ['https://rpc.dome.cloud/'],
|
|
378
|
-
},
|
|
379
|
-
},
|
|
380
|
-
// 8 - Ubiq
|
|
381
|
-
{
|
|
382
|
-
key: types_1.ChainKey.UBQ,
|
|
383
|
-
chainType: types_1.ChainType.EVM,
|
|
384
|
-
name: 'Ubiq',
|
|
385
|
-
coin: types_1.CoinKey.UBQ,
|
|
386
|
-
id: 8,
|
|
387
|
-
mainnet: true,
|
|
388
|
-
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.UBQ],
|
|
389
|
-
metamask: {
|
|
390
|
-
chainId: (0, utils_1.prefixChainId)(8),
|
|
391
|
-
blockExplorerUrls: ['https://ubiqscan.io/'],
|
|
392
|
-
chainName: 'Ubiq',
|
|
393
|
-
nativeCurrency: {
|
|
394
|
-
name: 'UBQ',
|
|
395
|
-
symbol: 'UBQ',
|
|
396
|
-
decimals: 18,
|
|
397
|
-
},
|
|
398
|
-
rpcUrls: ['https://rpc.octano.dev/'],
|
|
399
|
-
},
|
|
400
|
-
},
|
|
401
|
-
// 11 - Metadium Mainnet
|
|
402
|
-
{
|
|
403
|
-
key: types_1.ChainKey.MET,
|
|
404
|
-
chainType: types_1.ChainType.EVM,
|
|
405
|
-
name: 'Metadium Mainnet',
|
|
406
|
-
coin: types_1.CoinKey.META,
|
|
407
|
-
id: 11,
|
|
408
|
-
mainnet: true,
|
|
409
|
-
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.MET],
|
|
410
|
-
metamask: {
|
|
411
|
-
chainId: (0, utils_1.prefixChainId)(11),
|
|
412
|
-
blockExplorerUrls: ['https://metadium.com/'],
|
|
413
|
-
chainName: 'Metadium Mainnet',
|
|
414
|
-
nativeCurrency: {
|
|
415
|
-
name: 'META',
|
|
416
|
-
symbol: 'META',
|
|
417
|
-
decimals: 18,
|
|
418
|
-
},
|
|
419
|
-
rpcUrls: ['https://api.metadium.com/prod'],
|
|
420
|
-
},
|
|
421
|
-
},
|
|
422
|
-
// 15 - Diode Prenet
|
|
423
|
-
{
|
|
424
|
-
key: types_1.ChainKey.DIO,
|
|
425
|
-
chainType: types_1.ChainType.EVM,
|
|
426
|
-
name: 'DIODE',
|
|
427
|
-
coin: types_1.CoinKey.DIODE,
|
|
428
|
-
id: 15,
|
|
429
|
-
mainnet: true,
|
|
430
|
-
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.DIO],
|
|
431
|
-
metamask: {
|
|
432
|
-
chainId: (0, utils_1.prefixChainId)(15),
|
|
433
|
-
blockExplorerUrls: ['https://diode.io/prenet/'],
|
|
434
|
-
chainName: 'Diode Prenet',
|
|
435
|
-
nativeCurrency: {
|
|
436
|
-
name: 'Diodes',
|
|
437
|
-
symbol: 'DIODE',
|
|
438
|
-
decimals: 18,
|
|
439
|
-
},
|
|
440
|
-
rpcUrls: ['https://prenet.diode.io:8443/'],
|
|
326
|
+
rpcUrls: [
|
|
327
|
+
'https://rpc.api.moonbeam.network',
|
|
328
|
+
'https://moonbeam-rpc.publicnode.com',
|
|
329
|
+
'https://moonbeam.drpc.org',
|
|
330
|
+
],
|
|
441
331
|
},
|
|
442
332
|
},
|
|
443
|
-
// 42220 Celo Mainnet
|
|
444
333
|
{
|
|
445
334
|
key: types_1.ChainKey.CEL,
|
|
446
335
|
chainType: types_1.ChainType.EVM,
|
|
447
|
-
name: '
|
|
336
|
+
name: 'Celo',
|
|
448
337
|
coin: types_1.CoinKey.CELO,
|
|
449
338
|
id: 42220,
|
|
450
339
|
mainnet: true,
|
|
@@ -464,10 +353,13 @@ exports.supportedEVMChains = [
|
|
|
464
353
|
symbol: 'CELO',
|
|
465
354
|
decimals: 18,
|
|
466
355
|
},
|
|
467
|
-
rpcUrls: [
|
|
356
|
+
rpcUrls: [
|
|
357
|
+
'https://forno.celo.org',
|
|
358
|
+
'https://celo.drpc.org',
|
|
359
|
+
'https://rpc.ankr.com/celo',
|
|
360
|
+
],
|
|
468
361
|
},
|
|
469
362
|
},
|
|
470
|
-
// 122 Fuse Mainnet
|
|
471
363
|
{
|
|
472
364
|
key: types_1.ChainKey.FUS,
|
|
473
365
|
chainType: types_1.ChainType.EVM,
|
|
@@ -487,10 +379,9 @@ exports.supportedEVMChains = [
|
|
|
487
379
|
symbol: 'FUSE',
|
|
488
380
|
decimals: 18,
|
|
489
381
|
},
|
|
490
|
-
rpcUrls: ['https://rpc.fuse.io'],
|
|
382
|
+
rpcUrls: ['https://rpc.fuse.io', 'https://fuse.drpc.org'],
|
|
491
383
|
},
|
|
492
384
|
},
|
|
493
|
-
// 40 Telos EVM Mainnet
|
|
494
385
|
{
|
|
495
386
|
key: types_1.ChainKey.TLO,
|
|
496
387
|
chainType: types_1.ChainType.EVM,
|
|
@@ -502,7 +393,7 @@ exports.supportedEVMChains = [
|
|
|
502
393
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.TLO],
|
|
503
394
|
metamask: {
|
|
504
395
|
chainId: (0, utils_1.prefixChainId)(40),
|
|
505
|
-
blockExplorerUrls: ['https://telos.net/'],
|
|
396
|
+
blockExplorerUrls: ['https://www.telos.net/'],
|
|
506
397
|
chainName: 'Telos EVM Mainnet',
|
|
507
398
|
nativeCurrency: {
|
|
508
399
|
name: 'Telos',
|
|
@@ -512,7 +403,6 @@ exports.supportedEVMChains = [
|
|
|
512
403
|
rpcUrls: ['https://mainnet.telos.net/evm'],
|
|
513
404
|
},
|
|
514
405
|
},
|
|
515
|
-
// 25 Cronos Mainnet Beta
|
|
516
406
|
{
|
|
517
407
|
key: types_1.ChainKey.CRO,
|
|
518
408
|
chainType: types_1.ChainType.EVM,
|
|
@@ -525,17 +415,20 @@ exports.supportedEVMChains = [
|
|
|
525
415
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.CRO],
|
|
526
416
|
metamask: {
|
|
527
417
|
chainId: (0, utils_1.prefixChainId)(25),
|
|
528
|
-
blockExplorerUrls: ['https://cronos.
|
|
529
|
-
chainName: 'Cronos',
|
|
418
|
+
blockExplorerUrls: ['https://cronos.org/explorer/'],
|
|
419
|
+
chainName: 'Cronos Mainnet',
|
|
530
420
|
nativeCurrency: {
|
|
531
421
|
name: 'Crypto.org Coin',
|
|
532
422
|
symbol: 'CRO',
|
|
533
423
|
decimals: 18,
|
|
534
424
|
},
|
|
535
|
-
rpcUrls: [
|
|
425
|
+
rpcUrls: [
|
|
426
|
+
'https://evm.cronos.org',
|
|
427
|
+
'https://evm-cronos.crypto.org',
|
|
428
|
+
'https://cronos.drpc.org',
|
|
429
|
+
],
|
|
536
430
|
},
|
|
537
431
|
},
|
|
538
|
-
// 288 Boba Network
|
|
539
432
|
{
|
|
540
433
|
key: types_1.ChainKey.BOB,
|
|
541
434
|
chainType: types_1.ChainType.EVM,
|
|
@@ -544,85 +437,20 @@ exports.supportedEVMChains = [
|
|
|
544
437
|
id: 288,
|
|
545
438
|
mainnet: true,
|
|
546
439
|
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/boba.png',
|
|
547
|
-
// TODO: we should update token list url to latest one
|
|
548
440
|
tokenlistUrl: 'https://raw.githubusercontent.com/OolongSwap/boba-community-token-list/main/build/boba.tokenlist.json',
|
|
549
441
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.BOB],
|
|
550
442
|
metamask: {
|
|
551
443
|
chainId: (0, utils_1.prefixChainId)(288),
|
|
552
|
-
blockExplorerUrls: ['https://
|
|
553
|
-
chainName: 'Boba',
|
|
444
|
+
blockExplorerUrls: ['https://bobascan.com/'],
|
|
445
|
+
chainName: 'Boba Network',
|
|
554
446
|
nativeCurrency: {
|
|
555
447
|
name: 'ETH',
|
|
556
448
|
symbol: 'ETH',
|
|
557
449
|
decimals: 18,
|
|
558
450
|
},
|
|
559
|
-
rpcUrls: ['https://mainnet.boba.network
|
|
560
|
-
},
|
|
561
|
-
},
|
|
562
|
-
// 27 ShibaChain
|
|
563
|
-
{
|
|
564
|
-
key: types_1.ChainKey.SHI,
|
|
565
|
-
chainType: types_1.ChainType.EVM,
|
|
566
|
-
name: 'Shiba',
|
|
567
|
-
coin: types_1.CoinKey.SHIB,
|
|
568
|
-
id: 27,
|
|
569
|
-
mainnet: true,
|
|
570
|
-
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.SHI],
|
|
571
|
-
metamask: {
|
|
572
|
-
chainId: (0, utils_1.prefixChainId)(27),
|
|
573
|
-
blockExplorerUrls: ['https://exp.shibachain.net/'],
|
|
574
|
-
chainName: 'Shiba',
|
|
575
|
-
nativeCurrency: {
|
|
576
|
-
name: 'SHIB',
|
|
577
|
-
symbol: 'SHIB',
|
|
578
|
-
decimals: 18,
|
|
579
|
-
},
|
|
580
|
-
rpcUrls: ['https://rpc.shibachain.net'],
|
|
451
|
+
rpcUrls: ['https://mainnet.boba.network', 'https://replica.boba.network'],
|
|
581
452
|
},
|
|
582
453
|
},
|
|
583
|
-
// 29 Genesis L1
|
|
584
|
-
{
|
|
585
|
-
key: types_1.ChainKey.GL1,
|
|
586
|
-
chainType: types_1.ChainType.EVM,
|
|
587
|
-
name: 'Genesis L1',
|
|
588
|
-
coin: types_1.CoinKey.L1,
|
|
589
|
-
id: 29,
|
|
590
|
-
mainnet: true,
|
|
591
|
-
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.GL1],
|
|
592
|
-
metamask: {
|
|
593
|
-
chainId: (0, utils_1.prefixChainId)(29),
|
|
594
|
-
blockExplorerUrls: ['https://explorer.genesisl1.org/'],
|
|
595
|
-
chainName: 'Genesis L1',
|
|
596
|
-
nativeCurrency: {
|
|
597
|
-
name: 'L1',
|
|
598
|
-
symbol: 'L1',
|
|
599
|
-
decimals: 18,
|
|
600
|
-
},
|
|
601
|
-
rpcUrls: ['https://rpc.genesisl1.org'],
|
|
602
|
-
},
|
|
603
|
-
},
|
|
604
|
-
// 35 TBWG Chain
|
|
605
|
-
{
|
|
606
|
-
key: types_1.ChainKey.TBW,
|
|
607
|
-
chainType: types_1.ChainType.EVM,
|
|
608
|
-
name: 'TBWG',
|
|
609
|
-
coin: types_1.CoinKey.TBG,
|
|
610
|
-
id: 35,
|
|
611
|
-
mainnet: true,
|
|
612
|
-
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.TBW],
|
|
613
|
-
metamask: {
|
|
614
|
-
chainId: (0, utils_1.prefixChainId)(35),
|
|
615
|
-
blockExplorerUrls: ['https://tbwg.io/'],
|
|
616
|
-
chainName: 'TBWG',
|
|
617
|
-
nativeCurrency: {
|
|
618
|
-
name: 'TBG',
|
|
619
|
-
symbol: 'TBG',
|
|
620
|
-
decimals: 18,
|
|
621
|
-
},
|
|
622
|
-
rpcUrls: ['https://rpc.tbwg.io'],
|
|
623
|
-
},
|
|
624
|
-
},
|
|
625
|
-
// 106 Velas EVM Mainnet
|
|
626
454
|
{
|
|
627
455
|
key: types_1.ChainKey.VEL,
|
|
628
456
|
chainType: types_1.ChainType.EVM,
|
|
@@ -636,7 +464,7 @@ exports.supportedEVMChains = [
|
|
|
636
464
|
metamask: {
|
|
637
465
|
chainId: (0, utils_1.prefixChainId)(106),
|
|
638
466
|
blockExplorerUrls: ['https://evmexplorer.velas.com/'],
|
|
639
|
-
chainName: 'Velas',
|
|
467
|
+
chainName: 'Velas EVM Mainnet',
|
|
640
468
|
nativeCurrency: {
|
|
641
469
|
name: 'VLX',
|
|
642
470
|
symbol: 'VLX',
|
|
@@ -645,7 +473,6 @@ exports.supportedEVMChains = [
|
|
|
645
473
|
rpcUrls: ['https://evmexplorer.velas.com/rpc'],
|
|
646
474
|
},
|
|
647
475
|
},
|
|
648
|
-
// 1088 Metis Andromeda Mainnet
|
|
649
476
|
{
|
|
650
477
|
key: types_1.ChainKey.MAM,
|
|
651
478
|
chainType: types_1.ChainType.EVM,
|
|
@@ -659,16 +486,15 @@ exports.supportedEVMChains = [
|
|
|
659
486
|
metamask: {
|
|
660
487
|
chainId: (0, utils_1.prefixChainId)(1088),
|
|
661
488
|
blockExplorerUrls: ['https://andromeda-explorer.metis.io/'],
|
|
662
|
-
chainName: 'Metis',
|
|
489
|
+
chainName: 'Metis Andromeda Mainnet',
|
|
663
490
|
nativeCurrency: {
|
|
664
491
|
name: 'METIS',
|
|
665
492
|
symbol: 'METIS',
|
|
666
493
|
decimals: 18,
|
|
667
494
|
},
|
|
668
|
-
rpcUrls: ['https://andromeda.metis.io
|
|
495
|
+
rpcUrls: ['https://andromeda.metis.io', 'https://metis.drpc.org'],
|
|
669
496
|
},
|
|
670
497
|
},
|
|
671
|
-
// 1313161554 Aurora Mainnet
|
|
672
498
|
{
|
|
673
499
|
key: types_1.ChainKey.AUR,
|
|
674
500
|
chainType: types_1.ChainType.EVM,
|
|
@@ -681,8 +507,8 @@ exports.supportedEVMChains = [
|
|
|
681
507
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.AUR],
|
|
682
508
|
metamask: {
|
|
683
509
|
chainId: (0, utils_1.prefixChainId)(1313161554),
|
|
684
|
-
blockExplorerUrls: ['https://
|
|
685
|
-
chainName: 'Aurora',
|
|
510
|
+
blockExplorerUrls: ['https://explorer.aurora.dev/'],
|
|
511
|
+
chainName: 'Aurora Mainnet',
|
|
686
512
|
nativeCurrency: {
|
|
687
513
|
name: 'ETH',
|
|
688
514
|
symbol: 'ETH',
|
|
@@ -691,7 +517,6 @@ exports.supportedEVMChains = [
|
|
|
691
517
|
rpcUrls: ['https://mainnet.aurora.dev'],
|
|
692
518
|
},
|
|
693
519
|
},
|
|
694
|
-
// EVM = 9001,
|
|
695
520
|
{
|
|
696
521
|
key: types_1.ChainKey.EVM,
|
|
697
522
|
chainType: types_1.ChainType.EVM,
|
|
@@ -703,21 +528,24 @@ exports.supportedEVMChains = [
|
|
|
703
528
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.EVM],
|
|
704
529
|
metamask: {
|
|
705
530
|
chainId: (0, utils_1.prefixChainId)(9001),
|
|
706
|
-
blockExplorerUrls: ['https://
|
|
531
|
+
blockExplorerUrls: ['https://www.mintscan.io/evmos/'],
|
|
707
532
|
chainName: 'Evmos',
|
|
708
533
|
nativeCurrency: {
|
|
709
534
|
name: 'EVMOS',
|
|
710
535
|
symbol: 'EVMOS',
|
|
711
536
|
decimals: 18,
|
|
712
537
|
},
|
|
713
|
-
rpcUrls: [
|
|
538
|
+
rpcUrls: [
|
|
539
|
+
'https://evmos.lava.build',
|
|
540
|
+
'https://evmos-evm-rpc.publicnode.com',
|
|
541
|
+
'https://evmos.drpc.org',
|
|
542
|
+
],
|
|
714
543
|
},
|
|
715
544
|
},
|
|
716
|
-
// 324 - zksync ERA
|
|
717
545
|
{
|
|
718
546
|
key: types_1.ChainKey.ERA,
|
|
719
547
|
chainType: types_1.ChainType.EVM,
|
|
720
|
-
name: 'zkSync
|
|
548
|
+
name: 'zkSync',
|
|
721
549
|
coin: types_1.CoinKey.ETH,
|
|
722
550
|
id: 324,
|
|
723
551
|
mainnet: true,
|
|
@@ -726,7 +554,7 @@ exports.supportedEVMChains = [
|
|
|
726
554
|
metamask: {
|
|
727
555
|
chainId: (0, utils_1.prefixChainId)(324),
|
|
728
556
|
blockExplorerUrls: ['https://explorer.zksync.io/'],
|
|
729
|
-
chainName: 'zkSync
|
|
557
|
+
chainName: 'zkSync Mainnet',
|
|
730
558
|
nativeCurrency: {
|
|
731
559
|
name: 'ETH',
|
|
732
560
|
symbol: 'ETH',
|
|
@@ -735,7 +563,6 @@ exports.supportedEVMChains = [
|
|
|
735
563
|
rpcUrls: ['https://mainnet.era.zksync.io'],
|
|
736
564
|
},
|
|
737
565
|
},
|
|
738
|
-
// 1101 - Polygon zkEVM
|
|
739
566
|
{
|
|
740
567
|
key: types_1.ChainKey.PZE,
|
|
741
568
|
chainType: types_1.ChainType.EVM,
|
|
@@ -754,13 +581,13 @@ exports.supportedEVMChains = [
|
|
|
754
581
|
symbol: 'ETH',
|
|
755
582
|
decimals: 18,
|
|
756
583
|
},
|
|
757
|
-
rpcUrls: ['https://zkevm-rpc.com'],
|
|
584
|
+
rpcUrls: ['https://zkevm-rpc.com', 'https://polygon-zkevm.drpc.org'],
|
|
758
585
|
},
|
|
759
586
|
},
|
|
760
587
|
{
|
|
761
588
|
key: types_1.ChainKey.BAS,
|
|
762
589
|
chainType: types_1.ChainType.EVM,
|
|
763
|
-
name: '
|
|
590
|
+
name: 'Base',
|
|
764
591
|
coin: types_1.CoinKey.ETH,
|
|
765
592
|
id: types_1.ChainId.BAS,
|
|
766
593
|
mainnet: true,
|
|
@@ -769,13 +596,18 @@ exports.supportedEVMChains = [
|
|
|
769
596
|
metamask: {
|
|
770
597
|
chainId: (0, utils_1.prefixChainId)(types_1.ChainId.BAS),
|
|
771
598
|
blockExplorerUrls: ['https://basescan.org/'],
|
|
772
|
-
chainName: '
|
|
599
|
+
chainName: 'Base',
|
|
773
600
|
nativeCurrency: {
|
|
774
601
|
name: 'Ethereum',
|
|
775
602
|
symbol: 'ETH',
|
|
776
603
|
decimals: 18,
|
|
777
604
|
},
|
|
778
|
-
rpcUrls: [
|
|
605
|
+
rpcUrls: [
|
|
606
|
+
'https://mainnet.base.org',
|
|
607
|
+
'https://base-rpc.publicnode.com',
|
|
608
|
+
'https://base.drpc.org',
|
|
609
|
+
'https://rpc.ankr.com/base',
|
|
610
|
+
],
|
|
779
611
|
},
|
|
780
612
|
},
|
|
781
613
|
{
|
|
@@ -790,7 +622,7 @@ exports.supportedEVMChains = [
|
|
|
790
622
|
metamask: {
|
|
791
623
|
chainId: (0, utils_1.prefixChainId)(59144),
|
|
792
624
|
blockExplorerUrls: ['https://lineascan.build/'],
|
|
793
|
-
chainName: '
|
|
625
|
+
chainName: 'Linea',
|
|
794
626
|
nativeCurrency: {
|
|
795
627
|
name: 'ETH',
|
|
796
628
|
symbol: 'ETH',
|
|
@@ -799,7 +631,6 @@ exports.supportedEVMChains = [
|
|
|
799
631
|
rpcUrls: ['https://rpc.linea.build'],
|
|
800
632
|
},
|
|
801
633
|
},
|
|
802
|
-
// 534352 - Scroll
|
|
803
634
|
{
|
|
804
635
|
key: types_1.ChainKey.SCL,
|
|
805
636
|
chainType: types_1.ChainType.EVM,
|
|
@@ -811,11 +642,8 @@ exports.supportedEVMChains = [
|
|
|
811
642
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.SCL],
|
|
812
643
|
metamask: {
|
|
813
644
|
chainId: (0, utils_1.prefixChainId)(534352),
|
|
814
|
-
blockExplorerUrls: [
|
|
815
|
-
|
|
816
|
-
'https://blockscout.scroll.io/',
|
|
817
|
-
],
|
|
818
|
-
chainName: 'SCROLL',
|
|
645
|
+
blockExplorerUrls: ['https://scrollscan.com/'],
|
|
646
|
+
chainName: 'Scroll',
|
|
819
647
|
nativeCurrency: {
|
|
820
648
|
name: 'ETH',
|
|
821
649
|
symbol: 'ETH',
|
|
@@ -823,13 +651,12 @@ exports.supportedEVMChains = [
|
|
|
823
651
|
},
|
|
824
652
|
rpcUrls: [
|
|
825
653
|
'https://rpc.scroll.io',
|
|
826
|
-
'https://scroll-mainnet.public.blastapi.io',
|
|
827
654
|
'https://scroll.drpc.org',
|
|
828
|
-
'https://
|
|
655
|
+
'https://scroll-mainnet.public.blastapi.io',
|
|
656
|
+
'https://1rpc.io/scroll',
|
|
829
657
|
],
|
|
830
658
|
},
|
|
831
659
|
},
|
|
832
|
-
// 34443 - Mode
|
|
833
660
|
{
|
|
834
661
|
key: types_1.ChainKey.MOD,
|
|
835
662
|
chainType: types_1.ChainType.EVM,
|
|
@@ -845,16 +672,15 @@ exports.supportedEVMChains = [
|
|
|
845
672
|
'https://explorer.mode.network/',
|
|
846
673
|
'https://modescan.io/',
|
|
847
674
|
],
|
|
848
|
-
chainName: '
|
|
675
|
+
chainName: 'Mode',
|
|
849
676
|
nativeCurrency: {
|
|
850
677
|
name: 'ETH',
|
|
851
678
|
symbol: 'ETH',
|
|
852
679
|
decimals: 18,
|
|
853
680
|
},
|
|
854
|
-
rpcUrls: ['https://mainnet.mode.network
|
|
681
|
+
rpcUrls: ['https://mainnet.mode.network', 'https://mode.drpc.org'],
|
|
855
682
|
},
|
|
856
683
|
},
|
|
857
|
-
// 5000 - Mantle
|
|
858
684
|
{
|
|
859
685
|
key: types_1.ChainKey.MNT,
|
|
860
686
|
chainType: types_1.ChainType.EVM,
|
|
@@ -868,7 +694,7 @@ exports.supportedEVMChains = [
|
|
|
868
694
|
chainId: (0, utils_1.prefixChainId)(5000),
|
|
869
695
|
blockExplorerUrls: [
|
|
870
696
|
'https://explorer.mantle.xyz/',
|
|
871
|
-
'https://
|
|
697
|
+
'https://mantlescan.xyz/',
|
|
872
698
|
],
|
|
873
699
|
chainName: 'Mantle',
|
|
874
700
|
nativeCurrency: {
|
|
@@ -878,12 +704,13 @@ exports.supportedEVMChains = [
|
|
|
878
704
|
},
|
|
879
705
|
rpcUrls: [
|
|
880
706
|
'https://rpc.mantle.xyz',
|
|
707
|
+
'https://mantle-rpc.publicnode.com',
|
|
708
|
+
'https://mantle.drpc.org',
|
|
881
709
|
'https://mantle.public-rpc.com',
|
|
882
710
|
'https://rpc.ankr.com/mantle',
|
|
883
711
|
],
|
|
884
712
|
},
|
|
885
713
|
},
|
|
886
|
-
// 81457 - Blast
|
|
887
714
|
{
|
|
888
715
|
key: types_1.ChainKey.BLS,
|
|
889
716
|
chainType: types_1.ChainType.EVM,
|
|
@@ -902,10 +729,14 @@ exports.supportedEVMChains = [
|
|
|
902
729
|
symbol: 'ETH',
|
|
903
730
|
decimals: 18,
|
|
904
731
|
},
|
|
905
|
-
rpcUrls: [
|
|
732
|
+
rpcUrls: [
|
|
733
|
+
'https://rpc.blast.io',
|
|
734
|
+
'https://blast-rpc.publicnode.com',
|
|
735
|
+
'https://blast.drpc.org',
|
|
736
|
+
'https://rpc.ankr.com/blast',
|
|
737
|
+
],
|
|
906
738
|
},
|
|
907
739
|
},
|
|
908
|
-
// 30 - Rootstock
|
|
909
740
|
{
|
|
910
741
|
key: types_1.ChainKey.RSK,
|
|
911
742
|
chainType: types_1.ChainType.EVM,
|
|
@@ -918,7 +749,7 @@ exports.supportedEVMChains = [
|
|
|
918
749
|
metamask: {
|
|
919
750
|
chainId: (0, utils_1.prefixChainId)(30),
|
|
920
751
|
blockExplorerUrls: ['https://explorer.rootstock.io/'],
|
|
921
|
-
chainName: 'Rootstock',
|
|
752
|
+
chainName: 'Rootstock Mainnet',
|
|
922
753
|
nativeCurrency: {
|
|
923
754
|
name: 'Rootstock Smart Bitcoin',
|
|
924
755
|
symbol: 'RBTC',
|
|
@@ -927,11 +758,10 @@ exports.supportedEVMChains = [
|
|
|
927
758
|
rpcUrls: ['https://public-node.rsk.co', 'https://mycrypto.rsk.co'],
|
|
928
759
|
},
|
|
929
760
|
},
|
|
930
|
-
// 1329 - SEI
|
|
931
761
|
{
|
|
932
762
|
key: types_1.ChainKey.SEI,
|
|
933
763
|
chainType: types_1.ChainType.EVM,
|
|
934
|
-
name: '
|
|
764
|
+
name: 'Sei',
|
|
935
765
|
coin: types_1.CoinKey.SEI,
|
|
936
766
|
id: 1329,
|
|
937
767
|
mainnet: true,
|
|
@@ -940,16 +770,15 @@ exports.supportedEVMChains = [
|
|
|
940
770
|
metamask: {
|
|
941
771
|
chainId: (0, utils_1.prefixChainId)(1329),
|
|
942
772
|
blockExplorerUrls: ['https://seitrace.com/', 'https://seistream.app/'],
|
|
943
|
-
chainName: '
|
|
773
|
+
chainName: 'Sei Network',
|
|
944
774
|
nativeCurrency: {
|
|
945
775
|
name: 'SEI',
|
|
946
776
|
symbol: 'SEI',
|
|
947
777
|
decimals: 18,
|
|
948
778
|
},
|
|
949
|
-
rpcUrls: ['https://evm-rpc.sei-apis.com'
|
|
779
|
+
rpcUrls: ['https://evm-rpc.sei-apis.com'],
|
|
950
780
|
},
|
|
951
781
|
},
|
|
952
|
-
// 252 - Fraxtal
|
|
953
782
|
{
|
|
954
783
|
key: types_1.ChainKey.FRA,
|
|
955
784
|
chainType: types_1.ChainType.EVM,
|
|
@@ -968,7 +797,8 @@ exports.supportedEVMChains = [
|
|
|
968
797
|
symbol: 'frxETH',
|
|
969
798
|
decimals: 18,
|
|
970
799
|
},
|
|
971
|
-
rpcUrls: ['https://rpc.frax.com
|
|
800
|
+
rpcUrls: ['https://rpc.frax.com'],
|
|
972
801
|
},
|
|
973
802
|
},
|
|
974
803
|
];
|
|
804
|
+
//# sourceMappingURL=supportedChains.evm.js.map
|