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