@lifi/types 9.0.0-alpha.0 → 9.0.0-alpha.1

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.
Files changed (43) hide show
  1. package/dist/api.d.ts +20 -2
  2. package/dist/base.d.ts +0 -22
  3. package/dist/bridges.d.ts +14 -2
  4. package/dist/bridges.js +0 -148
  5. package/dist/chains/EVMChain.d.ts +0 -1
  6. package/dist/chains/EVMChain.js +1 -4
  7. package/dist/chains/index.d.ts +0 -2
  8. package/dist/chains/index.js +0 -2
  9. package/dist/cjs/api.d.ts +20 -2
  10. package/dist/cjs/base.d.ts +0 -22
  11. package/dist/cjs/bridges.d.ts +14 -2
  12. package/dist/cjs/bridges.js +1 -149
  13. package/dist/cjs/chains/EVMChain.d.ts +0 -1
  14. package/dist/cjs/chains/EVMChain.js +0 -6
  15. package/dist/cjs/chains/index.d.ts +0 -2
  16. package/dist/cjs/chains/index.js +0 -2
  17. package/dist/cjs/exchanges.d.ts +4 -14
  18. package/dist/cjs/exchanges.js +1 -1090
  19. package/dist/cjs/index.d.ts +3 -5
  20. package/dist/cjs/index.js +3 -5
  21. package/dist/cjs/step.d.ts +8 -6
  22. package/dist/exchanges.d.ts +4 -14
  23. package/dist/exchanges.js +0 -1088
  24. package/dist/index.d.ts +3 -5
  25. package/dist/index.js +3 -5
  26. package/dist/step.d.ts +8 -6
  27. package/package.json +2 -7
  28. package/dist/chains/chain.utils.d.ts +0 -4
  29. package/dist/chains/chain.utils.js +0 -21
  30. package/dist/chains/supported.chains.d.ts +0 -5
  31. package/dist/chains/supported.chains.js +0 -1166
  32. package/dist/cjs/chains/chain.utils.d.ts +0 -4
  33. package/dist/cjs/chains/chain.utils.js +0 -26
  34. package/dist/cjs/chains/supported.chains.d.ts +0 -5
  35. package/dist/cjs/chains/supported.chains.js +0 -1169
  36. package/dist/cjs/coins.d.ts +0 -9
  37. package/dist/cjs/coins.js +0 -1841
  38. package/dist/cjs/multicall.d.ts +0 -3
  39. package/dist/cjs/multicall.js +0 -79
  40. package/dist/coins.d.ts +0 -9
  41. package/dist/coins.js +0 -1834
  42. package/dist/multicall.d.ts +0 -3
  43. package/dist/multicall.js +0 -76
@@ -1,1169 +0,0 @@
1
- "use strict";
2
- /*
3
- This file is for legacy compatibility only.
4
- Data regarding supported chains *should* be fetched from the API.
5
- This file is only used to provide legacy compatibility for existing tools.
6
- */
7
- Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.supportedChains = exports.supportedSolanaChains = exports.supportedEVMChains = void 0;
9
- const base_1 = require("../base");
10
- const multicall_1 = require("../multicall");
11
- const Chain_1 = require("./Chain");
12
- const EVMChain_1 = require("./EVMChain");
13
- // chainNames aligned with https://github.com/ethereum-lists/chains/tree/master/_data/chains
14
- exports.supportedEVMChains = [
15
- // 1 - Ethereum
16
- {
17
- key: base_1.ChainKey.ETH,
18
- chainType: Chain_1.ChainType.EVM,
19
- name: 'Ethereum',
20
- coin: base_1.CoinKey.ETH,
21
- id: 1,
22
- mainnet: true,
23
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/ethereum.svg',
24
- tokenlistUrl: 'https://gateway.ipfs.io/ipns/tokens.uniswap.org',
25
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.ETH],
26
- metamask: {
27
- chainId: (0, EVMChain_1.prefixChainId)(1),
28
- blockExplorerUrls: ['https://etherscan.io/'],
29
- chainName: 'Ethereum Mainnet',
30
- nativeCurrency: {
31
- name: 'ETH',
32
- symbol: 'ETH',
33
- decimals: 18,
34
- },
35
- rpcUrls: [
36
- 'https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161',
37
- ],
38
- },
39
- },
40
- // 137 - Polygon
41
- {
42
- key: base_1.ChainKey.POL,
43
- chainType: Chain_1.ChainType.EVM,
44
- name: 'Polygon',
45
- coin: base_1.CoinKey.MATIC,
46
- id: 137,
47
- mainnet: true,
48
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/polygon.svg',
49
- tokenlistUrl: 'https://unpkg.com/quickswap-default-token-list@1.0.71/build/quickswap-default.tokenlist.json',
50
- faucetUrls: ['https://stakely.io/faucet/polygon-matic'],
51
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.POL],
52
- // https://docs.matic.network/docs/develop/metamask/config-matic/
53
- metamask: {
54
- chainId: (0, EVMChain_1.prefixChainId)(137),
55
- blockExplorerUrls: [
56
- 'https://polygonscan.com/',
57
- 'https://explorer-mainnet.maticvigil.com/',
58
- ],
59
- chainName: 'Matic(Polygon) Mainnet',
60
- nativeCurrency: {
61
- name: 'MATIC',
62
- symbol: 'MATIC',
63
- decimals: 18,
64
- },
65
- rpcUrls: [
66
- 'https://polygon-rpc.com/',
67
- 'https://rpc-mainnet.maticvigil.com/',
68
- ],
69
- },
70
- },
71
- // 56 - Binance Smart Chain
72
- {
73
- key: base_1.ChainKey.BSC,
74
- chainType: Chain_1.ChainType.EVM,
75
- name: 'BSC',
76
- coin: base_1.CoinKey.BNB,
77
- id: 56,
78
- mainnet: true,
79
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/bsc.svg',
80
- tokenlistUrl: 'https://tokens.pancakeswap.finance/pancakeswap-extended.json',
81
- faucetUrls: ['https://stakely.io/faucet/bsc-chain-bnb'],
82
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.BSC],
83
- // https://docs.binance.org/smart-chain/wallet/metamask.html
84
- metamask: {
85
- chainId: (0, EVMChain_1.prefixChainId)(56),
86
- blockExplorerUrls: ['https://bscscan.com/'],
87
- chainName: 'Binance Smart Chain Mainnet',
88
- nativeCurrency: {
89
- name: 'BNB',
90
- symbol: 'BNB',
91
- decimals: 18,
92
- },
93
- rpcUrls: [
94
- 'https://bsc-dataseed.binance.org/',
95
- 'https://bsc-dataseed1.defibit.io/',
96
- 'https://bsc-dataseed1.ninicoin.io/',
97
- ],
98
- },
99
- },
100
- // 100 - Gnosis
101
- {
102
- key: base_1.ChainKey.DAI,
103
- chainType: Chain_1.ChainType.EVM,
104
- name: 'Gnosis',
105
- coin: base_1.CoinKey.DAI,
106
- id: 100,
107
- mainnet: true,
108
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/gnosis.svg',
109
- tokenlistUrl: 'https://tokens.honeyswap.org/',
110
- faucetUrls: ['https://stakely.io/faucet/xdai-chain'],
111
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.DAI],
112
- // https://www.xdaichain.com/for-users/wallets/metamask/metamask-setup
113
- metamask: {
114
- chainId: (0, EVMChain_1.prefixChainId)(100),
115
- blockExplorerUrls: ['https://blockscout.com/xdai/mainnet/'],
116
- chainName: 'Gnosis Chain',
117
- nativeCurrency: {
118
- name: 'xDai',
119
- symbol: 'xDai',
120
- decimals: 18,
121
- },
122
- rpcUrls: [
123
- 'https://rpc.gnosischain.com/',
124
- 'https://rpc.ankr.com/gnosis',
125
- 'https://xdai-rpc.gateway.pokt.network',
126
- ],
127
- },
128
- },
129
- // 250 - Fantom
130
- {
131
- key: base_1.ChainKey.FTM,
132
- chainType: Chain_1.ChainType.EVM,
133
- name: 'Fantom',
134
- coin: base_1.CoinKey.FTM,
135
- id: 250,
136
- mainnet: true,
137
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/fantom.svg',
138
- tokenlistUrl: 'https://raw.githubusercontent.com/SpookySwap/spooky-info/master/src/constants/token/spookyswap.json',
139
- faucetUrls: [
140
- 'https://stakely.io/faucet/fantom-blockchain-ftm',
141
- 'https://docs.spookyswap.finance/getting-started/how-to-get-fantom-gas',
142
- ],
143
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.FTM],
144
- // https://docs.fantom.foundation/tutorials/set-up-metamask
145
- metamask: {
146
- chainId: (0, EVMChain_1.prefixChainId)(250),
147
- blockExplorerUrls: ['https://ftmscan.com/'],
148
- chainName: 'Fantom Opera',
149
- nativeCurrency: {
150
- name: 'FTM',
151
- symbol: 'FTM',
152
- decimals: 18,
153
- },
154
- rpcUrls: ['https://rpc.ftm.tools/', 'https://rpcapi.fantom.network'],
155
- },
156
- },
157
- // 66 - OKXChain
158
- {
159
- key: base_1.ChainKey.OKT,
160
- chainType: Chain_1.ChainType.EVM,
161
- name: 'OKXChain',
162
- coin: base_1.CoinKey.OKT,
163
- id: 66,
164
- mainnet: true,
165
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/okx.svg',
166
- tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/okex.json',
167
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.OKT],
168
- // https://okc-docs.readthedocs.io/en/latest/developers/quick-start-for-mainnet.html
169
- metamask: {
170
- chainId: (0, EVMChain_1.prefixChainId)(66),
171
- blockExplorerUrls: ['https://www.oklink.com/en/okc/'],
172
- chainName: 'OKXChain Mainnet',
173
- nativeCurrency: {
174
- name: 'OKT',
175
- symbol: 'OKT',
176
- decimals: 18,
177
- },
178
- rpcUrls: ['https://exchainrpc.okex.org'],
179
- },
180
- },
181
- // 43114 - Avalanche
182
- {
183
- key: base_1.ChainKey.AVA,
184
- chainType: Chain_1.ChainType.EVM,
185
- name: 'Avalanche',
186
- coin: base_1.CoinKey.AVAX,
187
- id: 43114,
188
- mainnet: true,
189
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/avalanche.svg',
190
- tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/avalanche.json',
191
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.AVA],
192
- // https://support.avax.network/en/articles/4626956-how-do-i-set-up-metamask-on-avalanche
193
- metamask: {
194
- chainId: (0, EVMChain_1.prefixChainId)(43114),
195
- blockExplorerUrls: ['https://cchain.explorer.avax.network/'],
196
- chainName: 'Avalanche Mainnet',
197
- nativeCurrency: {
198
- name: 'AVAX',
199
- symbol: 'AVAX',
200
- decimals: 18,
201
- },
202
- rpcUrls: ['https://api.avax.network/ext/bc/C/rpc'],
203
- },
204
- },
205
- // 42161 - Arbitrum
206
- {
207
- key: base_1.ChainKey.ARB,
208
- chainType: Chain_1.ChainType.EVM,
209
- name: 'Arbitrum',
210
- coin: base_1.CoinKey.ETH,
211
- id: 42161,
212
- mainnet: true,
213
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/arbitrum.svg',
214
- tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/arbitrum.json',
215
- faucetUrls: ['https://bridge.arbitrum.io/'],
216
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.ARB],
217
- metamask: {
218
- chainId: (0, EVMChain_1.prefixChainId)(42161),
219
- blockExplorerUrls: ['https://arbiscan.io/'],
220
- chainName: 'Arbitrum',
221
- nativeCurrency: {
222
- name: 'AETH',
223
- symbol: 'AETH',
224
- decimals: 18, // check
225
- },
226
- rpcUrls: ['https://arb1.arbitrum.io/rpc'],
227
- },
228
- },
229
- // 128 - Huobi ECO Chain Mainnet
230
- {
231
- key: base_1.ChainKey.HEC,
232
- chainType: Chain_1.ChainType.EVM,
233
- name: 'Huobi ECO Chain Mainnet',
234
- coin: base_1.CoinKey.HT,
235
- id: 128,
236
- mainnet: true,
237
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/heco.png',
238
- tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/heco.json',
239
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.HEC],
240
- metamask: {
241
- chainId: (0, EVMChain_1.prefixChainId)(128),
242
- blockExplorerUrls: ['https://hecoinfo.com/'],
243
- chainName: 'Huobi ECO Chain Mainnet',
244
- nativeCurrency: {
245
- name: 'HT',
246
- symbol: 'HT',
247
- decimals: 18,
248
- },
249
- rpcUrls: ['https://http-mainnet.hecochain.com'],
250
- },
251
- },
252
- // 10 - Optimism
253
- {
254
- key: base_1.ChainKey.OPT,
255
- chainType: Chain_1.ChainType.EVM,
256
- name: 'Optimism',
257
- coin: base_1.CoinKey.ETH,
258
- id: 10,
259
- mainnet: true,
260
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/optimism.svg',
261
- tokenlistUrl: 'https://static.optimism.io/optimism.tokenlist.json',
262
- faucetUrls: ['https://gateway.optimism.io/'],
263
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.OPT],
264
- metamask: {
265
- chainId: (0, EVMChain_1.prefixChainId)(10),
266
- blockExplorerUrls: ['https://optimistic.etherscan.io/'],
267
- chainName: 'Optimism',
268
- nativeCurrency: {
269
- name: 'ETH',
270
- symbol: 'ETH',
271
- decimals: 18,
272
- },
273
- rpcUrls: ['https://mainnet.optimism.io/'],
274
- },
275
- },
276
- // 32659 - Fusion (anyswap)
277
- {
278
- key: base_1.ChainKey.FSN,
279
- chainType: Chain_1.ChainType.EVM,
280
- name: 'Fusion Mainnet',
281
- coin: base_1.CoinKey.FSN,
282
- id: 32659,
283
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/fusion.png',
284
- mainnet: true,
285
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.FSN],
286
- // https://support.avax.network/en/articles/4626956-how-do-i-set-up-metamask-on-avalanche
287
- metamask: {
288
- chainId: (0, EVMChain_1.prefixChainId)(32659),
289
- blockExplorerUrls: ['https://fsnex.com/'],
290
- chainName: 'Fusion Mainnet',
291
- nativeCurrency: {
292
- name: 'FSN',
293
- symbol: 'FSN',
294
- decimals: 18,
295
- },
296
- rpcUrls: ['https://fsnmainnet2.anyswap.exchange'],
297
- },
298
- },
299
- // 1666600000 - Harmony Mainnet Shard 0
300
- {
301
- key: base_1.ChainKey.ONE,
302
- chainType: Chain_1.ChainType.EVM,
303
- name: 'Harmony',
304
- coin: base_1.CoinKey.ONE,
305
- id: 1666600000,
306
- mainnet: true,
307
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/harmony.svg',
308
- tokenlistUrl: 'https://d1xrz6ki9z98vb.cloudfront.net/venomswap/lists/venomswap-default.tokenlist.json',
309
- faucetUrls: ['https://stakely.io/faucet/harmony-one'],
310
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.ONE],
311
- // https://docs.harmony.one/home/developers/wallets/metamask/connect-metamask-to-the-harmony-chain
312
- metamask: {
313
- chainId: (0, EVMChain_1.prefixChainId)(1666600000),
314
- blockExplorerUrls: ['https://explorer.harmony.one/'],
315
- chainName: 'Harmony Mainnet Shard 0',
316
- nativeCurrency: {
317
- name: 'ONE',
318
- symbol: 'ONE',
319
- decimals: 18,
320
- },
321
- rpcUrls: ['https://api.harmony.one'],
322
- },
323
- },
324
- // 1285 - Moonriver
325
- {
326
- key: base_1.ChainKey.MOR,
327
- chainType: Chain_1.ChainType.EVM,
328
- name: 'Moonriver',
329
- coin: base_1.CoinKey.MOVR,
330
- id: 1285,
331
- mainnet: true,
332
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/moonriver.svg',
333
- tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/moonriver.json',
334
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.MOR],
335
- metamask: {
336
- chainId: (0, EVMChain_1.prefixChainId)(1285),
337
- blockExplorerUrls: ['https://blockscout.moonriver.moonbeam.network/'],
338
- chainName: 'Moonriver',
339
- nativeCurrency: {
340
- name: 'Moonriver',
341
- symbol: 'MOVR',
342
- decimals: 18,
343
- },
344
- rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
345
- },
346
- },
347
- // 1284 Moonbeam
348
- {
349
- key: base_1.ChainKey.MOO,
350
- chainType: Chain_1.ChainType.EVM,
351
- name: 'Moonbeam',
352
- coin: base_1.CoinKey.GLMR,
353
- id: 1284,
354
- mainnet: true,
355
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/moonbeam.svg',
356
- tokenlistUrl: 'https://raw.githubusercontent.com/BeamSwap/beamswap-tokenlist/main/tokenlist.json',
357
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.MOO],
358
- metamask: {
359
- chainId: (0, EVMChain_1.prefixChainId)(1284),
360
- blockExplorerUrls: ['https://blockscout.moonbeam.network/'],
361
- chainName: 'Moonbeam',
362
- nativeCurrency: {
363
- name: 'GLMR',
364
- symbol: 'GLMR',
365
- decimals: 18,
366
- },
367
- rpcUrls: ['https://rpc.api.moonbeam.network'],
368
- },
369
- },
370
- // 2 - Expanse Network
371
- {
372
- key: base_1.ChainKey.EXP,
373
- chainType: Chain_1.ChainType.EVM,
374
- name: 'Expanse Network',
375
- coin: base_1.CoinKey.EXP,
376
- id: 2,
377
- mainnet: true,
378
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/expanse.png',
379
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.EXP],
380
- metamask: {
381
- chainId: (0, EVMChain_1.prefixChainId)(2),
382
- blockExplorerUrls: ['https://expanse.tech/'],
383
- chainName: 'Expanse Network',
384
- nativeCurrency: {
385
- name: 'EXP',
386
- symbol: 'EXP',
387
- decimals: 18,
388
- },
389
- rpcUrls: ['https://node.expanse.tech'],
390
- },
391
- },
392
- // 7 - ThaiChain
393
- {
394
- key: base_1.ChainKey.TCH,
395
- chainType: Chain_1.ChainType.EVM,
396
- name: 'ThaiChain',
397
- coin: base_1.CoinKey.TCH,
398
- id: 7,
399
- mainnet: true,
400
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.TCH],
401
- metamask: {
402
- chainId: (0, EVMChain_1.prefixChainId)(7),
403
- blockExplorerUrls: ['https://thaichain.io/'],
404
- chainName: 'ThaiChain',
405
- nativeCurrency: {
406
- name: 'TCH',
407
- symbol: 'TCH',
408
- decimals: 18,
409
- },
410
- rpcUrls: ['https://rpc.dome.cloud/'],
411
- },
412
- },
413
- // 8 - Ubiq
414
- {
415
- key: base_1.ChainKey.UBQ,
416
- chainType: Chain_1.ChainType.EVM,
417
- name: 'Ubiq',
418
- coin: base_1.CoinKey.UBQ,
419
- id: 8,
420
- mainnet: true,
421
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.UBQ],
422
- metamask: {
423
- chainId: (0, EVMChain_1.prefixChainId)(8),
424
- blockExplorerUrls: ['https://ubiqscan.io/'],
425
- chainName: 'Ubiq',
426
- nativeCurrency: {
427
- name: 'UBQ',
428
- symbol: 'UBQ',
429
- decimals: 18,
430
- },
431
- rpcUrls: ['https://rpc.octano.dev/'],
432
- },
433
- },
434
- // 11 - Metadium Mainnet
435
- {
436
- key: base_1.ChainKey.MET,
437
- chainType: Chain_1.ChainType.EVM,
438
- name: 'Metadium Mainnet',
439
- coin: base_1.CoinKey.META,
440
- id: 11,
441
- mainnet: true,
442
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.MET],
443
- metamask: {
444
- chainId: (0, EVMChain_1.prefixChainId)(11),
445
- blockExplorerUrls: ['https://metadium.com/'],
446
- chainName: 'Metadium Mainnet',
447
- nativeCurrency: {
448
- name: 'META',
449
- symbol: 'META',
450
- decimals: 18,
451
- },
452
- rpcUrls: ['https://api.metadium.com/prod'],
453
- },
454
- },
455
- // 15 - Diode Prenet
456
- {
457
- key: base_1.ChainKey.DIO,
458
- chainType: Chain_1.ChainType.EVM,
459
- name: 'DIODE',
460
- coin: base_1.CoinKey.DIODE,
461
- id: 15,
462
- mainnet: true,
463
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.DIO],
464
- metamask: {
465
- chainId: (0, EVMChain_1.prefixChainId)(15),
466
- blockExplorerUrls: ['https://diode.io/prenet/'],
467
- chainName: 'Diode Prenet',
468
- nativeCurrency: {
469
- name: 'Diodes',
470
- symbol: 'DIODE',
471
- decimals: 18,
472
- },
473
- rpcUrls: ['https://prenet.diode.io:8443/'],
474
- },
475
- },
476
- // 42220 Celo Mainnet
477
- {
478
- key: base_1.ChainKey.CEL,
479
- chainType: Chain_1.ChainType.EVM,
480
- name: 'CELO',
481
- coin: base_1.CoinKey.CELO,
482
- id: 42220,
483
- mainnet: true,
484
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/celo.svg',
485
- tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/celo.json',
486
- faucetUrls: [
487
- 'https://stakely.io/faucet/celo-platform',
488
- 'https://free-online-app.com/faucet-for-eth-evm-chains/',
489
- ],
490
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.CEL],
491
- metamask: {
492
- chainId: (0, EVMChain_1.prefixChainId)(42220),
493
- blockExplorerUrls: ['https://explorer.celo.org/'],
494
- chainName: 'Celo Mainnet',
495
- nativeCurrency: {
496
- name: 'CELO',
497
- symbol: 'CELO',
498
- decimals: 18,
499
- },
500
- rpcUrls: ['https://forno.celo.org'],
501
- },
502
- },
503
- // 122 Fuse Mainnet
504
- {
505
- key: base_1.ChainKey.FUS,
506
- chainType: Chain_1.ChainType.EVM,
507
- name: 'FUSE',
508
- coin: base_1.CoinKey.FUSE,
509
- id: 122,
510
- mainnet: true,
511
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/fuse.svg',
512
- tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/fuse.json',
513
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.FUS],
514
- metamask: {
515
- chainId: (0, EVMChain_1.prefixChainId)(122),
516
- blockExplorerUrls: ['https://explorer.fuse.io/'],
517
- chainName: 'Fuse Mainnet',
518
- nativeCurrency: {
519
- name: 'FUSE',
520
- symbol: 'FUSE',
521
- decimals: 18,
522
- },
523
- rpcUrls: ['https://rpc.fuse.io'],
524
- },
525
- },
526
- // 40 Telos EVM Mainnet
527
- {
528
- key: base_1.ChainKey.TLO,
529
- chainType: Chain_1.ChainType.EVM,
530
- name: 'Telos',
531
- coin: base_1.CoinKey.TLOS,
532
- id: 40,
533
- mainnet: true,
534
- tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/telos.json',
535
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.TLO],
536
- metamask: {
537
- chainId: (0, EVMChain_1.prefixChainId)(40),
538
- blockExplorerUrls: ['https://telos.net/'],
539
- chainName: 'Telos EVM Mainnet',
540
- nativeCurrency: {
541
- name: 'Telos',
542
- symbol: 'TLOS',
543
- decimals: 18,
544
- },
545
- rpcUrls: ['https://mainnet.telos.net/evm'],
546
- },
547
- },
548
- // 25 Cronos Mainnet Beta
549
- {
550
- key: base_1.ChainKey.CRO,
551
- chainType: Chain_1.ChainType.EVM,
552
- name: 'Cronos',
553
- coin: base_1.CoinKey.CRO,
554
- id: 25,
555
- mainnet: true,
556
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/cronos.svg',
557
- tokenlistUrl: 'https://raw.githubusercontent.com/cronaswap/cronaswap-tokenlists/main/cronaswap-default.tokenlist.json',
558
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.CRO],
559
- metamask: {
560
- chainId: (0, EVMChain_1.prefixChainId)(25),
561
- blockExplorerUrls: ['https://cronos.crypto.org/explorer/'],
562
- chainName: 'Cronos',
563
- nativeCurrency: {
564
- name: 'Crypto.org Coin',
565
- symbol: 'CRO',
566
- decimals: 18,
567
- },
568
- rpcUrls: ['https://evm-cronos.crypto.org'],
569
- },
570
- },
571
- // 288 Boba Network
572
- {
573
- key: base_1.ChainKey.BOB,
574
- chainType: Chain_1.ChainType.EVM,
575
- name: 'Boba',
576
- coin: base_1.CoinKey.ETH,
577
- id: 288,
578
- mainnet: true,
579
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/boba.png',
580
- // TODO: we should update token list url to latest one
581
- tokenlistUrl: 'https://raw.githubusercontent.com/OolongSwap/boba-community-token-list/main/build/boba.tokenlist.json',
582
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.BOB],
583
- metamask: {
584
- chainId: (0, EVMChain_1.prefixChainId)(288),
585
- blockExplorerUrls: ['https://blockexplorer.boba.network/'],
586
- chainName: 'Boba',
587
- nativeCurrency: {
588
- name: 'ETH',
589
- symbol: 'ETH',
590
- decimals: 18,
591
- },
592
- rpcUrls: ['https://mainnet.boba.network/'],
593
- },
594
- },
595
- // 27 ShibaChain
596
- {
597
- key: base_1.ChainKey.SHI,
598
- chainType: Chain_1.ChainType.EVM,
599
- name: 'Shiba',
600
- coin: base_1.CoinKey.SHIB,
601
- id: 27,
602
- mainnet: true,
603
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.SHI],
604
- metamask: {
605
- chainId: (0, EVMChain_1.prefixChainId)(27),
606
- blockExplorerUrls: ['https://exp.shibachain.net/'],
607
- chainName: 'Shiba',
608
- nativeCurrency: {
609
- name: 'SHIB',
610
- symbol: 'SHIB',
611
- decimals: 18,
612
- },
613
- rpcUrls: ['https://rpc.shibachain.net'],
614
- },
615
- },
616
- // 29 Genesis L1
617
- {
618
- key: base_1.ChainKey.GL1,
619
- chainType: Chain_1.ChainType.EVM,
620
- name: 'Genesis L1',
621
- coin: base_1.CoinKey.L1,
622
- id: 29,
623
- mainnet: true,
624
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.GL1],
625
- metamask: {
626
- chainId: (0, EVMChain_1.prefixChainId)(29),
627
- blockExplorerUrls: ['https://explorer.genesisl1.org/'],
628
- chainName: 'Genesis L1',
629
- nativeCurrency: {
630
- name: 'L1',
631
- symbol: 'L1',
632
- decimals: 18,
633
- },
634
- rpcUrls: ['https://rpc.genesisl1.org'],
635
- },
636
- },
637
- // 30 RSK Mainnet
638
- {
639
- key: base_1.ChainKey.RSK,
640
- chainType: Chain_1.ChainType.EVM,
641
- name: 'RSK Mainnet',
642
- coin: base_1.CoinKey.RBTC,
643
- id: 30,
644
- mainnet: true,
645
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.RSK],
646
- metamask: {
647
- chainId: (0, EVMChain_1.prefixChainId)(30),
648
- blockExplorerUrls: ['https://explorer.rsk.co/'],
649
- chainName: 'RSK Mainnet',
650
- nativeCurrency: {
651
- name: 'RBTC',
652
- symbol: 'RBTC',
653
- decimals: 18,
654
- },
655
- rpcUrls: ['https://public-node.rsk.co'],
656
- },
657
- },
658
- // 35 TBWG Chain
659
- {
660
- key: base_1.ChainKey.TBW,
661
- chainType: Chain_1.ChainType.EVM,
662
- name: 'TBWG',
663
- coin: base_1.CoinKey.TBG,
664
- id: 35,
665
- mainnet: true,
666
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.TBW],
667
- metamask: {
668
- chainId: (0, EVMChain_1.prefixChainId)(35),
669
- blockExplorerUrls: ['https://tbwg.io/'],
670
- chainName: 'TBWG',
671
- nativeCurrency: {
672
- name: 'TBG',
673
- symbol: 'TBG',
674
- decimals: 18,
675
- },
676
- rpcUrls: ['https://rpc.tbwg.io'],
677
- },
678
- },
679
- // 106 Velas EVM Mainnet
680
- {
681
- key: base_1.ChainKey.VEL,
682
- chainType: Chain_1.ChainType.EVM,
683
- name: 'Velas',
684
- coin: base_1.CoinKey.VLX,
685
- id: 106,
686
- mainnet: true,
687
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.VEL],
688
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/velas.png',
689
- faucetUrls: ['https://stakely.io/faucet/velas-vlx'],
690
- metamask: {
691
- chainId: (0, EVMChain_1.prefixChainId)(106),
692
- blockExplorerUrls: ['https://evmexplorer.velas.com/'],
693
- chainName: 'Velas',
694
- nativeCurrency: {
695
- name: 'VLX',
696
- symbol: 'VLX',
697
- decimals: 18,
698
- },
699
- rpcUrls: ['https://evmexplorer.velas.com/rpc'],
700
- },
701
- },
702
- // 1088 Metis Andromeda Mainnet
703
- {
704
- key: base_1.ChainKey.MAM,
705
- chainType: Chain_1.ChainType.EVM,
706
- name: 'Metis',
707
- coin: base_1.CoinKey.METIS,
708
- id: 1088,
709
- mainnet: true,
710
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/metis.png',
711
- tokenlistUrl: 'https://raw.githubusercontent.com/digitalnativeinc/default-token-list/dnf/tokens/metis.json',
712
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.MAM],
713
- metamask: {
714
- chainId: (0, EVMChain_1.prefixChainId)(1088),
715
- blockExplorerUrls: ['https://andromeda-explorer.metis.io/'],
716
- chainName: 'Metis',
717
- nativeCurrency: {
718
- name: 'METIS',
719
- symbol: 'METIS',
720
- decimals: 18,
721
- },
722
- rpcUrls: ['https://andromeda.metis.io/?owner=1088'],
723
- },
724
- },
725
- // 1313161554 Aurora Mainnet
726
- {
727
- key: base_1.ChainKey.AUR,
728
- chainType: Chain_1.ChainType.EVM,
729
- name: 'Aurora',
730
- coin: base_1.CoinKey.ETH,
731
- id: 1313161554,
732
- mainnet: true,
733
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/aurora.png',
734
- tokenlistUrl: 'https://aurora.dev/tokens.json',
735
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.AUR],
736
- metamask: {
737
- chainId: (0, EVMChain_1.prefixChainId)(1313161554),
738
- blockExplorerUrls: ['https://aurorascan.dev/'],
739
- chainName: 'Aurora',
740
- nativeCurrency: {
741
- name: 'ETH',
742
- symbol: 'ETH',
743
- decimals: 18,
744
- },
745
- rpcUrls: ['https://mainnet.aurora.dev'],
746
- },
747
- },
748
- // EVM = 9001,
749
- {
750
- key: base_1.ChainKey.EVM,
751
- chainType: Chain_1.ChainType.EVM,
752
- name: 'Evmos',
753
- coin: base_1.CoinKey.EVM,
754
- id: 9001,
755
- mainnet: true,
756
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/evmos.svg',
757
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.EVM],
758
- metamask: {
759
- chainId: (0, EVMChain_1.prefixChainId)(9001),
760
- blockExplorerUrls: ['https://evm.evmos.org/'],
761
- chainName: 'Evmos',
762
- nativeCurrency: {
763
- name: 'EVMOS',
764
- symbol: 'EVMOS',
765
- decimals: 18,
766
- },
767
- rpcUrls: ['https://eth.bd.evmos.org:8545'],
768
- },
769
- },
770
- // 324 - zksync ERA
771
- {
772
- key: base_1.ChainKey.ERA,
773
- chainType: Chain_1.ChainType.EVM,
774
- name: 'zkSync Era',
775
- coin: base_1.CoinKey.ETH,
776
- id: 324,
777
- mainnet: true,
778
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.png',
779
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.ERA],
780
- metamask: {
781
- chainId: (0, EVMChain_1.prefixChainId)(324),
782
- blockExplorerUrls: ['https://zkscan.io/'],
783
- chainName: 'zkSync Era Mainnet',
784
- nativeCurrency: {
785
- name: 'ETH',
786
- symbol: 'ETH',
787
- decimals: 18,
788
- },
789
- rpcUrls: ['https://mainnet.era.zksync.io'],
790
- },
791
- },
792
- // 1101 - Polygon zkEVM
793
- {
794
- key: base_1.ChainKey.PZE,
795
- chainType: Chain_1.ChainType.EVM,
796
- name: 'Polygon zkEVM',
797
- coin: base_1.CoinKey.ETH,
798
- id: 1101,
799
- mainnet: true,
800
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zkevm.png',
801
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.PZE],
802
- metamask: {
803
- chainId: (0, EVMChain_1.prefixChainId)(1101),
804
- blockExplorerUrls: ['https://zkevm.polygonscan.com/'],
805
- chainName: 'Polygon zkEVM',
806
- nativeCurrency: {
807
- name: 'ETH',
808
- symbol: 'ETH',
809
- decimals: 18,
810
- },
811
- rpcUrls: ['https://zkevm-rpc.com'],
812
- },
813
- },
814
- // TESTNETS
815
- // 5 - Goerli
816
- {
817
- key: base_1.ChainKey.GOR,
818
- chainType: Chain_1.ChainType.EVM,
819
- name: 'Goerli',
820
- coin: base_1.CoinKey.ETH,
821
- id: 5,
822
- mainnet: false,
823
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/ethereum_goerli.png',
824
- tokenlistUrl: 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json',
825
- faucetUrls: ['https://goerli-faucet.slock.it/'],
826
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.GOR],
827
- metamask: {
828
- chainId: (0, EVMChain_1.prefixChainId)(5),
829
- blockExplorerUrls: ['https://goerli.etherscan.io/'],
830
- chainName: 'Ethereum Testnet Görli',
831
- nativeCurrency: {
832
- name: 'ETH',
833
- symbol: 'ETH',
834
- decimals: 18,
835
- },
836
- rpcUrls: ['https://rpc.ankr.com/eth_goerli'],
837
- },
838
- },
839
- // 12 - Metadium Testnet
840
- {
841
- key: base_1.ChainKey.METT,
842
- chainType: Chain_1.ChainType.EVM,
843
- name: 'Metadium Testnet',
844
- coin: base_1.CoinKey.KAL,
845
- id: 12,
846
- mainnet: false,
847
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.METT],
848
- metamask: {
849
- chainId: (0, EVMChain_1.prefixChainId)(12),
850
- blockExplorerUrls: ['https://metadium.com/'],
851
- chainName: 'Metadium Testnet',
852
- nativeCurrency: {
853
- name: 'KAL',
854
- symbol: 'KAL',
855
- decimals: 18,
856
- },
857
- rpcUrls: ['https://api.metadium.com/dev'],
858
- },
859
- },
860
- // 13 - Diode Testnet Staging
861
- {
862
- key: base_1.ChainKey.DIOT,
863
- chainType: Chain_1.ChainType.EVM,
864
- name: 'DIODE',
865
- coin: base_1.CoinKey.SDIODE,
866
- id: 13,
867
- mainnet: false,
868
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.DIOT],
869
- metamask: {
870
- chainId: (0, EVMChain_1.prefixChainId)(13),
871
- blockExplorerUrls: ['https://diode.io/staging/'],
872
- chainName: 'Diode Testnet Staging',
873
- nativeCurrency: {
874
- name: 'Staging Diodes',
875
- symbol: 'sDIODE',
876
- decimals: 18,
877
- },
878
- rpcUrls: ['https://staging.diode.io:8443/'],
879
- },
880
- },
881
- // 80001 - Mumbai Polygon Testnet
882
- {
883
- key: base_1.ChainKey.MUM,
884
- chainType: Chain_1.ChainType.EVM,
885
- name: 'Polygon Testnet',
886
- coin: base_1.CoinKey.MATIC,
887
- id: 80001,
888
- mainnet: false,
889
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/polygon_test.png',
890
- tokenlistUrl: 'https://raw.githubusercontent.com/elkfinance/tokens/main/mumbai.tokenlist.json',
891
- faucetUrls: ['https://faucet.matic.network/'],
892
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.MUM],
893
- metamask: {
894
- chainId: (0, EVMChain_1.prefixChainId)(80001),
895
- blockExplorerUrls: ['https://explorer-mumbai.maticvigil.com/'],
896
- chainName: 'Matic(Polygon) Testnet Mumbai',
897
- nativeCurrency: {
898
- name: 'MATIC',
899
- symbol: 'tMATIC',
900
- decimals: 18,
901
- },
902
- rpcUrls: ['https://rpc-mumbai.matic.today'],
903
- },
904
- },
905
- {
906
- key: base_1.ChainKey.ARBG,
907
- chainType: Chain_1.ChainType.EVM,
908
- name: 'Arbitrum Görli',
909
- coin: base_1.CoinKey.ETH,
910
- id: 421613,
911
- mainnet: false,
912
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/arbitrum_test.png',
913
- faucetUrls: ['https://bridge.arbitrum.io/'],
914
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.ARBG],
915
- metamask: {
916
- chainId: (0, EVMChain_1.prefixChainId)(421613),
917
- blockExplorerUrls: ['https://goerli-rollup-explorer.arbitrum.io/'],
918
- chainName: 'Arbitrum Görli',
919
- nativeCurrency: {
920
- name: 'AGOR',
921
- symbol: 'AGOR',
922
- decimals: 18,
923
- },
924
- rpcUrls: ['https://goerli-rollup.arbitrum.io/rpc/ '],
925
- },
926
- },
927
- // 420 - Optimistic Ethereum (Goerli)
928
- {
929
- key: base_1.ChainKey.OPTG,
930
- chainType: Chain_1.ChainType.EVM,
931
- name: 'Optimistic Ethereum Testnet Goerli',
932
- coin: base_1.CoinKey.ETH,
933
- id: 420,
934
- mainnet: false,
935
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/optimism_test.png',
936
- faucetUrls: ['https://gateway.optimism.io/'],
937
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.OPTG],
938
- metamask: {
939
- chainId: (0, EVMChain_1.prefixChainId)(420),
940
- blockExplorerUrls: ['https://blockscout.com/optimism/goerli/'],
941
- chainName: 'Optimistic Ethereum Testnet Goerli',
942
- nativeCurrency: {
943
- name: 'tETH',
944
- symbol: 'tETH',
945
- decimals: 18,
946
- },
947
- rpcUrls: ['https://goerli.optimism.io/'],
948
- },
949
- },
950
- // 97 - Binance Smart Chain Testnet
951
- {
952
- key: base_1.ChainKey.BSCT,
953
- chainType: Chain_1.ChainType.EVM,
954
- name: 'Binance Smart Chain Testnet',
955
- coin: base_1.CoinKey.BNB,
956
- id: 97,
957
- mainnet: false,
958
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/bsc_test.png',
959
- faucetUrls: ['https://testnet.binance.org/faucet-smart'],
960
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.BSCT],
961
- metamask: {
962
- chainId: (0, EVMChain_1.prefixChainId)(97),
963
- blockExplorerUrls: ['https://testnet.bscscan.com/'],
964
- chainName: 'Binance Smart Chain Testnet',
965
- nativeCurrency: {
966
- name: 'tBNB',
967
- symbol: 'tBNB',
968
- decimals: 18,
969
- },
970
- rpcUrls: ['https://data-seed-prebsc-1-s1.binance.org:8545/'],
971
- },
972
- },
973
- // 256 - Huobi ECO Chain Testnet
974
- {
975
- key: base_1.ChainKey.HECT,
976
- chainType: Chain_1.ChainType.EVM,
977
- name: 'Huobi ECO Chain Testnet',
978
- coin: 'HTT',
979
- id: 256,
980
- mainnet: false,
981
- faucetUrls: ['https://scan-testnet.hecochain.com/faucet'],
982
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.HECT],
983
- metamask: {
984
- chainId: (0, EVMChain_1.prefixChainId)(256),
985
- blockExplorerUrls: ['https://scan-testnet.hecochain.com/'],
986
- chainName: 'Huobi ECO Chain Testnet',
987
- nativeCurrency: {
988
- name: 'HT',
989
- symbol: 'HT',
990
- decimals: 18,
991
- },
992
- rpcUrls: ['https://http-testnet.hecochain.com'],
993
- },
994
- },
995
- // 1666700000 - Harmony Testnet 0
996
- {
997
- key: base_1.ChainKey.ONET,
998
- chainType: Chain_1.ChainType.EVM,
999
- name: 'Harmony Testnet',
1000
- coin: base_1.CoinKey.ONE,
1001
- id: 1666700000,
1002
- mainnet: false,
1003
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/harmony_test.png',
1004
- // https://docs.harmony.one/home/developers/wallets/metamask/connect-metamask-to-the-harmony-chain
1005
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.ONET],
1006
- metamask: {
1007
- chainId: (0, EVMChain_1.prefixChainId)(1666700000),
1008
- blockExplorerUrls: [
1009
- 'https://explorer.pops.one/',
1010
- 'https://explorer.testnet.harmony.one/',
1011
- ],
1012
- chainName: 'Harmony Testnet Shard 0',
1013
- nativeCurrency: {
1014
- name: 'ONE',
1015
- symbol: 'ONE',
1016
- decimals: 18,
1017
- },
1018
- rpcUrls: ['https://api.s0.b.hmny.io'],
1019
- },
1020
- },
1021
- // 123 Fuse Sparknet
1022
- {
1023
- key: base_1.ChainKey.FUST,
1024
- chainType: Chain_1.ChainType.EVM,
1025
- name: 'SPARK',
1026
- coin: base_1.CoinKey.SPARK,
1027
- id: 123,
1028
- mainnet: false,
1029
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.FUST],
1030
- metamask: {
1031
- chainId: (0, EVMChain_1.prefixChainId)(123),
1032
- blockExplorerUrls: ['https://explorer.fusespark.io/'],
1033
- chainName: 'Fuse Sparknet',
1034
- nativeCurrency: {
1035
- name: 'Spark',
1036
- symbol: 'SPARK',
1037
- decimals: 18,
1038
- },
1039
- rpcUrls: ['https://rpc.fusespark.io'],
1040
- },
1041
- },
1042
- // 41 Telos EVM Testnet
1043
- {
1044
- key: base_1.ChainKey.TLOT,
1045
- chainType: Chain_1.ChainType.EVM,
1046
- name: 'Telos Testnet',
1047
- coin: base_1.CoinKey.TLOS,
1048
- id: 41,
1049
- mainnet: false,
1050
- faucetUrls: ['https://app.telos.net/testnet/developers'],
1051
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.TLOT],
1052
- metamask: {
1053
- chainId: (0, EVMChain_1.prefixChainId)(41),
1054
- blockExplorerUrls: ['https://telos.net/'],
1055
- chainName: 'Telos EVM Mainnet',
1056
- nativeCurrency: {
1057
- name: 'Telos',
1058
- symbol: 'TLOS',
1059
- decimals: 18,
1060
- },
1061
- rpcUrls: ['https://testnet.telos.net/evm'],
1062
- },
1063
- },
1064
- // 31 RSK Testnet
1065
- {
1066
- key: base_1.ChainKey.RSKT,
1067
- chainType: Chain_1.ChainType.EVM,
1068
- name: 'RSK Testnet',
1069
- coin: base_1.CoinKey.TRBTC,
1070
- id: 31,
1071
- mainnet: true,
1072
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.RSKT],
1073
- metamask: {
1074
- chainId: (0, EVMChain_1.prefixChainId)(31),
1075
- blockExplorerUrls: ['https://rsk.co/'],
1076
- chainName: 'RSK Testnet',
1077
- nativeCurrency: {
1078
- name: 'tRBTC',
1079
- symbol: 'TRBTC',
1080
- decimals: 18,
1081
- },
1082
- rpcUrls: ['https://public-node.testnet.rsk.co'],
1083
- },
1084
- },
1085
- // 43113 - Avalanche Fuji Testnet
1086
- {
1087
- key: base_1.ChainKey.AVAT,
1088
- chainType: Chain_1.ChainType.EVM,
1089
- name: 'Avalanche Fuji Testnet',
1090
- coin: base_1.CoinKey.AVAX,
1091
- id: 43113,
1092
- mainnet: false,
1093
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/avalanche_test.png',
1094
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.AVAT],
1095
- faucetUrls: ['https://faucet.avax-test.network/'],
1096
- // https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-43113.json
1097
- metamask: {
1098
- chainId: (0, EVMChain_1.prefixChainId)(43113),
1099
- blockExplorerUrls: ['https://testnet.snowtrace.io/'],
1100
- chainName: 'Avalanche Fuji Testnet',
1101
- nativeCurrency: {
1102
- name: 'AVAX',
1103
- symbol: 'AVAX',
1104
- decimals: 18,
1105
- },
1106
- rpcUrls: ['https://api.avax-test.network/ext/bc/C/rpc'],
1107
- },
1108
- },
1109
- // 59140 - Linea (formerly ConsenSys zkEVM) Testnet
1110
- {
1111
- key: base_1.ChainKey.LNAT,
1112
- chainType: Chain_1.ChainType.EVM,
1113
- name: 'Linea Testnet',
1114
- coin: base_1.CoinKey.ETH,
1115
- id: 59140,
1116
- mainnet: false,
1117
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/linea.svg',
1118
- multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.LNAT],
1119
- faucetUrls: ['https://faucetlink.to/goerli'],
1120
- metamask: {
1121
- chainId: (0, EVMChain_1.prefixChainId)(59140),
1122
- blockExplorerUrls: ['https://explorer.goerli.linea.build/'],
1123
- chainName: 'Linea Testnet',
1124
- nativeCurrency: {
1125
- name: 'crETH',
1126
- symbol: 'crETH',
1127
- decimals: 18,
1128
- },
1129
- rpcUrls: ['https://rpc.goerli.linea.build'],
1130
- },
1131
- },
1132
- // TODO: Add
1133
- // EVMT = 9000,
1134
- // MORT = 1287,
1135
- // FTMT = 4002,
1136
- // https://faucet.buni.finance/
1137
- // kucoin faucet: https://stakely.io/faucet/kucoin-kcc-kcs
1138
- ];
1139
- exports.supportedSolanaChains = [
1140
- {
1141
- key: base_1.ChainKey.SOL,
1142
- chainType: Chain_1.ChainType.Solana,
1143
- name: 'Solana',
1144
- coin: base_1.CoinKey.SOL,
1145
- id: base_1.ChainId.SOL,
1146
- mainnet: true,
1147
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/solana.svg',
1148
- faucetUrls: ['https://stakely.io/faucet/solana-sol'],
1149
- metamask: {
1150
- chainId: base_1.ChainId.SOL.toString(),
1151
- blockExplorerUrls: [
1152
- 'https://explorer.solana.com/',
1153
- 'https://solscan.io/',
1154
- 'https://solana.fm/',
1155
- ],
1156
- chainName: 'Solana',
1157
- nativeCurrency: {
1158
- name: 'SOL',
1159
- symbol: 'SOL',
1160
- decimals: 9,
1161
- },
1162
- rpcUrls: ['https://api.mainnet-beta.solana.com'],
1163
- },
1164
- },
1165
- ];
1166
- // This assignment is required to avoid breaking
1167
- // changes with the new non EVM support types release
1168
- // This will be removed in the future
1169
- exports.supportedChains = [...exports.supportedEVMChains, ...exports.supportedSolanaChains];