@rango-dev/provider-walletconnect-2 0.1.1-next.0

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.
@@ -0,0 +1,3675 @@
1
+ import { BlockchainMeta } from 'rango-types';
2
+
3
+ export const supportedChains: BlockchainMeta[] = [
4
+ {
5
+ name: 'BSC',
6
+ defaultDecimals: 18,
7
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
8
+ feeAssets: [
9
+ {
10
+ blockchain: 'BSC',
11
+ symbol: 'BNB',
12
+ address: null,
13
+ },
14
+ ],
15
+ logo: 'https://api.rango.exchange/blockchains/binance.svg',
16
+ displayName: 'BSC',
17
+ shortName: 'BSC',
18
+ sort: 1,
19
+ color: '#F3BA2F',
20
+ enabled: true,
21
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
22
+ //@ts-ignore
23
+ type: 'EVM',
24
+ chainId: '0x38',
25
+ info: {
26
+ infoType: 'EvmMetaInfo',
27
+ chainName: 'Binance Smart Chain Mainnet',
28
+ nativeCurrency: {
29
+ name: 'BNB',
30
+ symbol: 'BNB',
31
+ decimals: 18,
32
+ },
33
+ rpcUrls: ['https://bsc-dataseed1.ninicoin.io'],
34
+ blockExplorerUrls: ['https://bscscan.com'],
35
+ addressUrl: 'https://bscscan.com/address/{wallet}',
36
+ transactionUrl: 'https://bscscan.com/tx/{txHash}',
37
+ },
38
+ },
39
+ {
40
+ name: 'POLYGON',
41
+ defaultDecimals: 18,
42
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
43
+ feeAssets: [
44
+ {
45
+ blockchain: 'POLYGON',
46
+ symbol: 'MATIC',
47
+ address: null,
48
+ },
49
+ ],
50
+ logo: 'https://api.rango.exchange/blockchains/polygon.svg',
51
+ displayName: 'Polygon',
52
+ shortName: 'Polygon',
53
+ sort: 2,
54
+ color: '#8247E5',
55
+ enabled: true,
56
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
57
+ //@ts-ignore
58
+ type: 'EVM',
59
+ chainId: '0x89',
60
+ info: {
61
+ infoType: 'EvmMetaInfo',
62
+ chainName: 'Polygon Mainnet',
63
+ nativeCurrency: {
64
+ name: 'MATIC',
65
+ symbol: 'MATIC',
66
+ decimals: 18,
67
+ },
68
+ rpcUrls: ['https://polygon-rpc.com'],
69
+ blockExplorerUrls: ['https://polygonscan.com'],
70
+ addressUrl: 'https://polygonscan.com/address/{wallet}',
71
+ transactionUrl: 'https://polygonscan.com/tx/{txHash}',
72
+ },
73
+ },
74
+ {
75
+ name: 'ETH',
76
+ defaultDecimals: 18,
77
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
78
+ feeAssets: [
79
+ {
80
+ blockchain: 'ETH',
81
+ symbol: 'ETH',
82
+ address: null,
83
+ },
84
+ ],
85
+ logo: 'https://api.rango.exchange/blockchains/ethereum.svg',
86
+ displayName: 'Ethereum',
87
+ shortName: 'ETH',
88
+ sort: 3,
89
+ color: '#ecf0f1',
90
+ enabled: true,
91
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
92
+ //@ts-ignore
93
+ type: 'EVM',
94
+ chainId: '0x1',
95
+ info: {
96
+ infoType: 'EvmMetaInfo',
97
+ chainName: 'Ethereum Mainnet',
98
+ nativeCurrency: {
99
+ name: 'ETH',
100
+ symbol: 'ETH',
101
+ decimals: 18,
102
+ },
103
+ rpcUrls: ['https://rpc.ankr.com/eth'],
104
+ blockExplorerUrls: ['https://etherscan.io'],
105
+ addressUrl: 'https://etherscan.io/address/{wallet}',
106
+ transactionUrl: 'https://etherscan.io/tx/{txHash}',
107
+ },
108
+ },
109
+ {
110
+ name: 'OSMOSIS',
111
+ defaultDecimals: 6,
112
+ addressPatterns: ['^(osmo1)[0-9a-z]{38}$'],
113
+ feeAssets: [
114
+ {
115
+ blockchain: 'OSMOSIS',
116
+ symbol: 'OSMO',
117
+ address: null,
118
+ },
119
+ ],
120
+ logo: 'https://api.rango.exchange/blockchains/osmosis.svg',
121
+ displayName: 'Osmosis',
122
+ shortName: 'Osmosis',
123
+ sort: 4,
124
+ color: '#7901B4',
125
+ enabled: true,
126
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
127
+ //@ts-ignore
128
+ type: 'COSMOS',
129
+ chainId: 'osmosis-1',
130
+ info: {
131
+ infoType: 'CosmosMetaInfo',
132
+ experimental: false,
133
+ rpc: 'https://rpc-osmosis.keplr.app',
134
+ rest: 'https://lcd-osmosis.keplr.app',
135
+ cosmostationLcdUrl: 'https://lcd-osmosis.cosmostation.io',
136
+ cosmostationApiUrl: 'https://api-osmosis.cosmostation.io',
137
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
138
+ mintScanName: 'osmosis',
139
+ chainName: 'Osmosis',
140
+ stakeCurrency: {
141
+ coinDenom: 'OSMO',
142
+ coinMinimalDenom: 'uosmo',
143
+ coinDecimals: 6,
144
+ coinGeckoId: 'pool:uosmo',
145
+ coinImageUrl: '/tokens/blockchain/osmosis.svg',
146
+ },
147
+ bip44: {
148
+ coinType: 118,
149
+ },
150
+ bech32Config: {
151
+ bech32PrefixAccAddr: 'osmo',
152
+ bech32PrefixAccPub: 'osmopub',
153
+ bech32PrefixValAddr: 'osmovaloper',
154
+ bech32PrefixValPub: 'osmovaloperpub',
155
+ bech32PrefixConsAddr: 'osmovalcons',
156
+ bech32PrefixConsPub: 'osmovalconspub',
157
+ },
158
+ currencies: [
159
+ {
160
+ coinDenom: 'OSMO',
161
+ coinMinimalDenom: 'uosmo',
162
+ coinDecimals: 6,
163
+ coinGeckoId: 'pool:uosmo',
164
+ coinImageUrl: '/tokens/blockchain/osmosis.svg',
165
+ },
166
+ {
167
+ coinDenom: 'ION',
168
+ coinMinimalDenom: 'uion',
169
+ coinDecimals: 6,
170
+ coinGeckoId: 'pool:uion',
171
+ coinImageUrl: '/tokens/blockchain/ion.png',
172
+ },
173
+ ],
174
+ feeCurrencies: [
175
+ {
176
+ coinDenom: 'OSMO',
177
+ coinMinimalDenom: 'uosmo',
178
+ coinDecimals: 6,
179
+ coinGeckoId: 'pool:uosmo',
180
+ coinImageUrl: '/tokens/blockchain/osmosis.svg',
181
+ },
182
+ ],
183
+ features: ['stargate', 'ibc-transfer'],
184
+ explorerUrlToTx: 'https://www.mintscan.io/osmosis/txs/{txHash}',
185
+ gasPriceStep: {
186
+ low: 0,
187
+ average: 0.025,
188
+ high: 0.04,
189
+ },
190
+ },
191
+ },
192
+ {
193
+ name: 'JUNO',
194
+ defaultDecimals: 6,
195
+ addressPatterns: ['^(juno1)[0-9a-z]{38}$'],
196
+ feeAssets: [
197
+ {
198
+ blockchain: 'JUNO',
199
+ symbol: 'JUNO',
200
+ address: null,
201
+ },
202
+ ],
203
+ logo: 'https://api.rango.exchange/blockchains/juno.svg',
204
+ displayName: 'Juno',
205
+ shortName: 'Juno',
206
+ sort: 5,
207
+ color: '#f0827d',
208
+ enabled: true,
209
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
210
+ //@ts-ignore
211
+ type: 'COSMOS',
212
+ chainId: 'juno-1',
213
+ info: {
214
+ infoType: 'CosmosMetaInfo',
215
+ experimental: false,
216
+ rpc: 'https://rpc-juno.itastakers.com:443/',
217
+ rest: 'https://lcd-juno.keplr.app',
218
+ cosmostationLcdUrl: 'https://lcd-juno.cosmostation.io',
219
+ cosmostationApiUrl: 'https://api-juno.cosmostation.io',
220
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
221
+ mintScanName: 'juno',
222
+ chainName: 'Juno',
223
+ stakeCurrency: {
224
+ coinDenom: 'JUNO',
225
+ coinMinimalDenom: 'ujuno',
226
+ coinDecimals: 6,
227
+ coinGeckoId: 'juno-network',
228
+ coinImageUrl: '/tokens/blockchain/JUNO.png',
229
+ },
230
+ bip44: {
231
+ coinType: 118,
232
+ },
233
+ bech32Config: {
234
+ bech32PrefixAccAddr: 'juno',
235
+ bech32PrefixAccPub: 'junopub',
236
+ bech32PrefixValAddr: 'junovaloper',
237
+ bech32PrefixValPub: 'junovaloperpub',
238
+ bech32PrefixConsAddr: 'junovalcons',
239
+ bech32PrefixConsPub: 'junovalconspub',
240
+ },
241
+ currencies: [
242
+ {
243
+ coinDenom: 'JUNO',
244
+ coinMinimalDenom: 'ujuno',
245
+ coinDecimals: 6,
246
+ coinGeckoId: 'juno-network',
247
+ coinImageUrl: '/tokens/blockchain/JUNO.png',
248
+ },
249
+ ],
250
+ feeCurrencies: [
251
+ {
252
+ coinDenom: 'JUNO',
253
+ coinMinimalDenom: 'ujuno',
254
+ coinDecimals: 6,
255
+ coinGeckoId: 'juno-network',
256
+ coinImageUrl: '/tokens/blockchain/JUNO.png',
257
+ },
258
+ ],
259
+ features: ['stargate', 'ibc-transfer'],
260
+ explorerUrlToTx: 'https://www.mintscan.io/juno/txs/{txHash}',
261
+ gasPriceStep: {
262
+ low: 0.001,
263
+ average: 0.0025,
264
+ high: 0.004,
265
+ },
266
+ },
267
+ },
268
+ {
269
+ name: 'AVAX_CCHAIN',
270
+ defaultDecimals: 18,
271
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
272
+ feeAssets: [
273
+ {
274
+ blockchain: 'AVAX_CCHAIN',
275
+ symbol: 'AVAX',
276
+ address: null,
277
+ },
278
+ ],
279
+ logo: 'https://api.rango.exchange/blockchains/avax_cchain.svg',
280
+ displayName: 'Avalanche',
281
+ shortName: 'Avax',
282
+ sort: 6,
283
+ color: '#e84142',
284
+ enabled: true,
285
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
286
+ //@ts-ignore
287
+ type: 'EVM',
288
+ chainId: '0xa86a',
289
+ info: {
290
+ infoType: 'EvmMetaInfo',
291
+ chainName: 'Avalanche C-Chain',
292
+ nativeCurrency: {
293
+ name: 'AVAX',
294
+ symbol: 'AVAX',
295
+ decimals: 18,
296
+ },
297
+ rpcUrls: ['https://api.avax.network/ext/bc/C/rpc'],
298
+ blockExplorerUrls: ['https://snowtrace.io'],
299
+ addressUrl: 'https://snowtrace.io/address/{wallet}',
300
+ transactionUrl: 'https://snowtrace.io/tx/{txHash}',
301
+ },
302
+ },
303
+ {
304
+ name: 'ARBITRUM',
305
+ defaultDecimals: 18,
306
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
307
+ feeAssets: [
308
+ {
309
+ blockchain: 'ARBITRUM',
310
+ symbol: 'ETH',
311
+ address: null,
312
+ },
313
+ ],
314
+ logo: 'https://api.rango.exchange/blockchains/arbitrum.svg',
315
+ displayName: 'Arbitrum',
316
+ shortName: 'Arbitrum',
317
+ sort: 7,
318
+ color: '#28a0f0',
319
+ enabled: true,
320
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
321
+ //@ts-ignore
322
+ type: 'EVM',
323
+ chainId: '0xa4b1',
324
+ info: {
325
+ infoType: 'EvmMetaInfo',
326
+ chainName: 'Arbitrum One',
327
+ nativeCurrency: {
328
+ name: 'ETH',
329
+ symbol: 'ETH',
330
+ decimals: 18,
331
+ },
332
+ rpcUrls: ['https://arb1.arbitrum.io/rpc'],
333
+ blockExplorerUrls: ['https://arbiscan.io'],
334
+ addressUrl: 'https://arbiscan.io/address/{wallet}',
335
+ transactionUrl: 'https://arbiscan.io/tx/{txHash}',
336
+ },
337
+ },
338
+ {
339
+ name: 'COSMOS',
340
+ defaultDecimals: 6,
341
+ addressPatterns: ['^(cosmos1)[0-9a-z]{38}$'],
342
+ feeAssets: [
343
+ {
344
+ blockchain: 'COSMOS',
345
+ symbol: 'ATOM',
346
+ address: null,
347
+ },
348
+ ],
349
+ logo: 'https://api.rango.exchange/blockchains/cosmos.svg',
350
+ displayName: 'Cosmos',
351
+ shortName: 'Cosmos',
352
+ sort: 8,
353
+ color: '#2E3148',
354
+ enabled: true,
355
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
356
+ //@ts-ignore
357
+ type: 'COSMOS',
358
+ chainId: 'cosmoshub-4',
359
+ info: {
360
+ infoType: 'CosmosMetaInfo',
361
+ experimental: false,
362
+ rpc: 'https://cosmos-rpc.polkachu.com',
363
+ rest: 'https://lcd-cosmoshub.keplr.app',
364
+ cosmostationLcdUrl: 'https://lcd-cosmos.cosmostation.io',
365
+ cosmostationApiUrl: 'https://api-cosmos.cosmostation.io',
366
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
367
+ mintScanName: 'cosmos',
368
+ chainName: 'Cosmos',
369
+ stakeCurrency: {
370
+ coinDenom: 'ATOM',
371
+ coinMinimalDenom: 'uatom',
372
+ coinDecimals: 6,
373
+ coinGeckoId: 'cosmos',
374
+ coinImageUrl: '/tokens/blockchain/cosmos.svg',
375
+ },
376
+ bip44: {
377
+ coinType: 118,
378
+ },
379
+ bech32Config: {
380
+ bech32PrefixAccAddr: 'cosmos',
381
+ bech32PrefixAccPub: 'cosmospub',
382
+ bech32PrefixValAddr: 'cosmosvaloper',
383
+ bech32PrefixValPub: 'cosmosvaloperpub',
384
+ bech32PrefixConsAddr: 'cosmosvalcons',
385
+ bech32PrefixConsPub: 'cosmosvalconspub',
386
+ },
387
+ currencies: [
388
+ {
389
+ coinDenom: 'ATOM',
390
+ coinMinimalDenom: 'uatom',
391
+ coinDecimals: 6,
392
+ coinGeckoId: 'cosmos',
393
+ coinImageUrl: '/tokens/blockchain/cosmos.svg',
394
+ },
395
+ ],
396
+ feeCurrencies: [
397
+ {
398
+ coinDenom: 'ATOM',
399
+ coinMinimalDenom: 'uatom',
400
+ coinDecimals: 6,
401
+ coinGeckoId: 'cosmos',
402
+ coinImageUrl: '/tokens/blockchain/cosmos.svg',
403
+ },
404
+ ],
405
+ features: ['stargate', 'ibc-transfer'],
406
+ explorerUrlToTx: 'https://www.mintscan.io/cosmos/txs/{txHash}',
407
+ gasPriceStep: {
408
+ low: 0.01,
409
+ average: 0.025,
410
+ high: 0.04,
411
+ },
412
+ },
413
+ },
414
+ {
415
+ name: 'TERRA_CLASSIC',
416
+ defaultDecimals: 6,
417
+ addressPatterns: ['^(terra1)[0-9a-z]{38}$'],
418
+ feeAssets: [
419
+ {
420
+ blockchain: 'TERRA_CLASSIC',
421
+ symbol: 'LUNC',
422
+ address: null,
423
+ },
424
+ {
425
+ blockchain: 'TERRA_CLASSIC',
426
+ symbol: 'UST',
427
+ address: null,
428
+ },
429
+ {
430
+ blockchain: 'TERRA_CLASSIC',
431
+ symbol: 'EUT',
432
+ address: null,
433
+ },
434
+ {
435
+ blockchain: 'TERRA_CLASSIC',
436
+ symbol: 'KRT',
437
+ address: null,
438
+ },
439
+ ],
440
+ logo: 'https://api.rango.exchange/blockchains/terraclassic.svg',
441
+ displayName: 'Terra',
442
+ shortName: 'Terra',
443
+ sort: 8,
444
+ color: '#5493F7',
445
+ enabled: false,
446
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
447
+ //@ts-ignore
448
+ type: 'COSMOS',
449
+ chainId: 'columbus-5',
450
+ info: {
451
+ infoType: 'CosmosMetaInfo',
452
+ experimental: true,
453
+ rpc: 'https://rpc-columbus.keplr.app',
454
+ rest: 'https://lcd-columbus.keplr.app',
455
+ cosmostationLcdUrl: null,
456
+ cosmostationApiUrl: 'https://terra-classic-lcd.publicnode.com',
457
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
458
+ mintScanName: null,
459
+ chainName: 'Terra',
460
+ stakeCurrency: {
461
+ coinDenom: 'LUNC',
462
+ coinMinimalDenom: 'uluna',
463
+ coinDecimals: 6,
464
+ coinGeckoId: 'terra-luna',
465
+ coinImageUrl: '/tokens/blockchain/LUNA.png',
466
+ },
467
+ bip44: {
468
+ coinType: 330,
469
+ },
470
+ bech32Config: {
471
+ bech32PrefixAccAddr: 'terra',
472
+ bech32PrefixAccPub: 'terrapub',
473
+ bech32PrefixValAddr: 'terravaloper',
474
+ bech32PrefixValPub: 'terravaloperpub',
475
+ bech32PrefixConsAddr: 'terravalcons',
476
+ bech32PrefixConsPub: 'terravalconspub',
477
+ },
478
+ currencies: [
479
+ {
480
+ coinDenom: 'LUNC',
481
+ coinMinimalDenom: 'uluna',
482
+ coinDecimals: 6,
483
+ coinGeckoId: 'terra-luna',
484
+ coinImageUrl: '/tokens/blockchain/LUNA.png',
485
+ },
486
+ {
487
+ coinDenom: 'UST',
488
+ coinMinimalDenom: 'uusd',
489
+ coinDecimals: 6,
490
+ coinGeckoId: 'terrausd',
491
+ coinImageUrl: '/tokens/blockchain/UST.png',
492
+ },
493
+ ],
494
+ feeCurrencies: [
495
+ {
496
+ coinDenom: 'LUNC',
497
+ coinMinimalDenom: 'uluna',
498
+ coinDecimals: 6,
499
+ coinGeckoId: 'terra-luna',
500
+ coinImageUrl: '/tokens/blockchain/LUNA.png',
501
+ },
502
+ {
503
+ coinDenom: 'UST',
504
+ coinMinimalDenom: 'uusd',
505
+ coinDecimals: 6,
506
+ coinGeckoId: 'terrausd',
507
+ coinImageUrl: '/tokens/blockchain/UST.png',
508
+ },
509
+ ],
510
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
511
+ explorerUrlToTx: 'https://finder.terra.money/columbus-5/tx/{txHash}',
512
+ gasPriceStep: {
513
+ low: 0.0075,
514
+ average: 0.0075,
515
+ high: 0.0075,
516
+ },
517
+ },
518
+ },
519
+ {
520
+ name: 'FANTOM',
521
+ defaultDecimals: 18,
522
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
523
+ feeAssets: [
524
+ {
525
+ blockchain: 'FANTOM',
526
+ symbol: 'FTM',
527
+ address: null,
528
+ },
529
+ ],
530
+ logo: 'https://api.rango.exchange/blockchains/fantom.png',
531
+ displayName: 'Fantom',
532
+ shortName: 'Fantom',
533
+ sort: 9,
534
+ color: '#337afe',
535
+ enabled: true,
536
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
537
+ //@ts-ignore
538
+ type: 'EVM',
539
+ chainId: '0xfa',
540
+ info: {
541
+ infoType: 'EvmMetaInfo',
542
+ chainName: 'Fantom Opera',
543
+ nativeCurrency: {
544
+ name: 'FTM',
545
+ symbol: 'FTM',
546
+ decimals: 18,
547
+ },
548
+ rpcUrls: ['https://rpc.ftm.tools'],
549
+ blockExplorerUrls: ['https://ftmscan.com'],
550
+ addressUrl: 'https://ftmscan.com/address/{wallet}',
551
+ transactionUrl: 'https://ftmscan.com/tx/{txHash}',
552
+ },
553
+ },
554
+ {
555
+ name: 'OPTIMISM',
556
+ defaultDecimals: 18,
557
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
558
+ feeAssets: [
559
+ {
560
+ blockchain: 'OPTIMISM',
561
+ symbol: 'ETH',
562
+ address: null,
563
+ },
564
+ ],
565
+ logo: 'https://api.rango.exchange/blockchains/optimism.svg',
566
+ displayName: 'Optimism',
567
+ shortName: 'Optimism',
568
+ sort: 10,
569
+ color: '#FF0420',
570
+ enabled: true,
571
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
572
+ //@ts-ignore
573
+ type: 'EVM',
574
+ chainId: '0xa',
575
+ info: {
576
+ infoType: 'EvmMetaInfo',
577
+ chainName: 'Optimism',
578
+ nativeCurrency: {
579
+ name: 'ETH',
580
+ symbol: 'ETH',
581
+ decimals: 18,
582
+ },
583
+ rpcUrls: ['https://mainnet.optimism.io'],
584
+ blockExplorerUrls: ['https://optimistic.etherscan.io'],
585
+ addressUrl: 'https://optimistic.etherscan.io/address/{wallet}',
586
+ transactionUrl: 'https://optimistic.etherscan.io/tx/{txHash}',
587
+ },
588
+ },
589
+ {
590
+ name: 'OKC',
591
+ defaultDecimals: 18,
592
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
593
+ feeAssets: [
594
+ {
595
+ blockchain: 'OKC',
596
+ symbol: 'OKT',
597
+ address: null,
598
+ },
599
+ ],
600
+ logo: 'https://api.rango.exchange/blockchains/okx.png',
601
+ displayName: 'OKX Chain (OKC)',
602
+ shortName: 'Okx',
603
+ sort: 11,
604
+ color: '#29a0f0',
605
+ enabled: true,
606
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
607
+ //@ts-ignore
608
+ type: 'EVM',
609
+ chainId: '0x42',
610
+ info: {
611
+ infoType: 'EvmMetaInfo',
612
+ chainName: 'OKX Chain',
613
+ nativeCurrency: {
614
+ name: 'OKT',
615
+ symbol: 'OKT',
616
+ decimals: 18,
617
+ },
618
+ rpcUrls: ['https://exchainrpc.okex.org'],
619
+ blockExplorerUrls: ['https://www.oklink.com/en/okc'],
620
+ addressUrl: 'https://www.oklink.com/en/okc/address/{wallet}',
621
+ transactionUrl: 'https://www.oklink.com/en/okc/tx/{txHash}',
622
+ },
623
+ },
624
+ {
625
+ name: 'STARKNET',
626
+ defaultDecimals: 18,
627
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{32,64}$'],
628
+ feeAssets: [
629
+ {
630
+ blockchain: 'STARKNET',
631
+ symbol: 'ETH',
632
+ address:
633
+ '0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7',
634
+ },
635
+ ],
636
+ logo: 'https://api.rango.exchange/blockchains/starknet.svg',
637
+ displayName: 'StarkNet',
638
+ shortName: 'StarkNet',
639
+ sort: 11,
640
+ color: '#708DD2',
641
+ enabled: true,
642
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
643
+ //@ts-ignore
644
+ type: 'STARKNET',
645
+ chainId: '0x534e5f4d41494e',
646
+ info: {
647
+ infoType: 'StarkNetMetaInfo',
648
+ chainName: 'StarkNet Mainnet',
649
+ nativeCurrency: {
650
+ name: 'ETH',
651
+ symbol: 'ETH',
652
+ decimals: 18,
653
+ },
654
+ blockExplorerUrls: ['https://starkscan.co'],
655
+ addressUrl: 'https://starkscan.co/contract/{wallet}',
656
+ transactionUrl: 'https://starkscan.co/tx/{txHash}',
657
+ },
658
+ },
659
+ {
660
+ name: 'SOLANA',
661
+ defaultDecimals: 9,
662
+ addressPatterns: ['^[1-9A-HJ-NP-Za-km-z]{32,44}$'],
663
+ feeAssets: [
664
+ {
665
+ blockchain: 'SOLANA',
666
+ symbol: 'SOL',
667
+ address: null,
668
+ },
669
+ ],
670
+ logo: 'https://api.rango.exchange/blockchains/solana.svg',
671
+ displayName: 'Solana',
672
+ shortName: 'Solana',
673
+ sort: 11,
674
+ color: '#708DD2',
675
+ enabled: true,
676
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
677
+ //@ts-ignore
678
+ type: 'SOLANA',
679
+ chainId: 'mainnet-beta',
680
+ info: null,
681
+ },
682
+ {
683
+ name: 'CRONOS',
684
+ defaultDecimals: 18,
685
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
686
+ feeAssets: [
687
+ {
688
+ blockchain: 'CRONOS',
689
+ symbol: 'CRO',
690
+ address: null,
691
+ },
692
+ ],
693
+ logo: 'https://api.rango.exchange/blockchains/cronos.svg',
694
+ displayName: 'Cronos',
695
+ shortName: 'Cronos',
696
+ sort: 12,
697
+ color: '#1a90ff',
698
+ enabled: true,
699
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
700
+ //@ts-ignore
701
+ type: 'EVM',
702
+ chainId: '0x19',
703
+ info: {
704
+ infoType: 'EvmMetaInfo',
705
+ chainName: 'Cronos Mainnet Beta',
706
+ nativeCurrency: {
707
+ name: 'CRO',
708
+ symbol: 'CRO',
709
+ decimals: 18,
710
+ },
711
+ rpcUrls: ['https://evm.cronos.org'],
712
+ blockExplorerUrls: ['https://cronoscan.com'],
713
+ addressUrl: 'https://cronoscan.com/address/{wallet}',
714
+ transactionUrl: 'https://cronoscan.com/tx/{txHash}',
715
+ },
716
+ },
717
+ {
718
+ name: 'MOONRIVER',
719
+ defaultDecimals: 18,
720
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
721
+ feeAssets: [
722
+ {
723
+ blockchain: 'MOONRIVER',
724
+ symbol: 'MOVR',
725
+ address: null,
726
+ },
727
+ ],
728
+ logo: 'https://api.rango.exchange/blockchains/moonriver.svg',
729
+ displayName: 'MoonRiver',
730
+ shortName: 'MoonRiver',
731
+ sort: 13,
732
+ color: '#F3B404',
733
+ enabled: true,
734
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
735
+ //@ts-ignore
736
+ type: 'EVM',
737
+ chainId: '0x505',
738
+ info: {
739
+ infoType: 'EvmMetaInfo',
740
+ chainName: 'MoonRiver',
741
+ nativeCurrency: {
742
+ name: 'MOVR',
743
+ symbol: 'MOVR',
744
+ decimals: 18,
745
+ },
746
+ rpcUrls: ['https://rpc.moonriver.moonbeam.network'],
747
+ blockExplorerUrls: ['https://moonriver.moonscan.io'],
748
+ addressUrl: 'https://moonriver.moonscan.io/address/{wallet}',
749
+ transactionUrl: 'https://moonriver.moonscan.io/tx/{txHash}',
750
+ },
751
+ },
752
+ {
753
+ name: 'ZKSYNC',
754
+ defaultDecimals: 18,
755
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
756
+ feeAssets: [
757
+ {
758
+ blockchain: 'ZKSYNC',
759
+ symbol: 'ETH',
760
+ address: null,
761
+ },
762
+ ],
763
+ logo: 'https://api.rango.exchange/blockchains/zksync.png',
764
+ displayName: 'zkSync era',
765
+ shortName: 'zkSync',
766
+ sort: 13,
767
+ color: '#2D2925',
768
+ enabled: true,
769
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
770
+ //@ts-ignore
771
+ type: 'EVM',
772
+ chainId: '0x144',
773
+ info: {
774
+ infoType: 'EvmMetaInfo',
775
+ chainName: 'zkSync',
776
+ nativeCurrency: {
777
+ name: 'ETH',
778
+ symbol: 'ETH',
779
+ decimals: 18,
780
+ },
781
+ rpcUrls: ['https://mainnet.era.zksync.io'],
782
+ blockExplorerUrls: ['https://explorer.zksync.io'],
783
+ addressUrl: 'https://explorer.zksync.io/address/{wallet}',
784
+ transactionUrl: 'https://explorer.zksync.io/tx/{txHash}',
785
+ },
786
+ },
787
+ {
788
+ name: 'MOONBEAM',
789
+ defaultDecimals: 18,
790
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
791
+ feeAssets: [
792
+ {
793
+ blockchain: 'MOONBEAM',
794
+ symbol: 'GLMR',
795
+ address: null,
796
+ },
797
+ ],
798
+ logo: 'https://api.rango.exchange/blockchains/moonbeam.png',
799
+ displayName: 'MoonBeam',
800
+ shortName: 'MoonBeam',
801
+ sort: 14,
802
+ color: '#B3206B',
803
+ enabled: true,
804
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
805
+ //@ts-ignore
806
+ type: 'EVM',
807
+ chainId: '0x504',
808
+ info: {
809
+ infoType: 'EvmMetaInfo',
810
+ chainName: 'MoonBeam',
811
+ nativeCurrency: {
812
+ name: 'GLMR',
813
+ symbol: 'GLMR',
814
+ decimals: 18,
815
+ },
816
+ rpcUrls: ['https://rpc.api.moonbeam.network'],
817
+ blockExplorerUrls: ['https://moonbeam.moonscan.io'],
818
+ addressUrl: 'https://moonbeam.moonscan.io/address/{wallet}',
819
+ transactionUrl: 'https://moonbeam.moonscan.io/tx/{txHash}',
820
+ },
821
+ },
822
+ {
823
+ name: 'POLKADOT',
824
+ defaultDecimals: 10,
825
+ addressPatterns: ['^(1)[0-9a-z-A-Z]{44,50}$'],
826
+ feeAssets: [],
827
+ logo: 'https://api.rango.exchange/blockchains/polkadot.svg',
828
+ displayName: 'Polkadot',
829
+ shortName: 'Polkadot',
830
+ sort: 14,
831
+ color: '#E6007A',
832
+ enabled: false,
833
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
834
+ //@ts-ignore
835
+ type: 'TRANSFER',
836
+ chainId: null,
837
+ info: null,
838
+ },
839
+ {
840
+ name: 'AURORA',
841
+ defaultDecimals: 18,
842
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
843
+ feeAssets: [
844
+ {
845
+ blockchain: 'AURORA',
846
+ symbol: 'ETH',
847
+ address: null,
848
+ },
849
+ ],
850
+ logo: 'https://api.rango.exchange/blockchains/aurora.svg',
851
+ displayName: 'Aurora',
852
+ shortName: 'Aurora',
853
+ sort: 15,
854
+ color: '#78d64b',
855
+ enabled: true,
856
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
857
+ //@ts-ignore
858
+ type: 'EVM',
859
+ chainId: '0x4e454152',
860
+ info: {
861
+ infoType: 'EvmMetaInfo',
862
+ chainName: 'Aurora Mainnet',
863
+ nativeCurrency: {
864
+ name: 'ETH',
865
+ symbol: 'ETH',
866
+ decimals: 18,
867
+ },
868
+ rpcUrls: ['https://mainnet.aurora.dev'],
869
+ blockExplorerUrls: ['https://explorer.mainnet.aurora.dev'],
870
+ addressUrl: 'https://explorer.mainnet.aurora.dev/address/{wallet}',
871
+ transactionUrl: 'https://explorer.mainnet.aurora.dev/tx/{txHash}',
872
+ },
873
+ },
874
+ {
875
+ name: 'DOGE',
876
+ defaultDecimals: 8,
877
+ addressPatterns: ['^(D|A|9)[a-km-zA-HJ-NP-Z1-9]{33,34}$'],
878
+ feeAssets: [
879
+ {
880
+ blockchain: 'DOGE',
881
+ symbol: 'DOGE',
882
+ address: null,
883
+ },
884
+ ],
885
+ logo: 'https://api.rango.exchange/blockchains/doge.svg',
886
+ displayName: 'Doge',
887
+ shortName: 'Doge',
888
+ sort: 15,
889
+ color: '#BA9F33',
890
+ enabled: false,
891
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
892
+ //@ts-ignore
893
+ type: 'TRANSFER',
894
+ chainId: null,
895
+ info: null,
896
+ },
897
+ {
898
+ name: 'HARMONY',
899
+ defaultDecimals: 18,
900
+ addressPatterns: ['^(one1)[0-9a-z]{38}$', '^(0x)[0-9A-Fa-f]{40}$'],
901
+ feeAssets: [
902
+ {
903
+ blockchain: 'HARMONY',
904
+ symbol: 'ONE',
905
+ address: null,
906
+ },
907
+ ],
908
+ logo: 'https://api.rango.exchange/blockchains/harmony.svg',
909
+ displayName: 'Harmony',
910
+ shortName: 'Harmony',
911
+ sort: 15,
912
+ color: '#50AEE9',
913
+ enabled: true,
914
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
915
+ //@ts-ignore
916
+ type: 'EVM',
917
+ chainId: '0x63564c40',
918
+ info: {
919
+ infoType: 'EvmMetaInfo',
920
+ chainName: 'Harmony Mainnet',
921
+ nativeCurrency: {
922
+ name: 'ONE',
923
+ symbol: 'ONE',
924
+ decimals: 18,
925
+ },
926
+ rpcUrls: ['https://rpc.ankr.com/harmony'],
927
+ blockExplorerUrls: ['https://explorer.harmony.one'],
928
+ addressUrl: 'https://explorer.harmony.one/address/{wallet}',
929
+ transactionUrl: 'https://explorer.harmony.one/tx/{txHash}',
930
+ },
931
+ },
932
+ {
933
+ name: 'EVMOS',
934
+ defaultDecimals: 18,
935
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
936
+ feeAssets: [
937
+ {
938
+ blockchain: 'EVMOS',
939
+ symbol: 'EVMOS',
940
+ address: null,
941
+ },
942
+ ],
943
+ logo: 'https://api.rango.exchange/blockchains/evmos.png',
944
+ displayName: 'Evmos',
945
+ shortName: 'Evmos',
946
+ sort: 15,
947
+ color: '#2D2925',
948
+ enabled: true,
949
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
950
+ //@ts-ignore
951
+ type: 'EVM',
952
+ chainId: '0x2329',
953
+ info: {
954
+ infoType: 'EvmMetaInfo',
955
+ chainName: 'Evmos',
956
+ nativeCurrency: {
957
+ name: 'EVMOS',
958
+ symbol: 'EVMOS',
959
+ decimals: 18,
960
+ },
961
+ rpcUrls: ['https://eth.bd.evmos.org:8545'],
962
+ blockExplorerUrls: ['https://evm.evmos.org'],
963
+ addressUrl: 'https://evm.evmos.org/address/{wallet}',
964
+ transactionUrl: 'https://evm.evmos.org/tx/{txHash}',
965
+ },
966
+ },
967
+ {
968
+ name: 'POLYGONZK',
969
+ defaultDecimals: 18,
970
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
971
+ feeAssets: [
972
+ {
973
+ blockchain: 'POLYGONZK',
974
+ symbol: 'ETH',
975
+ address: null,
976
+ },
977
+ ],
978
+ logo: 'https://api.rango.exchange/blockchains/zkevmpolygon.png',
979
+ displayName: 'polygon zkEVM',
980
+ shortName: 'polygon zkEVM',
981
+ sort: 15,
982
+ color: '#8247e5',
983
+ enabled: true,
984
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
985
+ //@ts-ignore
986
+ type: 'EVM',
987
+ chainId: '0x44d',
988
+ info: {
989
+ infoType: 'EvmMetaInfo',
990
+ chainName: 'Polygon zkEVM Mainnet',
991
+ nativeCurrency: {
992
+ name: 'ETH',
993
+ symbol: 'ETH',
994
+ decimals: 18,
995
+ },
996
+ rpcUrls: ['https://zkevm-rpc.com'],
997
+ blockExplorerUrls: ['https://zkevm.polygonscan.com'],
998
+ addressUrl: 'https://zkevm.polygonscan.com/address/{wallet}',
999
+ transactionUrl: 'https://zkevm.polygonscan.com/tx/{txHash}',
1000
+ },
1001
+ },
1002
+ {
1003
+ name: 'HECO',
1004
+ defaultDecimals: 18,
1005
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
1006
+ feeAssets: [
1007
+ {
1008
+ blockchain: 'HECO',
1009
+ symbol: 'HT',
1010
+ address: null,
1011
+ },
1012
+ ],
1013
+ logo: 'https://api.rango.exchange/blockchains/heco.png',
1014
+ displayName: 'Heco',
1015
+ shortName: 'Heco',
1016
+ sort: 15,
1017
+ color: '#4CA852',
1018
+ enabled: true,
1019
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1020
+ //@ts-ignore
1021
+ type: 'EVM',
1022
+ chainId: '0x80',
1023
+ info: {
1024
+ infoType: 'EvmMetaInfo',
1025
+ chainName: 'Huobi ECO Chain Mainnet',
1026
+ nativeCurrency: {
1027
+ name: 'HT',
1028
+ symbol: 'HT',
1029
+ decimals: 18,
1030
+ },
1031
+ rpcUrls: ['https://http-mainnet.hecochain.com'],
1032
+ blockExplorerUrls: ['https://hecoinfo.com'],
1033
+ addressUrl: 'https://hecoinfo.com/address/{wallet}',
1034
+ transactionUrl: 'https://hecoinfo.com/tx/{txHash}',
1035
+ },
1036
+ },
1037
+ {
1038
+ name: 'TRON',
1039
+ defaultDecimals: 18,
1040
+ addressPatterns: ['^T[1-9A-HJ-NP-Za-km-z]{33}$'],
1041
+ feeAssets: [
1042
+ {
1043
+ blockchain: 'TRON',
1044
+ symbol: 'TRX',
1045
+ address: null,
1046
+ },
1047
+ ],
1048
+ logo: 'https://api.rango.exchange/blockchains/tron.svg',
1049
+ displayName: 'Tron',
1050
+ shortName: 'Tron',
1051
+ sort: 16,
1052
+ color: '#FF060A',
1053
+ enabled: true,
1054
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1055
+ //@ts-ignore
1056
+ type: 'TRON',
1057
+ chainId: '0x2b6653dc',
1058
+ info: {
1059
+ infoType: 'EvmMetaInfo',
1060
+ chainName: 'TRON Mainnet',
1061
+ nativeCurrency: {
1062
+ name: 'TRX',
1063
+ symbol: 'TRX',
1064
+ decimals: 6,
1065
+ },
1066
+ rpcUrls: ['https://api.trongrid.io/jsonrpc'],
1067
+ blockExplorerUrls: ['https://tronscan.org/#'],
1068
+ addressUrl: 'https://tronscan.org/#/address/{wallet}',
1069
+ transactionUrl: 'https://tronscan.org/#/tx/{txHash}',
1070
+ },
1071
+ },
1072
+ {
1073
+ name: 'SIF',
1074
+ defaultDecimals: 18,
1075
+ addressPatterns: ['^(sif1)[0-9a-z]{38}$'],
1076
+ feeAssets: [
1077
+ {
1078
+ blockchain: 'SIF',
1079
+ symbol: 'ROWAN',
1080
+ address: null,
1081
+ },
1082
+ ],
1083
+ logo: 'https://api.rango.exchange/blockchains/sif.png',
1084
+ displayName: 'Sifchain',
1085
+ shortName: 'Sifchain',
1086
+ sort: 16,
1087
+ color: '#CAAA3A',
1088
+ enabled: true,
1089
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1090
+ //@ts-ignore
1091
+ type: 'COSMOS',
1092
+ chainId: 'sifchain-1',
1093
+ info: {
1094
+ infoType: 'CosmosMetaInfo',
1095
+ experimental: false,
1096
+ rpc: 'https://rpc.sifchain.finance',
1097
+ rest: 'https://api-sifchain-ia.cosmosia.notional.ventures/',
1098
+ cosmostationLcdUrl: 'https://lcd-sifchain.cosmostation.io',
1099
+ cosmostationApiUrl: 'https://api.mintscan.io/v1/sifchain',
1100
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1101
+ mintScanName: 'sifchain',
1102
+ chainName: 'Sifchain',
1103
+ stakeCurrency: {
1104
+ coinDenom: 'ROWAN',
1105
+ coinMinimalDenom: 'rowan',
1106
+ coinDecimals: 18,
1107
+ coinGeckoId: '',
1108
+ coinImageUrl: '',
1109
+ },
1110
+ bip44: {
1111
+ coinType: 118,
1112
+ },
1113
+ bech32Config: {
1114
+ bech32PrefixAccAddr: 'sif',
1115
+ bech32PrefixAccPub: 'sifpub',
1116
+ bech32PrefixValAddr: 'sifvaloper',
1117
+ bech32PrefixValPub: 'sifvaloperpub',
1118
+ bech32PrefixConsAddr: 'sifvalcons',
1119
+ bech32PrefixConsPub: 'sifvalconspub',
1120
+ },
1121
+ currencies: [
1122
+ {
1123
+ coinDenom: 'ROWAN',
1124
+ coinMinimalDenom: 'rowan',
1125
+ coinDecimals: 18,
1126
+ coinGeckoId: '',
1127
+ coinImageUrl: '',
1128
+ },
1129
+ ],
1130
+ feeCurrencies: [
1131
+ {
1132
+ coinDenom: 'ROWAN',
1133
+ coinMinimalDenom: 'rowan',
1134
+ coinDecimals: 18,
1135
+ coinGeckoId: '',
1136
+ coinImageUrl: '',
1137
+ },
1138
+ ],
1139
+ features: ['stargate', 'ibc-transfer'],
1140
+ explorerUrlToTx: 'https://www.mintscan.io/sifchain/txs/{txHash}',
1141
+ gasPriceStep: {
1142
+ low: 1000000000000,
1143
+ average: 1500000000000,
1144
+ high: 2000000000000,
1145
+ },
1146
+ },
1147
+ },
1148
+ {
1149
+ name: 'MAYA',
1150
+ defaultDecimals: 8,
1151
+ addressPatterns: ['^(maya1)[0-9a-z]{38}$'],
1152
+ feeAssets: [
1153
+ {
1154
+ blockchain: 'MAYA',
1155
+ symbol: 'CACAO',
1156
+ address: null,
1157
+ },
1158
+ ],
1159
+ logo: 'https://api.rango.exchange/blockchains/maya.jpg',
1160
+ displayName: 'MayaChain',
1161
+ shortName: 'MayaChain',
1162
+ sort: 17,
1163
+ color: '#1ae6e6',
1164
+ enabled: true,
1165
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1166
+ //@ts-ignore
1167
+ type: 'TRANSFER',
1168
+ chainId: null,
1169
+ info: null,
1170
+ },
1171
+ {
1172
+ name: 'THOR',
1173
+ defaultDecimals: 8,
1174
+ addressPatterns: ['^(thor1)[0-9a-z]{38}$'],
1175
+ feeAssets: [
1176
+ {
1177
+ blockchain: 'THOR',
1178
+ symbol: 'RUNE',
1179
+ address: null,
1180
+ },
1181
+ ],
1182
+ logo: 'https://api.rango.exchange/blockchains/thorchain.svg',
1183
+ displayName: 'Thorchain',
1184
+ shortName: 'Thorchain',
1185
+ sort: 17,
1186
+ color: '#1AE6CB',
1187
+ enabled: true,
1188
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1189
+ //@ts-ignore
1190
+ type: 'TRANSFER',
1191
+ chainId: null,
1192
+ info: null,
1193
+ },
1194
+ {
1195
+ name: 'BRISE',
1196
+ defaultDecimals: 18,
1197
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
1198
+ feeAssets: [
1199
+ {
1200
+ blockchain: 'BRISE',
1201
+ symbol: 'BRISE',
1202
+ address: null,
1203
+ },
1204
+ ],
1205
+ logo: 'https://api.rango.exchange/blockchains/bitgert.png',
1206
+ displayName: 'Brise',
1207
+ shortName: 'Brise',
1208
+ sort: 18,
1209
+ color: '#0693E3',
1210
+ enabled: true,
1211
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1212
+ //@ts-ignore
1213
+ type: 'EVM',
1214
+ chainId: '0x7f08',
1215
+ info: {
1216
+ infoType: 'EvmMetaInfo',
1217
+ chainName: 'Brise',
1218
+ nativeCurrency: {
1219
+ name: 'BRISE',
1220
+ symbol: 'BRISE',
1221
+ decimals: 18,
1222
+ },
1223
+ rpcUrls: ['https://rpc.icecreamswap.com'],
1224
+ blockExplorerUrls: ['https://brisescan.com/'],
1225
+ addressUrl: 'https://brisescan.com//address/{wallet}',
1226
+ transactionUrl: 'https://brisescan.com//tx/{txHash}',
1227
+ },
1228
+ },
1229
+ {
1230
+ name: 'BNB',
1231
+ defaultDecimals: 8,
1232
+ addressPatterns: ['^(bnb1)[0-9a-z]{38}$'],
1233
+ feeAssets: [
1234
+ {
1235
+ blockchain: 'BNB',
1236
+ symbol: 'BNB',
1237
+ address: null,
1238
+ },
1239
+ ],
1240
+ logo: 'https://api.rango.exchange/blockchains/bnb.svg',
1241
+ displayName: 'Binance Chain',
1242
+ shortName: 'BNB',
1243
+ sort: 18,
1244
+ color: '#F3BA2F',
1245
+ enabled: true,
1246
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1247
+ //@ts-ignore
1248
+ type: 'COSMOS',
1249
+ chainId: null,
1250
+ info: null,
1251
+ },
1252
+ {
1253
+ name: 'STARGAZE',
1254
+ defaultDecimals: 6,
1255
+ addressPatterns: ['^(stars1)[0-9a-z]{38}$'],
1256
+ feeAssets: [
1257
+ {
1258
+ blockchain: 'STARGAZE',
1259
+ symbol: 'STARS',
1260
+ address: null,
1261
+ },
1262
+ ],
1263
+ logo: 'https://api.rango.exchange/blockchains/stargaze.png',
1264
+ displayName: 'Stargaze',
1265
+ shortName: 'Stargaze',
1266
+ sort: 19,
1267
+ color: '#231B60',
1268
+ enabled: true,
1269
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1270
+ //@ts-ignore
1271
+ type: 'COSMOS',
1272
+ chainId: 'stargaze-1',
1273
+ info: {
1274
+ infoType: 'CosmosMetaInfo',
1275
+ experimental: false,
1276
+ rpc: 'https://rpc.stargaze-apis.com',
1277
+ rest: 'https://rest.stargaze-apis.com',
1278
+ cosmostationLcdUrl: 'https://lcd-stargaze.cosmostation.io',
1279
+ cosmostationApiUrl: 'https://api-stargaze.cosmostation.io',
1280
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1281
+ mintScanName: 'stargaze',
1282
+ chainName: 'Stargaze',
1283
+ stakeCurrency: {
1284
+ coinDenom: 'STARS',
1285
+ coinMinimalDenom: 'ustars',
1286
+ coinDecimals: 6,
1287
+ coinGeckoId: 'pool:ustars',
1288
+ coinImageUrl: '/tokens/blockchain/STARS.png',
1289
+ },
1290
+ bip44: {
1291
+ coinType: 118,
1292
+ },
1293
+ bech32Config: {
1294
+ bech32PrefixAccAddr: 'stars',
1295
+ bech32PrefixAccPub: 'starspub',
1296
+ bech32PrefixValAddr: 'starsvaloper',
1297
+ bech32PrefixValPub: 'starsvaloperpub',
1298
+ bech32PrefixConsAddr: 'starsvalcons',
1299
+ bech32PrefixConsPub: 'starsvalconspub',
1300
+ },
1301
+ currencies: [
1302
+ {
1303
+ coinDenom: 'STARS',
1304
+ coinMinimalDenom: 'ustars',
1305
+ coinDecimals: 6,
1306
+ coinGeckoId: 'pool:ustars',
1307
+ coinImageUrl: '/tokens/blockchain/STARS.png',
1308
+ },
1309
+ ],
1310
+ feeCurrencies: [
1311
+ {
1312
+ coinDenom: 'STARS',
1313
+ coinMinimalDenom: 'ustars',
1314
+ coinDecimals: 6,
1315
+ coinGeckoId: 'pool:ustars',
1316
+ coinImageUrl: '/tokens/blockchain/STARS.png',
1317
+ },
1318
+ ],
1319
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
1320
+ explorerUrlToTx: 'https://www.mintscan.io/stargaze/txs/{txHash}',
1321
+ gasPriceStep: {
1322
+ low: 1,
1323
+ average: 1,
1324
+ high: 1,
1325
+ },
1326
+ },
1327
+ },
1328
+ {
1329
+ name: 'BTC',
1330
+ defaultDecimals: 8,
1331
+ addressPatterns: [
1332
+ '^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$|^(bc1)[0-9A-Za-z]{39,59}$',
1333
+ ],
1334
+ feeAssets: [
1335
+ {
1336
+ blockchain: 'BTC',
1337
+ symbol: 'BTC',
1338
+ address: null,
1339
+ },
1340
+ ],
1341
+ logo: 'https://api.rango.exchange/blockchains/btc.svg',
1342
+ displayName: 'Bitcoin',
1343
+ shortName: 'BTC',
1344
+ sort: 20,
1345
+ color: '#F7931A',
1346
+ enabled: true,
1347
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1348
+ //@ts-ignore
1349
+ type: 'TRANSFER',
1350
+ chainId: null,
1351
+ info: null,
1352
+ },
1353
+ {
1354
+ name: 'CRYPTO_ORG',
1355
+ defaultDecimals: 8,
1356
+ addressPatterns: ['^(cro1)[0-9a-z]{38}$'],
1357
+ feeAssets: [
1358
+ {
1359
+ blockchain: 'CRYPTO_ORG',
1360
+ symbol: 'CRO',
1361
+ address: null,
1362
+ },
1363
+ ],
1364
+ logo: 'https://api.rango.exchange/blockchains/crypto_org.png',
1365
+ displayName: 'Crypto.org',
1366
+ shortName: 'Crypto.org',
1367
+ sort: 21,
1368
+ color: '#103F68',
1369
+ enabled: true,
1370
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1371
+ //@ts-ignore
1372
+ type: 'COSMOS',
1373
+ chainId: 'crypto-org-chain-mainnet-1',
1374
+ info: {
1375
+ infoType: 'CosmosMetaInfo',
1376
+ experimental: false,
1377
+ rpc: 'https://rpc-crypto-org.keplr.app',
1378
+ rest: 'https://lcd-crypto-org.keplr.app',
1379
+ cosmostationLcdUrl: 'https://lcd-cryptocom.cosmostation.io',
1380
+ cosmostationApiUrl: 'https://api-cryptocom.cosmostation.io',
1381
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1382
+ mintScanName: 'crypto-org',
1383
+ chainName: 'Crypto.org',
1384
+ stakeCurrency: {
1385
+ coinDenom: 'CRO',
1386
+ coinMinimalDenom: 'basecro',
1387
+ coinDecimals: 8,
1388
+ coinGeckoId: 'crypto-com-chain',
1389
+ coinImageUrl: '/tokens/blockchain/cro.png',
1390
+ },
1391
+ bip44: {
1392
+ coinType: 394,
1393
+ },
1394
+ bech32Config: {
1395
+ bech32PrefixAccAddr: 'cro',
1396
+ bech32PrefixAccPub: 'cropub',
1397
+ bech32PrefixValAddr: 'crovaloper',
1398
+ bech32PrefixValPub: 'crovaloperpub',
1399
+ bech32PrefixConsAddr: 'crovalcons',
1400
+ bech32PrefixConsPub: 'crovalconspub',
1401
+ },
1402
+ currencies: [
1403
+ {
1404
+ coinDenom: 'CRO',
1405
+ coinMinimalDenom: 'basecro',
1406
+ coinDecimals: 8,
1407
+ coinGeckoId: 'crypto-com-chain',
1408
+ coinImageUrl: '/tokens/blockchain/cro.png',
1409
+ },
1410
+ ],
1411
+ feeCurrencies: [
1412
+ {
1413
+ coinDenom: 'CRO',
1414
+ coinMinimalDenom: 'basecro',
1415
+ coinDecimals: 8,
1416
+ coinGeckoId: 'crypto-com-chain',
1417
+ coinImageUrl: '/tokens/blockchain/cro.png',
1418
+ },
1419
+ ],
1420
+ features: ['stargate', 'ibc-transfer'],
1421
+ explorerUrlToTx: 'https://www.mintscan.io/crypto-org/txs/{txHash}',
1422
+ gasPriceStep: {
1423
+ low: 0.025,
1424
+ average: 0.03,
1425
+ high: 0.04,
1426
+ },
1427
+ },
1428
+ },
1429
+ {
1430
+ name: 'CHIHUAHUA',
1431
+ defaultDecimals: 6,
1432
+ addressPatterns: ['^(chihuahua1)[0-9a-z]{38}$'],
1433
+ feeAssets: [
1434
+ {
1435
+ blockchain: 'CHIHUAHUA',
1436
+ symbol: 'HUAHUA',
1437
+ address: null,
1438
+ },
1439
+ ],
1440
+ logo: 'https://api.rango.exchange/blockchains/chihuahua.png',
1441
+ displayName: 'Chihuahua',
1442
+ shortName: 'Chihuahua',
1443
+ sort: 22,
1444
+ color: '#EFC92B',
1445
+ enabled: true,
1446
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1447
+ //@ts-ignore
1448
+ type: 'COSMOS',
1449
+ chainId: 'chihuahua-1',
1450
+ info: {
1451
+ infoType: 'CosmosMetaInfo',
1452
+ experimental: true,
1453
+ rpc: 'https://rpc.chihuahua.wtf/',
1454
+ rest: 'https://api.chihuahua.wtf/',
1455
+ cosmostationLcdUrl: 'https://lcd-chihuahua.cosmostation.io',
1456
+ cosmostationApiUrl: 'https://api-chihuahua.cosmostation.io',
1457
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1458
+ mintScanName: 'chihuahua',
1459
+ chainName: 'Chihuahua',
1460
+ stakeCurrency: {
1461
+ coinDenom: 'HUAHUA',
1462
+ coinMinimalDenom: 'uhuahua',
1463
+ coinDecimals: 6,
1464
+ coinGeckoId: 'pool:uhuahua',
1465
+ coinImageUrl: '/tokens/blockchain/HUAHUA.svg',
1466
+ },
1467
+ bip44: {
1468
+ coinType: 118,
1469
+ },
1470
+ bech32Config: {
1471
+ bech32PrefixAccAddr: 'chihuahua',
1472
+ bech32PrefixAccPub: 'chihuahuapub',
1473
+ bech32PrefixValAddr: 'chihuahuavaloper',
1474
+ bech32PrefixValPub: 'chihuahuavaloperpub',
1475
+ bech32PrefixConsAddr: 'chihuahuavalcons',
1476
+ bech32PrefixConsPub: 'chihuahuavalconspub',
1477
+ },
1478
+ currencies: [
1479
+ {
1480
+ coinDenom: 'HUAHUA',
1481
+ coinMinimalDenom: 'uhuahua',
1482
+ coinDecimals: 6,
1483
+ coinGeckoId: 'pool:uhuahua',
1484
+ coinImageUrl: '/tokens/blockchain/HUAHUA.svg',
1485
+ },
1486
+ ],
1487
+ feeCurrencies: [
1488
+ {
1489
+ coinDenom: 'HUAHUA',
1490
+ coinMinimalDenom: 'uhuahua',
1491
+ coinDecimals: 6,
1492
+ coinGeckoId: 'pool:uhuahua',
1493
+ coinImageUrl: '/tokens/blockchain/HUAHUA.svg',
1494
+ },
1495
+ ],
1496
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
1497
+ explorerUrlToTx: 'https://ping.pub/chihuahua/tx/{txHash}',
1498
+ gasPriceStep: {
1499
+ low: 0.025,
1500
+ average: 0.03,
1501
+ high: 0.035,
1502
+ },
1503
+ },
1504
+ },
1505
+ {
1506
+ name: 'BANDCHAIN',
1507
+ defaultDecimals: 6,
1508
+ addressPatterns: ['^(band1)[0-9a-z]{38}$'],
1509
+ feeAssets: [
1510
+ {
1511
+ blockchain: 'BANDCHAIN',
1512
+ symbol: 'BAND',
1513
+ address: null,
1514
+ },
1515
+ ],
1516
+ logo: 'https://api.rango.exchange/blockchains/bandchain.svg',
1517
+ displayName: 'BandChain',
1518
+ shortName: 'BandChain',
1519
+ sort: 23,
1520
+ color: '#4520E6',
1521
+ enabled: true,
1522
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1523
+ //@ts-ignore
1524
+ type: 'COSMOS',
1525
+ chainId: 'laozi-mainnet',
1526
+ info: {
1527
+ infoType: 'CosmosMetaInfo',
1528
+ experimental: true,
1529
+ rpc: 'https://rpc.laozi3.bandchain.org/',
1530
+ rest: 'https://lcd-band.cosmostation.io',
1531
+ cosmostationLcdUrl: 'https://lcd-band.cosmostation.io',
1532
+ cosmostationApiUrl: 'https://api-band.cosmostation.io',
1533
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1534
+ mintScanName: 'band',
1535
+ chainName: 'BandChain',
1536
+ stakeCurrency: {
1537
+ coinDenom: 'BAND',
1538
+ coinMinimalDenom: 'uband',
1539
+ coinDecimals: 6,
1540
+ coinGeckoId: 'band-protocol',
1541
+ coinImageUrl: '/tokens/blockchain/BAND.svg',
1542
+ },
1543
+ bip44: {
1544
+ coinType: 494,
1545
+ },
1546
+ bech32Config: {
1547
+ bech32PrefixAccAddr: 'band',
1548
+ bech32PrefixAccPub: 'bandpub',
1549
+ bech32PrefixValAddr: 'bandvaloper',
1550
+ bech32PrefixValPub: 'bandvaloperpub',
1551
+ bech32PrefixConsAddr: 'bandvalcons',
1552
+ bech32PrefixConsPub: 'bandvalconspub',
1553
+ },
1554
+ currencies: [
1555
+ {
1556
+ coinDenom: 'BAND',
1557
+ coinMinimalDenom: 'uband',
1558
+ coinDecimals: 6,
1559
+ coinGeckoId: 'band-protocol',
1560
+ coinImageUrl: '/tokens/blockchain/BAND.svg',
1561
+ },
1562
+ ],
1563
+ feeCurrencies: [
1564
+ {
1565
+ coinDenom: 'BAND',
1566
+ coinMinimalDenom: 'uband',
1567
+ coinDecimals: 6,
1568
+ coinGeckoId: 'band-protocol',
1569
+ coinImageUrl: '/tokens/blockchain/BAND.svg',
1570
+ },
1571
+ ],
1572
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
1573
+ explorerUrlToTx: 'https://cosmoscan.io/tx/{txHash}',
1574
+ gasPriceStep: null,
1575
+ },
1576
+ },
1577
+ {
1578
+ name: 'COMDEX',
1579
+ defaultDecimals: 6,
1580
+ addressPatterns: ['^(comdex1)[0-9a-z]{38}$'],
1581
+ feeAssets: [
1582
+ {
1583
+ blockchain: 'COMDEX',
1584
+ symbol: 'CMDX',
1585
+ address: null,
1586
+ },
1587
+ ],
1588
+ logo: 'https://api.rango.exchange/blockchains/comdex.svg',
1589
+ displayName: 'Comdex',
1590
+ shortName: 'Comdex',
1591
+ sort: 23,
1592
+ color: '#FE4350',
1593
+ enabled: true,
1594
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1595
+ //@ts-ignore
1596
+ type: 'COSMOS',
1597
+ chainId: 'comdex-1',
1598
+ info: {
1599
+ infoType: 'CosmosMetaInfo',
1600
+ experimental: true,
1601
+ rpc: 'https://rpc.comdex.one',
1602
+ rest: 'https://rest.comdex.one',
1603
+ cosmostationLcdUrl: 'https://lcd-comdex.cosmostation.io',
1604
+ cosmostationApiUrl: 'https://api-comdex.cosmostation.io',
1605
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1606
+ mintScanName: 'comdex',
1607
+ chainName: 'Comdex',
1608
+ stakeCurrency: {
1609
+ coinDenom: 'CMDX',
1610
+ coinMinimalDenom: 'ucmdx',
1611
+ coinDecimals: 6,
1612
+ coinGeckoId: 'comdex',
1613
+ coinImageUrl: '/tokens/blockchain/CMDX.png',
1614
+ },
1615
+ bip44: {
1616
+ coinType: 118,
1617
+ },
1618
+ bech32Config: {
1619
+ bech32PrefixAccAddr: 'comdex',
1620
+ bech32PrefixAccPub: 'comdexpub',
1621
+ bech32PrefixValAddr: 'comdexvaloper',
1622
+ bech32PrefixValPub: 'comdexvaloperpub',
1623
+ bech32PrefixConsAddr: 'comdexvalcons',
1624
+ bech32PrefixConsPub: 'comdexvalconspub',
1625
+ },
1626
+ currencies: [
1627
+ {
1628
+ coinDenom: 'CMDX',
1629
+ coinMinimalDenom: 'ucmdx',
1630
+ coinDecimals: 6,
1631
+ coinGeckoId: 'comdex',
1632
+ coinImageUrl: '/tokens/blockchain/CMDX.png',
1633
+ },
1634
+ ],
1635
+ feeCurrencies: [
1636
+ {
1637
+ coinDenom: 'CMDX',
1638
+ coinMinimalDenom: 'ucmdx',
1639
+ coinDecimals: 6,
1640
+ coinGeckoId: 'comdex',
1641
+ coinImageUrl: '/tokens/blockchain/CMDX.png',
1642
+ },
1643
+ ],
1644
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
1645
+ explorerUrlToTx: 'https://www.mintscan.io/comdex/txs/{txHash}',
1646
+ gasPriceStep: null,
1647
+ },
1648
+ },
1649
+ {
1650
+ name: 'REGEN',
1651
+ defaultDecimals: 6,
1652
+ addressPatterns: ['^(regen1)[0-9a-z]{38}$'],
1653
+ feeAssets: [
1654
+ {
1655
+ blockchain: 'REGEN',
1656
+ symbol: 'REGEN',
1657
+ address: null,
1658
+ },
1659
+ ],
1660
+ logo: 'https://api.rango.exchange/blockchains/regen.png',
1661
+ displayName: 'Regen Network',
1662
+ shortName: 'Regen Network',
1663
+ sort: 24,
1664
+ color: '#4FB573',
1665
+ enabled: true,
1666
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1667
+ //@ts-ignore
1668
+ type: 'COSMOS',
1669
+ chainId: 'regen-1',
1670
+ info: {
1671
+ infoType: 'CosmosMetaInfo',
1672
+ experimental: false,
1673
+ rpc: 'https://rpc-regen.keplr.app',
1674
+ rest: 'https://lcd-regen.keplr.app',
1675
+ cosmostationLcdUrl: 'https://lcd-regen.keplr.app',
1676
+ cosmostationApiUrl: 'https://api-regen.cosmostation.io/',
1677
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1678
+ mintScanName: 'regen',
1679
+ chainName: 'Regen Network',
1680
+ stakeCurrency: {
1681
+ coinDenom: 'REGEN',
1682
+ coinMinimalDenom: 'uregen',
1683
+ coinDecimals: 6,
1684
+ coinGeckoId: 'pool:uregen',
1685
+ coinImageUrl: '/tokens/blockchain/regen.png',
1686
+ },
1687
+ bip44: {
1688
+ coinType: 118,
1689
+ },
1690
+ bech32Config: {
1691
+ bech32PrefixAccAddr: 'regen',
1692
+ bech32PrefixAccPub: 'regenpub',
1693
+ bech32PrefixValAddr: 'regenvaloper',
1694
+ bech32PrefixValPub: 'regenvaloperpub',
1695
+ bech32PrefixConsAddr: 'regenvalcons',
1696
+ bech32PrefixConsPub: 'regenvalconspub',
1697
+ },
1698
+ currencies: [
1699
+ {
1700
+ coinDenom: 'REGEN',
1701
+ coinMinimalDenom: 'uregen',
1702
+ coinDecimals: 6,
1703
+ coinGeckoId: 'pool:uregen',
1704
+ coinImageUrl: '/tokens/blockchain/regen.png',
1705
+ },
1706
+ ],
1707
+ feeCurrencies: [
1708
+ {
1709
+ coinDenom: 'REGEN',
1710
+ coinMinimalDenom: 'uregen',
1711
+ coinDecimals: 6,
1712
+ coinGeckoId: 'pool:uregen',
1713
+ coinImageUrl: '/tokens/blockchain/regen.png',
1714
+ },
1715
+ ],
1716
+ features: ['stargate', 'ibc-transfer'],
1717
+ explorerUrlToTx: 'https://regen.aneka.io/txs/{txHash}',
1718
+ gasPriceStep: {
1719
+ low: 0.015,
1720
+ average: 0.025,
1721
+ high: 0.04,
1722
+ },
1723
+ },
1724
+ },
1725
+ {
1726
+ name: 'IRIS',
1727
+ defaultDecimals: 6,
1728
+ addressPatterns: ['^(iaa1)[0-9a-z]{38}$'],
1729
+ feeAssets: [
1730
+ {
1731
+ blockchain: 'IRIS',
1732
+ symbol: 'IRIS',
1733
+ address: null,
1734
+ },
1735
+ ],
1736
+ logo: 'https://api.rango.exchange/blockchains/iris.png',
1737
+ displayName: 'IRISnet',
1738
+ shortName: 'IRISnet',
1739
+ sort: 25,
1740
+ color: '#8A4A8E',
1741
+ enabled: true,
1742
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1743
+ //@ts-ignore
1744
+ type: 'COSMOS',
1745
+ chainId: 'irishub-1',
1746
+ info: {
1747
+ infoType: 'CosmosMetaInfo',
1748
+ experimental: false,
1749
+ rpc: 'https://rpc-iris.keplr.app',
1750
+ rest: 'https://lcd-iris.keplr.app',
1751
+ cosmostationLcdUrl: 'https://lcd-iris.cosmostation.io',
1752
+ cosmostationApiUrl: 'https://api-iris.cosmostation.io',
1753
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1754
+ mintScanName: 'iris',
1755
+ chainName: 'IRISnet',
1756
+ stakeCurrency: {
1757
+ coinDenom: 'IRIS',
1758
+ coinMinimalDenom: 'uiris',
1759
+ coinDecimals: 6,
1760
+ coinGeckoId: 'iris-network',
1761
+ coinImageUrl: '/tokens/blockchain/iris.svg',
1762
+ },
1763
+ bip44: {
1764
+ coinType: 118,
1765
+ },
1766
+ bech32Config: {
1767
+ bech32PrefixAccAddr: 'iaa',
1768
+ bech32PrefixAccPub: 'iaapub',
1769
+ bech32PrefixValAddr: 'iaavaloper',
1770
+ bech32PrefixValPub: 'iaavaloperpub',
1771
+ bech32PrefixConsAddr: 'iaavalcons',
1772
+ bech32PrefixConsPub: 'iaavalconspub',
1773
+ },
1774
+ currencies: [
1775
+ {
1776
+ coinDenom: 'IRIS',
1777
+ coinMinimalDenom: 'uiris',
1778
+ coinDecimals: 6,
1779
+ coinGeckoId: 'iris-network',
1780
+ coinImageUrl: '/tokens/blockchain/iris.svg',
1781
+ },
1782
+ ],
1783
+ feeCurrencies: [
1784
+ {
1785
+ coinDenom: 'IRIS',
1786
+ coinMinimalDenom: 'uiris',
1787
+ coinDecimals: 6,
1788
+ coinGeckoId: 'iris-network',
1789
+ coinImageUrl: '/tokens/blockchain/iris.svg',
1790
+ },
1791
+ ],
1792
+ features: ['stargate', 'ibc-transfer'],
1793
+ explorerUrlToTx: 'https://www.mintscan.io/iris/txs/{txHash}',
1794
+ gasPriceStep: {
1795
+ low: 0.2,
1796
+ average: 0.3,
1797
+ high: 0.4,
1798
+ },
1799
+ },
1800
+ },
1801
+ {
1802
+ name: 'EMONEY',
1803
+ defaultDecimals: 6,
1804
+ addressPatterns: ['^(emoney1)[0-9a-z]{38}$'],
1805
+ feeAssets: [
1806
+ {
1807
+ blockchain: 'EMONEY',
1808
+ symbol: 'NGM',
1809
+ address: null,
1810
+ },
1811
+ ],
1812
+ logo: 'https://api.rango.exchange/blockchains/emoney.svg',
1813
+ displayName: 'e-Money',
1814
+ shortName: 'e-Money',
1815
+ sort: 25,
1816
+ color: '#DFF5EF',
1817
+ enabled: true,
1818
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1819
+ //@ts-ignore
1820
+ type: 'COSMOS',
1821
+ chainId: 'emoney-3',
1822
+ info: {
1823
+ infoType: 'CosmosMetaInfo',
1824
+ experimental: true,
1825
+ rpc: 'https://rpc-emoney.keplr.app',
1826
+ rest: 'https://lcd-emoney.keplr.app',
1827
+ cosmostationLcdUrl: 'https://lcd-emoney.cosmostation.io',
1828
+ cosmostationApiUrl: 'https://api-emoney.cosmostation.io',
1829
+ cosmostationDenomTracePath:
1830
+ '/ibc/applications/transfer/v1beta1/denom_traces/',
1831
+ mintScanName: 'emoney',
1832
+ chainName: 'e-Money',
1833
+ stakeCurrency: {
1834
+ coinDenom: 'NGM',
1835
+ coinMinimalDenom: 'ungm',
1836
+ coinDecimals: 6,
1837
+ coinGeckoId: 'e-money',
1838
+ coinImageUrl: '/tokens/blockchain/NGM.png',
1839
+ },
1840
+ bip44: {
1841
+ coinType: 118,
1842
+ },
1843
+ bech32Config: {
1844
+ bech32PrefixAccAddr: 'emoney',
1845
+ bech32PrefixAccPub: 'emoneypub',
1846
+ bech32PrefixValAddr: 'emoneyvaloper',
1847
+ bech32PrefixValPub: 'emoneyvaloperpub',
1848
+ bech32PrefixConsAddr: 'emoneyvalcons',
1849
+ bech32PrefixConsPub: 'emoneyvalconspub',
1850
+ },
1851
+ currencies: [
1852
+ {
1853
+ coinDenom: 'NGM',
1854
+ coinMinimalDenom: 'ungm',
1855
+ coinDecimals: 6,
1856
+ coinGeckoId: 'e-money',
1857
+ coinImageUrl: '/tokens/blockchain/NGM.png',
1858
+ },
1859
+ {
1860
+ coinDenom: 'EEUR',
1861
+ coinMinimalDenom: 'eeur',
1862
+ coinDecimals: 6,
1863
+ coinGeckoId: 'e-money-eur',
1864
+ coinImageUrl: '/tokens/blockchain/EEUR.png',
1865
+ },
1866
+ ],
1867
+ feeCurrencies: [
1868
+ {
1869
+ coinDenom: 'NGM',
1870
+ coinMinimalDenom: 'ungm',
1871
+ coinDecimals: 6,
1872
+ coinGeckoId: 'e-money',
1873
+ coinImageUrl: '/tokens/blockchain/NGM.png',
1874
+ },
1875
+ ],
1876
+ features: ['stargate', 'ibc-transfer'],
1877
+ explorerUrlToTx: 'https://emoney.bigdipper.live/transactions/{txHash}',
1878
+ gasPriceStep: {
1879
+ low: 1,
1880
+ average: 1,
1881
+ high: 1,
1882
+ },
1883
+ },
1884
+ },
1885
+ {
1886
+ name: 'GNOSIS',
1887
+ defaultDecimals: 18,
1888
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
1889
+ feeAssets: [
1890
+ {
1891
+ blockchain: 'GNOSIS',
1892
+ symbol: 'XDAI',
1893
+ address: null,
1894
+ },
1895
+ ],
1896
+ logo: 'https://api.rango.exchange/blockchains/gnosis.svg',
1897
+ displayName: 'Gnosis',
1898
+ shortName: 'Gnosis',
1899
+ sort: 26,
1900
+ color: '#3E6957',
1901
+ enabled: true,
1902
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1903
+ //@ts-ignore
1904
+ type: 'EVM',
1905
+ chainId: '0x64',
1906
+ info: {
1907
+ infoType: 'EvmMetaInfo',
1908
+ chainName: 'Gnosis Chain',
1909
+ nativeCurrency: {
1910
+ name: 'XDAI',
1911
+ symbol: 'XDAI',
1912
+ decimals: 18,
1913
+ },
1914
+ rpcUrls: ['https://rpc.gnosischain.com'],
1915
+ blockExplorerUrls: ['https://blockscout.com/xdai/mainnet'],
1916
+ addressUrl: 'https://blockscout.com/xdai/mainnet/address/{wallet}',
1917
+ transactionUrl: 'https://blockscout.com/xdai/mainnet/tx/{txHash}',
1918
+ },
1919
+ },
1920
+ {
1921
+ name: 'LTC',
1922
+ defaultDecimals: 8,
1923
+ addressPatterns: ['^(L|M|3)[A-Za-z0-9]{33}$|^(ltc1)[0-9A-Za-z]{39}$'],
1924
+ feeAssets: [
1925
+ {
1926
+ blockchain: 'LTC',
1927
+ symbol: 'LTC',
1928
+ address: null,
1929
+ },
1930
+ ],
1931
+ logo: 'https://api.rango.exchange/blockchains/ltc.svg',
1932
+ displayName: 'LiteCoin',
1933
+ shortName: 'LTC',
1934
+ sort: 27,
1935
+ color: '#345D9D',
1936
+ enabled: true,
1937
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1938
+ //@ts-ignore
1939
+ type: 'TRANSFER',
1940
+ chainId: null,
1941
+ info: null,
1942
+ },
1943
+ {
1944
+ name: 'BCH',
1945
+ defaultDecimals: 8,
1946
+ addressPatterns: ['^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$|^[0-9A-Za-z]{42,42}$'],
1947
+ feeAssets: [
1948
+ {
1949
+ blockchain: 'BCH',
1950
+ symbol: 'BCH',
1951
+ address: null,
1952
+ },
1953
+ ],
1954
+ logo: 'https://api.rango.exchange/blockchains/bch.svg',
1955
+ displayName: 'Bitcoin Cash',
1956
+ shortName: 'BCH',
1957
+ sort: 28,
1958
+ color: '#0AC18E',
1959
+ enabled: true,
1960
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1961
+ //@ts-ignore
1962
+ type: 'TRANSFER',
1963
+ chainId: null,
1964
+ info: null,
1965
+ },
1966
+ {
1967
+ name: 'FUSE',
1968
+ defaultDecimals: 18,
1969
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
1970
+ feeAssets: [
1971
+ {
1972
+ blockchain: 'FUSE',
1973
+ symbol: 'FUSE',
1974
+ address: null,
1975
+ },
1976
+ ],
1977
+ logo: 'https://api.rango.exchange/blockchains/fuse.png',
1978
+ displayName: 'Fuse',
1979
+ shortName: 'Fuse',
1980
+ sort: 29,
1981
+ color: '#C5F9AD',
1982
+ enabled: true,
1983
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1984
+ //@ts-ignore
1985
+ type: 'EVM',
1986
+ chainId: '0x7a',
1987
+ info: {
1988
+ infoType: 'EvmMetaInfo',
1989
+ chainName: 'Fuse Mainnet',
1990
+ nativeCurrency: {
1991
+ name: 'FUSE',
1992
+ symbol: 'FUSE',
1993
+ decimals: 18,
1994
+ },
1995
+ rpcUrls: ['https://rpc.fuse.io'],
1996
+ blockExplorerUrls: ['https://explorer.fuse.io'],
1997
+ addressUrl: 'https://explorer.fuse.io/address/{wallet}',
1998
+ transactionUrl: 'https://explorer.fuse.io/tx/{txHash}',
1999
+ },
2000
+ },
2001
+ {
2002
+ name: 'BITSONG',
2003
+ defaultDecimals: 6,
2004
+ addressPatterns: ['^(bitsong1)[0-9a-z]{38}$'],
2005
+ feeAssets: [
2006
+ {
2007
+ blockchain: 'BITSONG',
2008
+ symbol: 'BTSG',
2009
+ address: null,
2010
+ },
2011
+ ],
2012
+ logo: 'https://api.rango.exchange/blockchains/bitsong.svg',
2013
+ displayName: 'BitSong',
2014
+ shortName: 'BitSong',
2015
+ sort: 29,
2016
+ color: '#FF005C',
2017
+ enabled: true,
2018
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2019
+ //@ts-ignore
2020
+ type: 'COSMOS',
2021
+ chainId: 'bitsong-2b',
2022
+ info: {
2023
+ infoType: 'CosmosMetaInfo',
2024
+ experimental: true,
2025
+ rpc: 'https://rpc.explorebitsong.com',
2026
+ rest: 'https://lcd.explorebitsong.com',
2027
+ cosmostationLcdUrl: 'https://lcd-bitsong.cosmostation.io',
2028
+ cosmostationApiUrl: 'https://api-bitsong.cosmostation.io',
2029
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2030
+ mintScanName: 'bitsong',
2031
+ chainName: 'BitSong',
2032
+ stakeCurrency: {
2033
+ coinDenom: 'BTSG',
2034
+ coinMinimalDenom: 'ubtsg',
2035
+ coinDecimals: 6,
2036
+ coinGeckoId: 'pool:ubtsg',
2037
+ coinImageUrl: '/tokens/blockchain/BTSG.png',
2038
+ },
2039
+ bip44: {
2040
+ coinType: 639,
2041
+ },
2042
+ bech32Config: {
2043
+ bech32PrefixAccAddr: 'bitsong',
2044
+ bech32PrefixAccPub: 'bitsongpub',
2045
+ bech32PrefixValAddr: 'bitsongvaloper',
2046
+ bech32PrefixValPub: 'bitsongvaloperpub',
2047
+ bech32PrefixConsAddr: 'bitsongvalcons',
2048
+ bech32PrefixConsPub: 'bitsongvalconspub',
2049
+ },
2050
+ currencies: [
2051
+ {
2052
+ coinDenom: 'BTSG',
2053
+ coinMinimalDenom: 'ubtsg',
2054
+ coinDecimals: 6,
2055
+ coinGeckoId: 'pool:ubtsg',
2056
+ coinImageUrl: '/tokens/blockchain/BTSG.png',
2057
+ },
2058
+ ],
2059
+ feeCurrencies: [
2060
+ {
2061
+ coinDenom: 'BTSG',
2062
+ coinMinimalDenom: 'ubtsg',
2063
+ coinDecimals: 6,
2064
+ coinGeckoId: 'pool:ubtsg',
2065
+ coinImageUrl: '/tokens/blockchain/BTSG.png',
2066
+ },
2067
+ ],
2068
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go'],
2069
+ explorerUrlToTx: 'https://explorebitsong.com/transactions/{txHash}',
2070
+ gasPriceStep: null,
2071
+ },
2072
+ },
2073
+ {
2074
+ name: 'AKASH',
2075
+ defaultDecimals: 6,
2076
+ addressPatterns: ['^(akash1)[0-9a-z]{38}$'],
2077
+ feeAssets: [
2078
+ {
2079
+ blockchain: 'AKASH',
2080
+ symbol: 'AKT',
2081
+ address: null,
2082
+ },
2083
+ ],
2084
+ logo: 'https://api.rango.exchange/blockchains/akash.svg',
2085
+ displayName: 'Akash',
2086
+ shortName: 'Akash',
2087
+ sort: 30,
2088
+ color: '#ED3524',
2089
+ enabled: true,
2090
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2091
+ //@ts-ignore
2092
+ type: 'COSMOS',
2093
+ chainId: 'akashnet-2',
2094
+ info: {
2095
+ infoType: 'CosmosMetaInfo',
2096
+ experimental: false,
2097
+ rpc: 'https://rpc-akash.keplr.app',
2098
+ rest: 'https://lcd-akash.keplr.app',
2099
+ cosmostationLcdUrl: 'https://lcd-akash.cosmostation.io',
2100
+ cosmostationApiUrl: 'https://api-akash.cosmostation.io',
2101
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2102
+ mintScanName: 'akash',
2103
+ chainName: 'Akash',
2104
+ stakeCurrency: {
2105
+ coinDenom: 'AKT',
2106
+ coinMinimalDenom: 'uakt',
2107
+ coinDecimals: 6,
2108
+ coinGeckoId: 'akash-network',
2109
+ coinImageUrl: '/tokens/blockchain/akt.svg',
2110
+ },
2111
+ bip44: {
2112
+ coinType: 118,
2113
+ },
2114
+ bech32Config: {
2115
+ bech32PrefixAccAddr: 'akash',
2116
+ bech32PrefixAccPub: 'akashpub',
2117
+ bech32PrefixValAddr: 'akashvaloper',
2118
+ bech32PrefixValPub: 'akashvaloperpub',
2119
+ bech32PrefixConsAddr: 'akashvalcons',
2120
+ bech32PrefixConsPub: 'akashvalconspub',
2121
+ },
2122
+ currencies: [
2123
+ {
2124
+ coinDenom: 'AKT',
2125
+ coinMinimalDenom: 'uakt',
2126
+ coinDecimals: 6,
2127
+ coinGeckoId: 'akash-network',
2128
+ coinImageUrl: '/tokens/blockchain/akt.svg',
2129
+ },
2130
+ ],
2131
+ feeCurrencies: [
2132
+ {
2133
+ coinDenom: 'AKT',
2134
+ coinMinimalDenom: 'uakt',
2135
+ coinDecimals: 6,
2136
+ coinGeckoId: 'akash-network',
2137
+ coinImageUrl: '/tokens/blockchain/akt.svg',
2138
+ },
2139
+ ],
2140
+ features: ['stargate', 'ibc-transfer'],
2141
+ explorerUrlToTx: 'https://www.mintscan.io/akash/txs/{txHash}',
2142
+ gasPriceStep: {
2143
+ low: 0.001,
2144
+ average: 0.0025,
2145
+ high: 0.004,
2146
+ },
2147
+ },
2148
+ },
2149
+ {
2150
+ name: 'KI',
2151
+ defaultDecimals: 6,
2152
+ addressPatterns: ['^(ki1)[0-9a-z]{38}$'],
2153
+ feeAssets: [
2154
+ {
2155
+ blockchain: 'KI',
2156
+ symbol: 'XKI',
2157
+ address: null,
2158
+ },
2159
+ ],
2160
+ logo: 'https://api.rango.exchange/blockchains/ki.png',
2161
+ displayName: 'Ki',
2162
+ shortName: 'Ki',
2163
+ sort: 30,
2164
+ color: '#0F2B3D',
2165
+ enabled: true,
2166
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2167
+ //@ts-ignore
2168
+ type: 'COSMOS',
2169
+ chainId: 'kichain-2',
2170
+ info: {
2171
+ infoType: 'CosmosMetaInfo',
2172
+ experimental: true,
2173
+ rpc: 'https://rpc-mainnet.blockchain.ki',
2174
+ rest: 'https://api-mainnet.blockchain.ki',
2175
+ cosmostationLcdUrl: 'https://lcd-kichain.cosmostation.io',
2176
+ cosmostationApiUrl: 'https://api-kichain.cosmostation.io',
2177
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2178
+ mintScanName: 'ki-chain',
2179
+ chainName: 'Ki',
2180
+ stakeCurrency: {
2181
+ coinDenom: 'XKI',
2182
+ coinMinimalDenom: 'uxki',
2183
+ coinDecimals: 6,
2184
+ coinGeckoId: 'pool:uxki',
2185
+ coinImageUrl: '/tokens/blockchain/XKI.png',
2186
+ },
2187
+ bip44: {
2188
+ coinType: 118,
2189
+ },
2190
+ bech32Config: {
2191
+ bech32PrefixAccAddr: 'ki',
2192
+ bech32PrefixAccPub: 'kipub',
2193
+ bech32PrefixValAddr: 'kivaloper',
2194
+ bech32PrefixValPub: 'kivaloperpub',
2195
+ bech32PrefixConsAddr: 'kivalcons',
2196
+ bech32PrefixConsPub: 'kivalconspub',
2197
+ },
2198
+ currencies: [
2199
+ {
2200
+ coinDenom: 'XKI',
2201
+ coinMinimalDenom: 'uxki',
2202
+ coinDecimals: 6,
2203
+ coinGeckoId: 'pool:uxki',
2204
+ coinImageUrl: '/tokens/blockchain/XKI.png',
2205
+ },
2206
+ ],
2207
+ feeCurrencies: [
2208
+ {
2209
+ coinDenom: 'XKI',
2210
+ coinMinimalDenom: 'uxki',
2211
+ coinDecimals: 6,
2212
+ coinGeckoId: 'pool:uxki',
2213
+ coinImageUrl: '/tokens/blockchain/XKI.png',
2214
+ },
2215
+ ],
2216
+ features: ['stargate', 'ibc-transfer'],
2217
+ explorerUrlToTx: 'https://www.mintscan.io/ki-chain/txs/{txHash}',
2218
+ gasPriceStep: null,
2219
+ },
2220
+ },
2221
+ {
2222
+ name: 'PERSISTENCE',
2223
+ defaultDecimals: 6,
2224
+ addressPatterns: ['^(persistence1)[0-9a-z]{38}$'],
2225
+ feeAssets: [
2226
+ {
2227
+ blockchain: 'PERSISTENCE',
2228
+ symbol: 'XPRT',
2229
+ address: null,
2230
+ },
2231
+ ],
2232
+ logo: 'https://api.rango.exchange/blockchains/persistence.png',
2233
+ displayName: 'Persistence',
2234
+ shortName: 'Persistence',
2235
+ sort: 31,
2236
+ color: '#383838',
2237
+ enabled: true,
2238
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2239
+ //@ts-ignore
2240
+ type: 'COSMOS',
2241
+ chainId: 'core-1',
2242
+ info: {
2243
+ infoType: 'CosmosMetaInfo',
2244
+ experimental: false,
2245
+ rpc: 'https://rpc-persistence.keplr.app',
2246
+ rest: 'https://lcd-persistence.keplr.app',
2247
+ cosmostationLcdUrl: 'https://lcd-persistence.cosmostation.io',
2248
+ cosmostationApiUrl: 'https://api-persistence.cosmostation.io',
2249
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2250
+ mintScanName: 'persistence',
2251
+ chainName: 'Persistence',
2252
+ stakeCurrency: {
2253
+ coinDenom: 'XPRT',
2254
+ coinMinimalDenom: 'uxprt',
2255
+ coinDecimals: 6,
2256
+ coinGeckoId: 'persistence',
2257
+ coinImageUrl: '/tokens/blockchain/xprt.png',
2258
+ },
2259
+ bip44: {
2260
+ coinType: 750,
2261
+ },
2262
+ bech32Config: {
2263
+ bech32PrefixAccAddr: 'persistence',
2264
+ bech32PrefixAccPub: 'persistencepub',
2265
+ bech32PrefixValAddr: 'persistencevaloper',
2266
+ bech32PrefixValPub: 'persistencevaloperpub',
2267
+ bech32PrefixConsAddr: 'persistencevalcons',
2268
+ bech32PrefixConsPub: 'persistencevalconspub',
2269
+ },
2270
+ currencies: [
2271
+ {
2272
+ coinDenom: 'XPRT',
2273
+ coinMinimalDenom: 'uxprt',
2274
+ coinDecimals: 6,
2275
+ coinGeckoId: 'persistence',
2276
+ coinImageUrl: '/tokens/blockchain/xprt.png',
2277
+ },
2278
+ ],
2279
+ feeCurrencies: [
2280
+ {
2281
+ coinDenom: 'XPRT',
2282
+ coinMinimalDenom: 'uxprt',
2283
+ coinDecimals: 6,
2284
+ coinGeckoId: 'persistence',
2285
+ coinImageUrl: '/tokens/blockchain/xprt.png',
2286
+ },
2287
+ ],
2288
+ features: ['stargate', 'ibc-transfer'],
2289
+ explorerUrlToTx: 'https://www.mintscan.io/persistence/txs/{txHash}',
2290
+ gasPriceStep: {
2291
+ low: 0,
2292
+ average: 0.025,
2293
+ high: 0.04,
2294
+ },
2295
+ },
2296
+ },
2297
+ {
2298
+ name: 'MEDIBLOC',
2299
+ defaultDecimals: 6,
2300
+ addressPatterns: ['^(panacea1)[0-9a-z]{38}$'],
2301
+ feeAssets: [
2302
+ {
2303
+ blockchain: 'MEDIBLOC',
2304
+ symbol: 'MED',
2305
+ address: null,
2306
+ },
2307
+ ],
2308
+ logo: 'https://api.rango.exchange/blockchains/medibloc.png',
2309
+ displayName: 'MediBloc',
2310
+ shortName: 'MediBloc',
2311
+ sort: 31,
2312
+ color: '#4B66DC',
2313
+ enabled: true,
2314
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2315
+ //@ts-ignore
2316
+ type: 'COSMOS',
2317
+ chainId: 'panacea-3',
2318
+ info: {
2319
+ infoType: 'CosmosMetaInfo',
2320
+ experimental: true,
2321
+ rpc: 'https://rpc.gopanacea.org',
2322
+ rest: 'https://api.gopanacea.org',
2323
+ cosmostationLcdUrl: 'https://lcd-medibloc.cosmostation.io',
2324
+ cosmostationApiUrl: 'https://api-medibloc.cosmostation.io',
2325
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2326
+ mintScanName: 'medibloc',
2327
+ chainName: 'MediBloc',
2328
+ stakeCurrency: {
2329
+ coinDenom: 'MED',
2330
+ coinMinimalDenom: 'umed',
2331
+ coinDecimals: 6,
2332
+ coinGeckoId: 'medibloc',
2333
+ coinImageUrl: '/tokens/blockchain/MED.png',
2334
+ },
2335
+ bip44: {
2336
+ coinType: 118,
2337
+ },
2338
+ bech32Config: {
2339
+ bech32PrefixAccAddr: 'panacea',
2340
+ bech32PrefixAccPub: 'panaceapub',
2341
+ bech32PrefixValAddr: 'panaceavaloper',
2342
+ bech32PrefixValPub: 'panaceavaloperpub',
2343
+ bech32PrefixConsAddr: 'panaceavalcons',
2344
+ bech32PrefixConsPub: 'panaceavalconspub',
2345
+ },
2346
+ currencies: [
2347
+ {
2348
+ coinDenom: 'MED',
2349
+ coinMinimalDenom: 'umed',
2350
+ coinDecimals: 6,
2351
+ coinGeckoId: 'medibloc',
2352
+ coinImageUrl: '/tokens/blockchain/MED.png',
2353
+ },
2354
+ ],
2355
+ feeCurrencies: [
2356
+ {
2357
+ coinDenom: 'MED',
2358
+ coinMinimalDenom: 'umed',
2359
+ coinDecimals: 6,
2360
+ coinGeckoId: 'medibloc',
2361
+ coinImageUrl: '/tokens/blockchain/MED.png',
2362
+ },
2363
+ ],
2364
+ features: ['stargate', 'ibc-transfer'],
2365
+ explorerUrlToTx: 'https://www.mintscan.io/medibloc/txs/{txHash}',
2366
+ gasPriceStep: {
2367
+ low: 5,
2368
+ average: 7,
2369
+ high: 9,
2370
+ },
2371
+ },
2372
+ },
2373
+ {
2374
+ name: 'KUJIRA',
2375
+ defaultDecimals: 6,
2376
+ addressPatterns: ['^(kujira1)[0-9a-z]{38}$'],
2377
+ feeAssets: [
2378
+ {
2379
+ blockchain: 'KUJIRA',
2380
+ symbol: 'KUJI',
2381
+ address: null,
2382
+ },
2383
+ ],
2384
+ logo: 'https://api.rango.exchange/blockchains/kuji.svg',
2385
+ displayName: 'Kujira',
2386
+ shortName: 'Kujira',
2387
+ sort: 31,
2388
+ color: '#DF3935',
2389
+ enabled: true,
2390
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2391
+ //@ts-ignore
2392
+ type: 'COSMOS',
2393
+ chainId: 'kaiyo-1',
2394
+ info: {
2395
+ infoType: 'CosmosMetaInfo',
2396
+ experimental: true,
2397
+ rpc: 'https://kujira-rpc.lavenderfive.com',
2398
+ rest: 'https://kujira-api.lavenderfive.com',
2399
+ cosmostationLcdUrl: 'https://lcd-kujira.cosmostation.io',
2400
+ cosmostationApiUrl: 'https://api-kujira.cosmostation.io',
2401
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2402
+ mintScanName: 'kujira',
2403
+ chainName: 'Kujira',
2404
+ stakeCurrency: {
2405
+ coinDenom: 'KUJI',
2406
+ coinMinimalDenom: 'ukuji',
2407
+ coinDecimals: 6,
2408
+ coinGeckoId: 'kujira',
2409
+ coinImageUrl: '/tokens/blockchain/kuji.svg',
2410
+ },
2411
+ bip44: {
2412
+ coinType: 118,
2413
+ },
2414
+ bech32Config: {
2415
+ bech32PrefixAccAddr: 'kujira',
2416
+ bech32PrefixAccPub: 'kujirapub',
2417
+ bech32PrefixValAddr: 'kujiravaloper',
2418
+ bech32PrefixValPub: 'kujiravaloperpub',
2419
+ bech32PrefixConsAddr: 'kujiravalcons',
2420
+ bech32PrefixConsPub: 'kujiravalconspub',
2421
+ },
2422
+ currencies: [
2423
+ {
2424
+ coinDenom: 'KUJI',
2425
+ coinMinimalDenom: 'ukuji',
2426
+ coinDecimals: 6,
2427
+ coinGeckoId: 'kujira',
2428
+ coinImageUrl: '/tokens/blockchain/kuji.png',
2429
+ },
2430
+ ],
2431
+ feeCurrencies: [
2432
+ {
2433
+ coinDenom: 'KUJI',
2434
+ coinMinimalDenom: 'ukuji',
2435
+ coinDecimals: 6,
2436
+ coinGeckoId: 'kujira',
2437
+ coinImageUrl: '/tokens/blockchain/kuji.png',
2438
+ },
2439
+ ],
2440
+ features: ['stargate', 'ibc-transfer'],
2441
+ explorerUrlToTx: 'https://finder.kujira.app/kaiyo-1/tx/{txHash}',
2442
+ gasPriceStep: {
2443
+ low: 0.01,
2444
+ average: 0.025,
2445
+ high: 0.03,
2446
+ },
2447
+ },
2448
+ },
2449
+ {
2450
+ name: 'SENTINEL',
2451
+ defaultDecimals: 6,
2452
+ addressPatterns: ['^(sent1)[0-9a-z]{38}$'],
2453
+ feeAssets: [
2454
+ {
2455
+ blockchain: 'SENTINEL',
2456
+ symbol: 'DVPN',
2457
+ address: null,
2458
+ },
2459
+ ],
2460
+ logo: 'https://api.rango.exchange/blockchains/sentinel.png',
2461
+ displayName: 'Sentinel',
2462
+ shortName: 'Sentinel',
2463
+ sort: 32,
2464
+ color: '#142E51',
2465
+ enabled: true,
2466
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2467
+ //@ts-ignore
2468
+ type: 'COSMOS',
2469
+ chainId: 'sentinelhub-2',
2470
+ info: {
2471
+ infoType: 'CosmosMetaInfo',
2472
+ experimental: false,
2473
+ rpc: 'https://rpc-sentinel.keplr.app',
2474
+ rest: 'https://lcd-sentinel.keplr.app',
2475
+ cosmostationLcdUrl: 'https://lcd-sentinel.cosmostation.io',
2476
+ cosmostationApiUrl: 'https://api-sentinel.cosmostation.io',
2477
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2478
+ mintScanName: 'sentinel',
2479
+ chainName: 'Sentinel',
2480
+ stakeCurrency: {
2481
+ coinDenom: 'DVPN',
2482
+ coinMinimalDenom: 'udvpn',
2483
+ coinDecimals: 6,
2484
+ coinGeckoId: 'sentinel',
2485
+ coinImageUrl: '/tokens/blockchain/dvpn.png',
2486
+ },
2487
+ bip44: {
2488
+ coinType: 118,
2489
+ },
2490
+ bech32Config: {
2491
+ bech32PrefixAccAddr: 'sent',
2492
+ bech32PrefixAccPub: 'sentpub',
2493
+ bech32PrefixValAddr: 'sentvaloper',
2494
+ bech32PrefixValPub: 'sentvaloperpub',
2495
+ bech32PrefixConsAddr: 'sentvalcons',
2496
+ bech32PrefixConsPub: 'sentvalconspub',
2497
+ },
2498
+ currencies: [
2499
+ {
2500
+ coinDenom: 'DVPN',
2501
+ coinMinimalDenom: 'udvpn',
2502
+ coinDecimals: 6,
2503
+ coinGeckoId: 'sentinel',
2504
+ coinImageUrl: '/tokens/blockchain/dvpn.png',
2505
+ },
2506
+ ],
2507
+ feeCurrencies: [
2508
+ {
2509
+ coinDenom: 'DVPN',
2510
+ coinMinimalDenom: 'udvpn',
2511
+ coinDecimals: 6,
2512
+ coinGeckoId: 'sentinel',
2513
+ coinImageUrl: '/tokens/blockchain/dvpn.png',
2514
+ },
2515
+ ],
2516
+ features: ['stargate', 'ibc-transfer'],
2517
+ explorerUrlToTx: 'https://www.mintscan.io/sentinel/txs/{txHash}',
2518
+ gasPriceStep: {
2519
+ low: 0.1,
2520
+ average: 0.25,
2521
+ high: 0.4,
2522
+ },
2523
+ },
2524
+ },
2525
+ {
2526
+ name: 'INJECTIVE',
2527
+ defaultDecimals: 6,
2528
+ addressPatterns: ['^(inj1)[0-9a-z]{38}$'],
2529
+ feeAssets: [
2530
+ {
2531
+ blockchain: 'INJECTIVE',
2532
+ symbol: 'INJ',
2533
+ address: null,
2534
+ },
2535
+ ],
2536
+ logo: 'https://api.rango.exchange/blockchains/injective.svg',
2537
+ displayName: 'Injective',
2538
+ shortName: 'Injective',
2539
+ sort: 33,
2540
+ color: '#29B2F4',
2541
+ enabled: true,
2542
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2543
+ //@ts-ignore
2544
+ type: 'COSMOS',
2545
+ chainId: 'injective-1',
2546
+ info: {
2547
+ infoType: 'CosmosMetaInfo',
2548
+ experimental: true,
2549
+ rpc: 'https://tm.injective.network',
2550
+ rest: 'https://lcd.injective.network',
2551
+ cosmostationLcdUrl: 'https://lcd-inj.cosmostation.io',
2552
+ cosmostationApiUrl: 'https://api-inj.cosmostation.io',
2553
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2554
+ mintScanName: 'injective',
2555
+ chainName: 'Injective',
2556
+ stakeCurrency: {
2557
+ coinDenom: 'INJ',
2558
+ coinMinimalDenom: 'uinj',
2559
+ coinDecimals: 18,
2560
+ coinGeckoId: 'injective',
2561
+ coinImageUrl: '/tokens/INJECTIVE/inj.svg',
2562
+ },
2563
+ bip44: {
2564
+ coinType: 529,
2565
+ },
2566
+ bech32Config: {
2567
+ bech32PrefixAccAddr: 'inj',
2568
+ bech32PrefixAccPub: 'injpub',
2569
+ bech32PrefixValAddr: 'injvaloper',
2570
+ bech32PrefixValPub: 'injvaloperpub',
2571
+ bech32PrefixConsAddr: 'injvalcons',
2572
+ bech32PrefixConsPub: 'injvalconspub',
2573
+ },
2574
+ currencies: [
2575
+ {
2576
+ coinDenom: 'INJ',
2577
+ coinMinimalDenom: 'uinj',
2578
+ coinDecimals: 18,
2579
+ coinGeckoId: 'injective',
2580
+ coinImageUrl: '/tokens/INJECTIVE/inj.svg',
2581
+ },
2582
+ ],
2583
+ feeCurrencies: [
2584
+ {
2585
+ coinDenom: 'INJ',
2586
+ coinMinimalDenom: 'uinj',
2587
+ coinDecimals: 18,
2588
+ coinGeckoId: 'injective',
2589
+ coinImageUrl: '/tokens/INJECTIVE/inj.svg',
2590
+ },
2591
+ ],
2592
+ features: ['stargate', 'ibc-transfer'],
2593
+ explorerUrlToTx: 'https://www.mintscan.io/injective/txs/{txHash}',
2594
+ gasPriceStep: {
2595
+ low: 500000000,
2596
+ average: 500000000,
2597
+ high: 500000000,
2598
+ },
2599
+ },
2600
+ },
2601
+ {
2602
+ name: 'SECRET',
2603
+ defaultDecimals: 6,
2604
+ addressPatterns: ['^(secret1)[0-9a-z]{38}$'],
2605
+ feeAssets: [
2606
+ {
2607
+ blockchain: 'SECRET',
2608
+ symbol: 'SCRT',
2609
+ address: null,
2610
+ },
2611
+ ],
2612
+ logo: 'https://api.rango.exchange/blockchains/secret.svg',
2613
+ displayName: 'Secret',
2614
+ shortName: 'Secret',
2615
+ sort: 34,
2616
+ color: '#1B1B1B',
2617
+ enabled: true,
2618
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2619
+ //@ts-ignore
2620
+ type: 'COSMOS',
2621
+ chainId: 'secret-4',
2622
+ info: {
2623
+ infoType: 'CosmosMetaInfo',
2624
+ experimental: false,
2625
+ rpc: 'https://rpc-secret.keplr.app',
2626
+ rest: 'https://lcd-secret.keplr.app',
2627
+ cosmostationLcdUrl: 'https://lcd-secret.cosmostation.io',
2628
+ cosmostationApiUrl: 'https://api-secret.cosmostation.io',
2629
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2630
+ mintScanName: 'secret',
2631
+ chainName: 'Secret',
2632
+ stakeCurrency: {
2633
+ coinDenom: 'SCRT',
2634
+ coinMinimalDenom: 'uscrt',
2635
+ coinDecimals: 6,
2636
+ coinGeckoId: 'secret',
2637
+ coinImageUrl: 'https://dhj8dql1kzq2v.cloudfront.net/white/secret.png',
2638
+ },
2639
+ bip44: {
2640
+ coinType: 529,
2641
+ },
2642
+ bech32Config: {
2643
+ bech32PrefixAccAddr: 'secret',
2644
+ bech32PrefixAccPub: 'secretpub',
2645
+ bech32PrefixValAddr: 'secretvaloper',
2646
+ bech32PrefixValPub: 'secretvaloperpub',
2647
+ bech32PrefixConsAddr: 'secretvalcons',
2648
+ bech32PrefixConsPub: 'secretvalconspub',
2649
+ },
2650
+ currencies: [
2651
+ {
2652
+ coinDenom: 'SCRT',
2653
+ coinMinimalDenom: 'uscrt',
2654
+ coinDecimals: 6,
2655
+ coinGeckoId: 'secret',
2656
+ coinImageUrl: 'https://dhj8dql1kzq2v.cloudfront.net/white/secret.png',
2657
+ },
2658
+ ],
2659
+ feeCurrencies: [
2660
+ {
2661
+ coinDenom: 'SCRT',
2662
+ coinMinimalDenom: 'uscrt',
2663
+ coinDecimals: 6,
2664
+ coinGeckoId: 'secret',
2665
+ coinImageUrl: 'https://dhj8dql1kzq2v.cloudfront.net/white/secret.png',
2666
+ },
2667
+ ],
2668
+ features: ['secretwasm'],
2669
+ explorerUrlToTx: 'https://www.mintscan.io/injective/txs/{txHash}',
2670
+ gasPriceStep: {
2671
+ low: 0.1,
2672
+ average: 0.25,
2673
+ high: 0.3,
2674
+ },
2675
+ },
2676
+ },
2677
+ {
2678
+ name: 'KONSTELLATION',
2679
+ defaultDecimals: 6,
2680
+ addressPatterns: ['^(darc1)[0-9a-z]{38}$'],
2681
+ feeAssets: [
2682
+ {
2683
+ blockchain: 'KONSTELLATION',
2684
+ symbol: 'DARC',
2685
+ address: null,
2686
+ },
2687
+ ],
2688
+ logo: 'https://api.rango.exchange/blockchains/konstellation.svg',
2689
+ displayName: 'Konstellation',
2690
+ shortName: 'Konstellation',
2691
+ sort: 35,
2692
+ color: '#3D7BC2',
2693
+ enabled: true,
2694
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2695
+ //@ts-ignore
2696
+ type: 'COSMOS',
2697
+ chainId: 'darchub',
2698
+ info: {
2699
+ infoType: 'CosmosMetaInfo',
2700
+ experimental: true,
2701
+ rpc: 'https://node1.konstellation.tech:26657',
2702
+ rest: 'https://node1.konstellation.tech:1318',
2703
+ cosmostationLcdUrl: 'https://api-konstellation.cosmostation.io',
2704
+ cosmostationApiUrl: 'https://api-konstellation.cosmostation.io',
2705
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2706
+ mintScanName: 'konstellation',
2707
+ chainName: 'Konstellation',
2708
+ stakeCurrency: {
2709
+ coinDenom: 'DARC',
2710
+ coinMinimalDenom: 'udarc',
2711
+ coinDecimals: 6,
2712
+ coinGeckoId: 'pool:udarc',
2713
+ coinImageUrl: '/tokens/blockchain/DARC.png',
2714
+ },
2715
+ bip44: {
2716
+ coinType: 118,
2717
+ },
2718
+ bech32Config: {
2719
+ bech32PrefixAccAddr: 'darc',
2720
+ bech32PrefixAccPub: 'darcpub',
2721
+ bech32PrefixValAddr: 'darcvaloper',
2722
+ bech32PrefixValPub: 'darcvaloperpub',
2723
+ bech32PrefixConsAddr: 'darcvalcons',
2724
+ bech32PrefixConsPub: 'darcvalconspub',
2725
+ },
2726
+ currencies: [
2727
+ {
2728
+ coinDenom: 'DARC',
2729
+ coinMinimalDenom: 'udarc',
2730
+ coinDecimals: 6,
2731
+ coinGeckoId: 'pool:udarc',
2732
+ coinImageUrl: '/tokens/blockchain/DARC.png',
2733
+ },
2734
+ ],
2735
+ feeCurrencies: [
2736
+ {
2737
+ coinDenom: 'DARC',
2738
+ coinMinimalDenom: 'udarc',
2739
+ coinDecimals: 6,
2740
+ coinGeckoId: 'pool:udarc',
2741
+ coinImageUrl: '/tokens/blockchain/DARC.png',
2742
+ },
2743
+ ],
2744
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
2745
+ explorerUrlToTx: 'https://www.mintscan.io/konstellation/txs/{txHash}',
2746
+ gasPriceStep: null,
2747
+ },
2748
+ },
2749
+ {
2750
+ name: 'STARNAME',
2751
+ defaultDecimals: 6,
2752
+ addressPatterns: ['^(star1)[0-9a-z]{38}$'],
2753
+ feeAssets: [
2754
+ {
2755
+ blockchain: 'STARNAME',
2756
+ symbol: 'IOV',
2757
+ address: null,
2758
+ },
2759
+ ],
2760
+ logo: 'https://api.rango.exchange/blockchains/starname.png',
2761
+ displayName: 'Starname',
2762
+ shortName: 'Starname',
2763
+ sort: 35,
2764
+ color: '#BC64BB',
2765
+ enabled: true,
2766
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2767
+ //@ts-ignore
2768
+ type: 'COSMOS',
2769
+ chainId: 'iov-mainnet-ibc',
2770
+ info: {
2771
+ infoType: 'CosmosMetaInfo',
2772
+ experimental: false,
2773
+ rpc: 'https://rpc-iov.keplr.app',
2774
+ rest: 'https://lcd-iov.keplr.app',
2775
+ cosmostationLcdUrl: 'https://lcd-iov.cosmostation.io',
2776
+ cosmostationApiUrl: 'https://api-iov.cosmostation.io',
2777
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2778
+ mintScanName: 'starname',
2779
+ chainName: 'Starname',
2780
+ stakeCurrency: {
2781
+ coinDenom: 'IOV',
2782
+ coinMinimalDenom: 'uiov',
2783
+ coinDecimals: 6,
2784
+ coinGeckoId: 'starname',
2785
+ coinImageUrl: '/tokens/blockchain/IOV.png',
2786
+ },
2787
+ bip44: {
2788
+ coinType: 494,
2789
+ },
2790
+ bech32Config: {
2791
+ bech32PrefixAccAddr: 'star',
2792
+ bech32PrefixAccPub: 'starpub',
2793
+ bech32PrefixValAddr: 'starvaloper',
2794
+ bech32PrefixValPub: 'starvaloperpub',
2795
+ bech32PrefixConsAddr: 'starvalcons',
2796
+ bech32PrefixConsPub: 'starvalconspub',
2797
+ },
2798
+ currencies: [
2799
+ {
2800
+ coinDenom: 'IOV',
2801
+ coinMinimalDenom: 'uiov',
2802
+ coinDecimals: 6,
2803
+ coinGeckoId: 'starname',
2804
+ coinImageUrl: '/tokens/blockchain/IOV.png',
2805
+ },
2806
+ ],
2807
+ feeCurrencies: [
2808
+ {
2809
+ coinDenom: 'IOV',
2810
+ coinMinimalDenom: 'uiov',
2811
+ coinDecimals: 6,
2812
+ coinGeckoId: 'starname',
2813
+ coinImageUrl: '/tokens/blockchain/IOV.png',
2814
+ },
2815
+ ],
2816
+ features: ['stargate', 'ibc-transfer'],
2817
+ explorerUrlToTx: 'https://www.mintscan.io/starname/txs/{txHash}',
2818
+ gasPriceStep: {
2819
+ low: 1,
2820
+ average: 2,
2821
+ high: 3,
2822
+ },
2823
+ },
2824
+ },
2825
+ {
2826
+ name: 'BITCANNA',
2827
+ defaultDecimals: 6,
2828
+ addressPatterns: ['^(bcna1)[0-9a-z]{38}$'],
2829
+ feeAssets: [
2830
+ {
2831
+ blockchain: 'BITCANNA',
2832
+ symbol: 'BCNA',
2833
+ address: null,
2834
+ },
2835
+ ],
2836
+ logo: 'https://api.rango.exchange/blockchains/bitcanna.svg',
2837
+ displayName: 'BitCanna',
2838
+ shortName: 'BitCanna',
2839
+ sort: 36,
2840
+ color: '#3CC194',
2841
+ enabled: true,
2842
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2843
+ //@ts-ignore
2844
+ type: 'COSMOS',
2845
+ chainId: 'bitcanna-1',
2846
+ info: {
2847
+ infoType: 'CosmosMetaInfo',
2848
+ experimental: true,
2849
+ rpc: 'https://rpc.bitcanna.io',
2850
+ rest: 'https://lcd.bitcanna.io',
2851
+ cosmostationLcdUrl: 'https://lcd-bitcanna.cosmostation.io',
2852
+ cosmostationApiUrl: 'https://api-bitcanna.cosmostation.io',
2853
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2854
+ mintScanName: 'bitcanna',
2855
+ chainName: 'BitCanna',
2856
+ stakeCurrency: {
2857
+ coinDenom: 'BCNA',
2858
+ coinMinimalDenom: 'ubcna',
2859
+ coinDecimals: 6,
2860
+ coinGeckoId: 'bitcanna',
2861
+ coinImageUrl: '/tokens/blockchain/BCNA.png',
2862
+ },
2863
+ bip44: {
2864
+ coinType: 118,
2865
+ },
2866
+ bech32Config: {
2867
+ bech32PrefixAccAddr: 'bcna',
2868
+ bech32PrefixAccPub: 'bcnapub',
2869
+ bech32PrefixValAddr: 'bcnavaloper',
2870
+ bech32PrefixValPub: 'bcnavaloperpub',
2871
+ bech32PrefixConsAddr: 'bcnavalcons',
2872
+ bech32PrefixConsPub: 'bcnavalconspub',
2873
+ },
2874
+ currencies: [
2875
+ {
2876
+ coinDenom: 'BCNA',
2877
+ coinMinimalDenom: 'ubcna',
2878
+ coinDecimals: 6,
2879
+ coinGeckoId: 'bitcanna',
2880
+ coinImageUrl: '/tokens/blockchain/BCNA.png',
2881
+ },
2882
+ ],
2883
+ feeCurrencies: [
2884
+ {
2885
+ coinDenom: 'BCNA',
2886
+ coinMinimalDenom: 'ubcna',
2887
+ coinDecimals: 6,
2888
+ coinGeckoId: 'bitcanna',
2889
+ coinImageUrl: '/tokens/blockchain/BCNA.png',
2890
+ },
2891
+ ],
2892
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
2893
+ explorerUrlToTx: 'https://www.mintscan.io/bitcanna/txs/{txHash}',
2894
+ gasPriceStep: null,
2895
+ },
2896
+ },
2897
+ {
2898
+ name: 'UMEE',
2899
+ defaultDecimals: 6,
2900
+ addressPatterns: ['^(umee1)[0-9a-z]{38}$'],
2901
+ feeAssets: [
2902
+ {
2903
+ blockchain: 'UMEE',
2904
+ symbol: 'UMEE',
2905
+ address: null,
2906
+ },
2907
+ ],
2908
+ logo: 'https://api.rango.exchange/blockchains/umee.svg',
2909
+ displayName: 'Umee',
2910
+ shortName: 'Umee',
2911
+ sort: 36,
2912
+ color: '#D2B6FF',
2913
+ enabled: true,
2914
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2915
+ //@ts-ignore
2916
+ type: 'COSMOS',
2917
+ chainId: 'umee-1',
2918
+ info: {
2919
+ infoType: 'CosmosMetaInfo',
2920
+ experimental: false,
2921
+ rpc: 'https://api.barnacle.mainnet.network.umee.cc',
2922
+ rest: 'https://lcd-umee.cosmostation.io',
2923
+ cosmostationLcdUrl: 'https://lcd-umee.cosmostation.io',
2924
+ cosmostationApiUrl: 'https://api-umee.cosmostation.io',
2925
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2926
+ mintScanName: 'umee',
2927
+ chainName: 'Umee',
2928
+ stakeCurrency: {
2929
+ coinDenom: 'UMEE',
2930
+ coinMinimalDenom: 'uumee',
2931
+ coinDecimals: 6,
2932
+ coinGeckoId: 'pool:uumee',
2933
+ coinImageUrl: '/tokens/blockchain/UMEE.png',
2934
+ },
2935
+ bip44: {
2936
+ coinType: 118,
2937
+ },
2938
+ bech32Config: {
2939
+ bech32PrefixAccAddr: 'umee',
2940
+ bech32PrefixAccPub: 'umeepub',
2941
+ bech32PrefixValAddr: 'umeevaloper',
2942
+ bech32PrefixValPub: 'umeevaloperpub',
2943
+ bech32PrefixConsAddr: 'umeevalcons',
2944
+ bech32PrefixConsPub: 'umeevalconspub',
2945
+ },
2946
+ currencies: [
2947
+ {
2948
+ coinDenom: 'UMEE',
2949
+ coinMinimalDenom: 'uumee',
2950
+ coinDecimals: 6,
2951
+ coinGeckoId: 'pool:uumee',
2952
+ coinImageUrl: '/tokens/blockchain/UMEE.png',
2953
+ },
2954
+ ],
2955
+ feeCurrencies: [
2956
+ {
2957
+ coinDenom: 'UMEE',
2958
+ coinMinimalDenom: 'uumee',
2959
+ coinDecimals: 6,
2960
+ coinGeckoId: 'pool:uumee',
2961
+ coinImageUrl: '/tokens/blockchain/UMEE.png',
2962
+ },
2963
+ ],
2964
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
2965
+ explorerUrlToTx: 'https://www.mintscan.io/umee/txs/{txHash}',
2966
+ gasPriceStep: {
2967
+ low: 0.05,
2968
+ average: 0.06,
2969
+ high: 0.1,
2970
+ },
2971
+ },
2972
+ },
2973
+ {
2974
+ name: 'DESMOS',
2975
+ defaultDecimals: 6,
2976
+ addressPatterns: ['^(desmos1)[0-9a-z]{38}$'],
2977
+ feeAssets: [
2978
+ {
2979
+ blockchain: 'DESMOS',
2980
+ symbol: 'DSM',
2981
+ address: null,
2982
+ },
2983
+ ],
2984
+ logo: 'https://api.rango.exchange/blockchains/desmos.svg',
2985
+ displayName: 'Desmos',
2986
+ shortName: 'Desmos',
2987
+ sort: 37,
2988
+ color: '#DF6952',
2989
+ enabled: true,
2990
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2991
+ //@ts-ignore
2992
+ type: 'COSMOS',
2993
+ chainId: 'desmos-mainnet',
2994
+ info: {
2995
+ infoType: 'CosmosMetaInfo',
2996
+ experimental: true,
2997
+ rpc: 'https://rpc.mainnet.desmos.network',
2998
+ rest: 'https://api.mainnet.desmos.network',
2999
+ cosmostationLcdUrl: 'https://lcd-desmos.cosmostation.io',
3000
+ cosmostationApiUrl: 'https://api-desmos.cosmostation.io',
3001
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
3002
+ mintScanName: 'desmos',
3003
+ chainName: 'Desmos',
3004
+ stakeCurrency: {
3005
+ coinDenom: 'DSM',
3006
+ coinMinimalDenom: 'udsm',
3007
+ coinDecimals: 6,
3008
+ coinGeckoId: 'pool:udsm',
3009
+ coinImageUrl: '/tokens/blockchain/DSM.png',
3010
+ },
3011
+ bip44: {
3012
+ coinType: 852,
3013
+ },
3014
+ bech32Config: {
3015
+ bech32PrefixAccAddr: 'desmos',
3016
+ bech32PrefixAccPub: 'desmospub',
3017
+ bech32PrefixValAddr: 'desmosvaloper',
3018
+ bech32PrefixValPub: 'desmosvaloperpub',
3019
+ bech32PrefixConsAddr: 'desmosvalcons',
3020
+ bech32PrefixConsPub: 'desmosvalconspub',
3021
+ },
3022
+ currencies: [
3023
+ {
3024
+ coinDenom: 'DSM',
3025
+ coinMinimalDenom: 'udsm',
3026
+ coinDecimals: 6,
3027
+ coinGeckoId: 'pool:udsm',
3028
+ coinImageUrl: '/tokens/blockchain/DSM.png',
3029
+ },
3030
+ ],
3031
+ feeCurrencies: [
3032
+ {
3033
+ coinDenom: 'DSM',
3034
+ coinMinimalDenom: 'udsm',
3035
+ coinDecimals: 6,
3036
+ coinGeckoId: 'pool:udsm',
3037
+ coinImageUrl: '/tokens/blockchain/DSM.png',
3038
+ },
3039
+ ],
3040
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go'],
3041
+ explorerUrlToTx: 'https://explorer.desmos.network/transactions/{txHash}',
3042
+ gasPriceStep: null,
3043
+ },
3044
+ },
3045
+ {
3046
+ name: 'LUMNETWORK',
3047
+ defaultDecimals: 6,
3048
+ addressPatterns: ['^(lum1)[0-9a-z]{38}$'],
3049
+ feeAssets: [
3050
+ {
3051
+ blockchain: 'LUMNETWORK',
3052
+ symbol: 'LUM',
3053
+ address: null,
3054
+ },
3055
+ ],
3056
+ logo: 'https://api.rango.exchange/blockchains/lumnetwork.png',
3057
+ displayName: 'Lum Network',
3058
+ shortName: 'Lum Network',
3059
+ sort: 38,
3060
+ color: '#1B42B4',
3061
+ enabled: true,
3062
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3063
+ //@ts-ignore
3064
+ type: 'COSMOS',
3065
+ chainId: 'lum-network-1',
3066
+ info: {
3067
+ infoType: 'CosmosMetaInfo',
3068
+ experimental: true,
3069
+ rpc: 'https://node0.mainnet.lum.network/rpc',
3070
+ rest: 'https://node0.mainnet.lum.network/rest',
3071
+ cosmostationLcdUrl: 'https://lcd-lum.cosmostation.io',
3072
+ cosmostationApiUrl: 'https://api-lum.cosmostation.io',
3073
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
3074
+ mintScanName: 'lum',
3075
+ chainName: 'Lum Network',
3076
+ stakeCurrency: {
3077
+ coinDenom: 'LUM',
3078
+ coinMinimalDenom: 'ulum',
3079
+ coinDecimals: 6,
3080
+ coinGeckoId: 'pool:ulum',
3081
+ coinImageUrl: '/tokens/blockchain/LUM.png',
3082
+ },
3083
+ bip44: {
3084
+ coinType: 118,
3085
+ },
3086
+ bech32Config: {
3087
+ bech32PrefixAccAddr: 'lum',
3088
+ bech32PrefixAccPub: 'lumpub',
3089
+ bech32PrefixValAddr: 'lumvaloper',
3090
+ bech32PrefixValPub: 'lumvaloperpub',
3091
+ bech32PrefixConsAddr: 'lumvalcons',
3092
+ bech32PrefixConsPub: 'lumvalconspub',
3093
+ },
3094
+ currencies: [
3095
+ {
3096
+ coinDenom: 'LUM',
3097
+ coinMinimalDenom: 'ulum',
3098
+ coinDecimals: 6,
3099
+ coinGeckoId: 'pool:ulum',
3100
+ coinImageUrl: '/tokens/blockchain/LUM.png',
3101
+ },
3102
+ ],
3103
+ feeCurrencies: [
3104
+ {
3105
+ coinDenom: 'LUM',
3106
+ coinMinimalDenom: 'ulum',
3107
+ coinDecimals: 6,
3108
+ coinGeckoId: 'pool:ulum',
3109
+ coinImageUrl: '/tokens/blockchain/LUM.png',
3110
+ },
3111
+ ],
3112
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go'],
3113
+ explorerUrlToTx: 'https://www.mintscan.io/lum/txs/{txHash}',
3114
+ gasPriceStep: null,
3115
+ },
3116
+ },
3117
+ {
3118
+ name: 'BOBA',
3119
+ defaultDecimals: 18,
3120
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
3121
+ feeAssets: [
3122
+ {
3123
+ blockchain: 'BOBA',
3124
+ symbol: 'ETH',
3125
+ address: null,
3126
+ },
3127
+ ],
3128
+ logo: 'https://api.rango.exchange/blockchains/boba.png',
3129
+ displayName: 'Boba',
3130
+ shortName: 'Boba',
3131
+ sort: 39,
3132
+ color: '#ccff00',
3133
+ enabled: true,
3134
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3135
+ //@ts-ignore
3136
+ type: 'EVM',
3137
+ chainId: '0x120',
3138
+ info: {
3139
+ infoType: 'EvmMetaInfo',
3140
+ chainName: 'Boba Network',
3141
+ nativeCurrency: {
3142
+ name: 'ETH',
3143
+ symbol: 'ETH',
3144
+ decimals: 18,
3145
+ },
3146
+ rpcUrls: ['https://mainnet.boba.network'],
3147
+ blockExplorerUrls: ['https://bobascan.com/'],
3148
+ addressUrl: 'https://bobascan.com//address/{wallet}',
3149
+ transactionUrl: 'https://bobascan.com//tx/{txHash}',
3150
+ },
3151
+ },
3152
+ {
3153
+ name: 'AXELAR',
3154
+ defaultDecimals: 6,
3155
+ addressPatterns: ['^(axelar1)[0-9a-z]{38}$'],
3156
+ feeAssets: [
3157
+ {
3158
+ blockchain: 'AXELAR',
3159
+ symbol: 'AXL',
3160
+ address: null,
3161
+ },
3162
+ ],
3163
+ logo: 'https://api.rango.exchange/blockchains/axelar.png',
3164
+ displayName: 'Axelar',
3165
+ shortName: 'Axelar',
3166
+ sort: 40,
3167
+ color: '#15181C',
3168
+ enabled: false,
3169
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3170
+ //@ts-ignore
3171
+ type: 'COSMOS',
3172
+ chainId: 'axelar-dojo-1',
3173
+ info: {
3174
+ infoType: 'CosmosMetaInfo',
3175
+ experimental: false,
3176
+ rpc: 'https://mainnet-rpc-router.axelar-dev.workers.dev/chain/axelar',
3177
+ rest: 'https://axelar-lcd.quickapi.com',
3178
+ cosmostationLcdUrl: 'https://axelar-lcd.quickapi.com',
3179
+ cosmostationApiUrl:
3180
+ 'https://mainnet-rpc-router.axelar-dev.workers.dev/chain/axelar',
3181
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
3182
+ mintScanName: 'axelar',
3183
+ chainName: 'Axelar',
3184
+ stakeCurrency: {
3185
+ coinDenom: 'AXL',
3186
+ coinMinimalDenom: 'uaxl',
3187
+ coinDecimals: 6,
3188
+ coinGeckoId: 'axelar',
3189
+ coinImageUrl: '/tokens/blockchain/axl.png',
3190
+ },
3191
+ bip44: {
3192
+ coinType: 118,
3193
+ },
3194
+ bech32Config: {
3195
+ bech32PrefixAccAddr: 'axl',
3196
+ bech32PrefixAccPub: 'axlpub',
3197
+ bech32PrefixValAddr: 'axlvaloper',
3198
+ bech32PrefixValPub: 'axlvaloperpub',
3199
+ bech32PrefixConsAddr: 'axlvalcons',
3200
+ bech32PrefixConsPub: 'axlvalconspub',
3201
+ },
3202
+ currencies: [
3203
+ {
3204
+ coinDenom: 'AXL',
3205
+ coinMinimalDenom: 'uaxl',
3206
+ coinDecimals: 6,
3207
+ coinGeckoId: 'axelar',
3208
+ coinImageUrl: '/tokens/blockchain/axl.png',
3209
+ },
3210
+ ],
3211
+ feeCurrencies: [
3212
+ {
3213
+ coinDenom: 'AXL',
3214
+ coinMinimalDenom: 'uaxl',
3215
+ coinDecimals: 6,
3216
+ coinGeckoId: 'axelar',
3217
+ coinImageUrl: '/tokens/blockchain/axl.png',
3218
+ },
3219
+ ],
3220
+ features: ['stargate', 'ibc-transfer'],
3221
+ explorerUrlToTx: 'https://www.mintscan.io/axelar/txs/{txHash}',
3222
+ gasPriceStep: {
3223
+ low: 0.007,
3224
+ average: 0.007,
3225
+ high: 0.01,
3226
+ },
3227
+ },
3228
+ },
3229
+ {
3230
+ name: 'STRIDE',
3231
+ defaultDecimals: 6,
3232
+ addressPatterns: ['^(stride1)[0-9a-z]{38}$'],
3233
+ feeAssets: [
3234
+ {
3235
+ blockchain: 'STRIDE',
3236
+ symbol: 'STRD',
3237
+ address: null,
3238
+ },
3239
+ ],
3240
+ logo: 'https://api.rango.exchange/blockchains/stride.svg',
3241
+ displayName: 'Stride',
3242
+ shortName: 'Stride',
3243
+ sort: 41,
3244
+ color: '#D63178',
3245
+ enabled: true,
3246
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3247
+ //@ts-ignore
3248
+ type: 'COSMOS',
3249
+ chainId: 'stride-1',
3250
+ info: {
3251
+ infoType: 'CosmosMetaInfo',
3252
+ experimental: false,
3253
+ rpc: 'https://rpc-stride.keplr.app',
3254
+ rest: 'https://lcd-stride.keplr.app',
3255
+ cosmostationLcdUrl: 'https://lcd-stride.cosmostation.io',
3256
+ cosmostationApiUrl: 'https://api-stride.cosmostation.io',
3257
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
3258
+ mintScanName: 'stride',
3259
+ chainName: 'Stride',
3260
+ stakeCurrency: {
3261
+ coinDenom: 'STRD',
3262
+ coinMinimalDenom: 'ustrd',
3263
+ coinDecimals: 6,
3264
+ coinGeckoId: 'stride',
3265
+ coinImageUrl: '',
3266
+ },
3267
+ bip44: {
3268
+ coinType: 118,
3269
+ },
3270
+ bech32Config: {
3271
+ bech32PrefixAccAddr: 'stride',
3272
+ bech32PrefixAccPub: 'stridepub',
3273
+ bech32PrefixValAddr: 'stridevaloper',
3274
+ bech32PrefixValPub: 'stridevaloperpub',
3275
+ bech32PrefixConsAddr: 'stridevalcons',
3276
+ bech32PrefixConsPub: 'stridevalconspub',
3277
+ },
3278
+ currencies: [
3279
+ {
3280
+ coinDenom: 'STRD',
3281
+ coinMinimalDenom: 'ustrd',
3282
+ coinDecimals: 6,
3283
+ coinGeckoId: 'stride',
3284
+ coinImageUrl: '',
3285
+ },
3286
+ {
3287
+ coinDenom: 'stATOM',
3288
+ coinMinimalDenom: 'stuatom',
3289
+ coinDecimals: 6,
3290
+ coinGeckoId: 'stride-staked-atom',
3291
+ coinImageUrl: '',
3292
+ },
3293
+ {
3294
+ coinDenom: 'stOSMO',
3295
+ coinMinimalDenom: 'stuosmo',
3296
+ coinDecimals: 6,
3297
+ coinGeckoId: 'stride-staked-osmo',
3298
+ coinImageUrl: '',
3299
+ },
3300
+ {
3301
+ coinDenom: 'stJUNO',
3302
+ coinMinimalDenom: 'stujuno',
3303
+ coinDecimals: 6,
3304
+ coinGeckoId: 'stride-staked-juno',
3305
+ coinImageUrl: '',
3306
+ },
3307
+ {
3308
+ coinDenom: 'stSTARS',
3309
+ coinMinimalDenom: 'stustars',
3310
+ coinDecimals: 6,
3311
+ coinGeckoId: '',
3312
+ coinImageUrl: '',
3313
+ },
3314
+ {
3315
+ coinDenom: 'stEVMOS',
3316
+ coinMinimalDenom: 'staevmos',
3317
+ coinDecimals: 18,
3318
+ coinGeckoId: '',
3319
+ coinImageUrl: '',
3320
+ },
3321
+ {
3322
+ coinDenom: 'stLUNA',
3323
+ coinMinimalDenom: 'stuluna',
3324
+ coinDecimals: 6,
3325
+ coinGeckoId: '',
3326
+ coinImageUrl: '',
3327
+ },
3328
+ ],
3329
+ feeCurrencies: [
3330
+ {
3331
+ coinDenom: 'STRD',
3332
+ coinMinimalDenom: 'ustrd',
3333
+ coinDecimals: 6,
3334
+ coinGeckoId: 'stride',
3335
+ coinImageUrl: '',
3336
+ },
3337
+ ],
3338
+ features: ['ibc-transfer'],
3339
+ explorerUrlToTx: 'https://www.mintscan.io/stride/txs/{txHash}',
3340
+ gasPriceStep: {
3341
+ low: 0.001,
3342
+ average: 0.0025,
3343
+ high: 0.04,
3344
+ },
3345
+ },
3346
+ },
3347
+ {
3348
+ name: 'KCC',
3349
+ defaultDecimals: 18,
3350
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
3351
+ feeAssets: [
3352
+ {
3353
+ blockchain: 'KCC',
3354
+ symbol: 'KCS',
3355
+ address: null,
3356
+ },
3357
+ ],
3358
+ logo: 'https://api.rango.exchange/blockchains/kcc.png',
3359
+ displayName: 'Kcc',
3360
+ shortName: 'Kcc',
3361
+ sort: 41,
3362
+ color: '#ccff00',
3363
+ enabled: true,
3364
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3365
+ //@ts-ignore
3366
+ type: 'EVM',
3367
+ chainId: '0x141',
3368
+ info: {
3369
+ infoType: 'EvmMetaInfo',
3370
+ chainName: 'Kcc Network',
3371
+ nativeCurrency: {
3372
+ name: 'KCS',
3373
+ symbol: 'KCS',
3374
+ decimals: 18,
3375
+ },
3376
+ rpcUrls: ['https://rpc-mainnet.kcc.network/'],
3377
+ blockExplorerUrls: ['https://explorer.kcc.io/en'],
3378
+ addressUrl: 'https://explorer.kcc.io/en/address/{wallet}',
3379
+ transactionUrl: 'https://explorer.kcc.io/en/tx/{txHash}',
3380
+ },
3381
+ },
3382
+ {
3383
+ name: 'MARS',
3384
+ defaultDecimals: 6,
3385
+ addressPatterns: ['^(mars1)[0-9a-z]{38}$'],
3386
+ feeAssets: [
3387
+ {
3388
+ blockchain: 'MARS',
3389
+ symbol: 'MARS',
3390
+ address: null,
3391
+ },
3392
+ ],
3393
+ logo: 'https://api.rango.exchange/blockchains/mars.svg',
3394
+ displayName: 'Mars',
3395
+ shortName: 'Mars',
3396
+ sort: 42,
3397
+ color: '#CB4B3D',
3398
+ enabled: true,
3399
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3400
+ //@ts-ignore
3401
+ type: 'COSMOS',
3402
+ chainId: 'mars-1',
3403
+ info: {
3404
+ infoType: 'CosmosMetaInfo',
3405
+ experimental: false,
3406
+ rpc: 'https://rpc-mars.keplr.app',
3407
+ rest: 'https://lcd-mars.keplr.app',
3408
+ cosmostationLcdUrl: 'https://lcd-mars-protocol.cosmostation.io',
3409
+ cosmostationApiUrl: 'https://api-mars-protocol.cosmostation.io',
3410
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
3411
+ mintScanName: 'mars-protocol',
3412
+ chainName: 'Mars',
3413
+ stakeCurrency: {
3414
+ coinDenom: 'MARS',
3415
+ coinMinimalDenom: 'umars',
3416
+ coinDecimals: 6,
3417
+ coinGeckoId: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
3418
+ coinImageUrl: '/tokens/blockchain/mars.svg',
3419
+ },
3420
+ bip44: {
3421
+ coinType: 118,
3422
+ },
3423
+ bech32Config: {
3424
+ bech32PrefixAccAddr: 'mars',
3425
+ bech32PrefixAccPub: 'marspub',
3426
+ bech32PrefixValAddr: 'marsvaloper',
3427
+ bech32PrefixValPub: 'marsvaloperpub',
3428
+ bech32PrefixConsAddr: 'marsvalcons',
3429
+ bech32PrefixConsPub: 'marsvalconspub',
3430
+ },
3431
+ currencies: [
3432
+ {
3433
+ coinDenom: 'MARS',
3434
+ coinMinimalDenom: 'umars',
3435
+ coinDecimals: 6,
3436
+ coinGeckoId: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
3437
+ coinImageUrl: '/tokens/blockchain/mars.svg',
3438
+ },
3439
+ ],
3440
+ feeCurrencies: [
3441
+ {
3442
+ coinDenom: 'MARS',
3443
+ coinMinimalDenom: 'umars',
3444
+ coinDecimals: 6,
3445
+ coinGeckoId: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
3446
+ coinImageUrl: '/tokens/blockchain/mars.svg',
3447
+ },
3448
+ ],
3449
+ features: ['ibc-transfer'],
3450
+ explorerUrlToTx: 'https://www.mintscan.io/mars-protocol/txs/{txHash}',
3451
+ gasPriceStep: {
3452
+ low: 0.001,
3453
+ average: 0.0025,
3454
+ high: 0.01,
3455
+ },
3456
+ },
3457
+ },
3458
+ {
3459
+ name: 'TERRA',
3460
+ defaultDecimals: 6,
3461
+ addressPatterns: ['^(terra1)[0-9a-z]{38}$'],
3462
+ feeAssets: [
3463
+ {
3464
+ blockchain: 'TERRA',
3465
+ symbol: 'LUNA',
3466
+ address: null,
3467
+ },
3468
+ ],
3469
+ logo: 'https://api.rango.exchange/blockchains/terra.png',
3470
+ displayName: 'Terra 2.0',
3471
+ shortName: 'Terra 2.0',
3472
+ sort: 43,
3473
+ color: '#5493F7',
3474
+ enabled: true,
3475
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3476
+ //@ts-ignore
3477
+ type: 'COSMOS',
3478
+ chainId: 'phoenix-1',
3479
+ info: {
3480
+ infoType: 'CosmosMetaInfo',
3481
+ experimental: false,
3482
+ rpc: 'https://rpc-phoenix.keplr.app',
3483
+ rest: 'https://lcd-phoenix.keplr.app',
3484
+ cosmostationLcdUrl: 'https://phoenix-lcd.terra.dev',
3485
+ cosmostationApiUrl: null,
3486
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
3487
+ mintScanName: null,
3488
+ chainName: 'Terra 2.0',
3489
+ stakeCurrency: {
3490
+ coinDenom: 'LUNA',
3491
+ coinMinimalDenom: 'uluna',
3492
+ coinDecimals: 6,
3493
+ coinGeckoId: 'terra-luna-2',
3494
+ coinImageUrl: '',
3495
+ },
3496
+ bip44: {
3497
+ coinType: 330,
3498
+ },
3499
+ bech32Config: {
3500
+ bech32PrefixAccAddr: 'terra',
3501
+ bech32PrefixAccPub: 'terrapub',
3502
+ bech32PrefixValAddr: 'terravaloper',
3503
+ bech32PrefixValPub: 'terravaloperpub',
3504
+ bech32PrefixConsAddr: 'terravalcons',
3505
+ bech32PrefixConsPub: 'terravalconspub',
3506
+ },
3507
+ currencies: [
3508
+ {
3509
+ coinDenom: 'LUNA',
3510
+ coinMinimalDenom: 'uluna',
3511
+ coinDecimals: 6,
3512
+ coinGeckoId: 'terra-luna-2',
3513
+ coinImageUrl: '',
3514
+ },
3515
+ ],
3516
+ feeCurrencies: [
3517
+ {
3518
+ coinDenom: 'LUNA',
3519
+ coinMinimalDenom: 'uluna',
3520
+ coinDecimals: 6,
3521
+ coinGeckoId: 'terra-luna-2',
3522
+ coinImageUrl: '',
3523
+ },
3524
+ ],
3525
+ features: ['cosmwasm', 'ibc-transfer'],
3526
+ explorerUrlToTx: 'https://finder.terra.money/mainnet/txs/{txHash}',
3527
+ gasPriceStep: {
3528
+ low: 0.0125,
3529
+ average: 0.015,
3530
+ high: 0.15,
3531
+ },
3532
+ },
3533
+ },
3534
+ {
3535
+ name: 'TELOS',
3536
+ defaultDecimals: 18,
3537
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
3538
+ feeAssets: [
3539
+ {
3540
+ blockchain: 'TELOS',
3541
+ symbol: 'TLOS',
3542
+ address: null,
3543
+ },
3544
+ ],
3545
+ logo: 'https://api.rango.exchange/blockchains/telos.png',
3546
+ displayName: 'Telos',
3547
+ shortName: 'Telos',
3548
+ sort: 49,
3549
+ color: '#6144ae',
3550
+ enabled: true,
3551
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3552
+ //@ts-ignore
3553
+ type: 'EVM',
3554
+ chainId: '0x28',
3555
+ info: {
3556
+ infoType: 'EvmMetaInfo',
3557
+ chainName: 'Telos Mainnet',
3558
+ nativeCurrency: {
3559
+ name: 'TLOS',
3560
+ symbol: 'TLOS',
3561
+ decimals: 18,
3562
+ },
3563
+ rpcUrls: ['https://mainnet.telos.net/evm'],
3564
+ blockExplorerUrls: ['https://www.teloscan.io'],
3565
+ addressUrl: 'https://www.teloscan.io/address/{wallet}',
3566
+ transactionUrl: 'https://www.teloscan.io/tx/{txHash}',
3567
+ },
3568
+ },
3569
+ {
3570
+ name: 'BOBA_BNB',
3571
+ defaultDecimals: 18,
3572
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
3573
+ feeAssets: [
3574
+ {
3575
+ blockchain: 'BOBA_BNB',
3576
+ symbol: 'BOBA',
3577
+ address: null,
3578
+ },
3579
+ ],
3580
+ logo: 'https://api.rango.exchange/blockchains/boba.png',
3581
+ displayName: 'Boba Bnb',
3582
+ shortName: 'Boba Bnb',
3583
+ sort: 63,
3584
+ color: '#ccff00',
3585
+ enabled: true,
3586
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3587
+ //@ts-ignore
3588
+ type: 'EVM',
3589
+ chainId: '0xdbe0',
3590
+ info: {
3591
+ infoType: 'EvmMetaInfo',
3592
+ chainName: 'Boba Bnb Network',
3593
+ nativeCurrency: {
3594
+ name: 'BOBA',
3595
+ symbol: 'BOBA',
3596
+ decimals: 18,
3597
+ },
3598
+ rpcUrls: ['https://bnb.boba.network'],
3599
+ blockExplorerUrls: ['https://blockexplorer.bnb.boba.network'],
3600
+ addressUrl: 'https://blockexplorer.bnb.boba.network/address/{wallet}',
3601
+ transactionUrl: 'https://blockexplorer.bnb.boba.network/tx/{txHash}',
3602
+ },
3603
+ },
3604
+ {
3605
+ name: 'BOBA_BEAM',
3606
+ defaultDecimals: 18,
3607
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
3608
+ feeAssets: [
3609
+ {
3610
+ blockchain: 'BOBA_BEAM',
3611
+ symbol: 'BOBA',
3612
+ address: null,
3613
+ },
3614
+ ],
3615
+ logo: 'https://api.rango.exchange/blockchains/boba.png',
3616
+ displayName: 'Boba Beam',
3617
+ shortName: 'Boba Beam',
3618
+ sort: 64,
3619
+ color: '#ccff00',
3620
+ enabled: false,
3621
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3622
+ //@ts-ignore
3623
+ type: 'EVM',
3624
+ chainId: '0x50e',
3625
+ info: {
3626
+ infoType: 'EvmMetaInfo',
3627
+ chainName: 'Boba Beam Network',
3628
+ nativeCurrency: {
3629
+ name: 'BOBA',
3630
+ symbol: 'BOBA',
3631
+ decimals: 18,
3632
+ },
3633
+ rpcUrls: ['https://bobabeam.boba.network'],
3634
+ blockExplorerUrls: ['https://blockexplorer.bobabeam.boba.network'],
3635
+ addressUrl:
3636
+ 'https://blockexplorer.bobabeam.boba.network/address/{wallet}',
3637
+ transactionUrl: 'https://blockexplorer.bobabeam.boba.network/tx/{txHash}',
3638
+ },
3639
+ },
3640
+ {
3641
+ name: 'BOBA_AVALANCHE',
3642
+ defaultDecimals: 18,
3643
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
3644
+ feeAssets: [
3645
+ {
3646
+ blockchain: 'BOBA_AVALANCHE',
3647
+ symbol: 'BOBA',
3648
+ address: null,
3649
+ },
3650
+ ],
3651
+ logo: 'https://api.rango.exchange/blockchains/boba.png',
3652
+ displayName: 'Boba Avalanche',
3653
+ shortName: 'Boba Avalanche',
3654
+ sort: 65,
3655
+ color: '#ccff00',
3656
+ enabled: true,
3657
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3658
+ //@ts-ignore
3659
+ type: 'EVM',
3660
+ chainId: '0xa918',
3661
+ info: {
3662
+ infoType: 'EvmMetaInfo',
3663
+ chainName: 'Boba Avalanche Network',
3664
+ nativeCurrency: {
3665
+ name: 'BOBA',
3666
+ symbol: 'BOBA',
3667
+ decimals: 18,
3668
+ },
3669
+ rpcUrls: ['https://avax.boba.network'],
3670
+ blockExplorerUrls: ['https://blockexplorer.avax.boba.network'],
3671
+ addressUrl: 'https://blockexplorer.avax.boba.network/address/{wallet}',
3672
+ transactionUrl: 'https://blockexplorer.avax.boba.network/tx/{txHash}',
3673
+ },
3674
+ },
3675
+ ];