chain-registry 1.69.117 → 1.69.118

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 (75) hide show
  1. package/devnet/assets.js +2 -0
  2. package/devnet/chains.js +2 -0
  3. package/devnet/manifestdevnet/assets.d.ts +3 -0
  4. package/devnet/manifestdevnet/assets.js +52 -0
  5. package/devnet/manifestdevnet/chain.d.ts +3 -0
  6. package/devnet/manifestdevnet/chain.js +75 -0
  7. package/devnet/manifestdevnet/index.d.ts +2 -0
  8. package/devnet/manifestdevnet/index.js +10 -0
  9. package/devnet/named.d.ts +1 -0
  10. package/devnet/named.js +2 -1
  11. package/esm/devnet/assets.js +2 -0
  12. package/esm/devnet/chains.js +2 -0
  13. package/esm/devnet/manifestdevnet/assets.js +50 -0
  14. package/esm/devnet/manifestdevnet/chain.js +73 -0
  15. package/esm/devnet/manifestdevnet/index.js +4 -0
  16. package/esm/devnet/named.js +1 -0
  17. package/esm/mainnet/akash/assets.js +0 -43
  18. package/esm/mainnet/archway/assets.js +0 -40
  19. package/esm/mainnet/axelar/chain.js +13 -6
  20. package/esm/mainnet/canto/assets.js +0 -43
  21. package/esm/mainnet/cosmoshub/assets.js +0 -37
  22. package/esm/mainnet/cronos/chain.js +9 -10
  23. package/esm/mainnet/cryptoorgchain/assets.js +3 -49
  24. package/esm/mainnet/elys/assets.js +0 -327
  25. package/esm/mainnet/juno/assets.js +0 -43
  26. package/esm/mainnet/kujira/assets.js +0 -40
  27. package/esm/mainnet/meme/assets.js +0 -42
  28. package/esm/mainnet/migaloo/assets.js +3 -3
  29. package/esm/mainnet/neutron/assets.js +0 -43
  30. package/esm/mainnet/oraichain/assets.js +0 -44
  31. package/esm/mainnet/osmosis/assets.js +0 -168
  32. package/esm/mainnet/planq/assets.js +3 -48
  33. package/esm/mainnet/quasar/assets.js +3 -3
  34. package/esm/mainnet/routerchain/assets.js +0 -49
  35. package/esm/mainnet/sei/assets.js +0 -40
  36. package/esm/mainnet/terra2/assets.js +0 -85
  37. package/esm/noncosmos/picasso/assets.js +3 -2
  38. package/esm/testnet/archwaytestnet/assets.js +3 -89
  39. package/esm/testnet/axelartestnet/assets.js +36 -36
  40. package/esm/testnet/dymensiontestnet1/assets.js +0 -42
  41. package/esm/testnet/elystestnet/assets.js +3 -90
  42. package/esm/testnet/elystestnet/chain.js +2 -18
  43. package/esm/testnet/mantrachaintestnet2/assets.js +2 -178
  44. package/esm/testnet/osmosistestnet/assets.js +0 -163
  45. package/esm/testnet/stridetestnet/assets.js +0 -83
  46. package/mainnet/akash/assets.js +0 -43
  47. package/mainnet/archway/assets.js +0 -40
  48. package/mainnet/axelar/chain.js +13 -6
  49. package/mainnet/canto/assets.js +0 -43
  50. package/mainnet/cosmoshub/assets.js +0 -37
  51. package/mainnet/cronos/chain.js +9 -10
  52. package/mainnet/cryptoorgchain/assets.js +3 -49
  53. package/mainnet/elys/assets.js +0 -327
  54. package/mainnet/juno/assets.js +0 -43
  55. package/mainnet/kujira/assets.js +0 -40
  56. package/mainnet/meme/assets.js +0 -42
  57. package/mainnet/migaloo/assets.js +3 -3
  58. package/mainnet/neutron/assets.js +0 -43
  59. package/mainnet/oraichain/assets.js +0 -44
  60. package/mainnet/osmosis/assets.js +0 -168
  61. package/mainnet/planq/assets.js +3 -48
  62. package/mainnet/quasar/assets.js +3 -3
  63. package/mainnet/routerchain/assets.js +0 -49
  64. package/mainnet/sei/assets.js +0 -40
  65. package/mainnet/terra2/assets.js +0 -85
  66. package/noncosmos/picasso/assets.js +3 -2
  67. package/package.json +4 -4
  68. package/testnet/archwaytestnet/assets.js +3 -89
  69. package/testnet/axelartestnet/assets.js +36 -36
  70. package/testnet/dymensiontestnet1/assets.js +0 -42
  71. package/testnet/elystestnet/assets.js +3 -90
  72. package/testnet/elystestnet/chain.js +2 -18
  73. package/testnet/mantrachaintestnet2/assets.js +2 -178
  74. package/testnet/osmosistestnet/assets.js +0 -163
  75. package/testnet/stridetestnet/assets.js +0 -83
@@ -1,8 +1,7 @@
1
1
  const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'cryptoorgchain',
4
- assets: [
5
- {
4
+ assets: [{
6
5
  description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
7
6
  denom_units: [{
8
7
  denom: 'basecro',
@@ -32,8 +31,7 @@ const info = {
32
31
  twitter: 'https://twitter.com/cronos_chain'
33
32
  },
34
33
  type_asset: 'sdk.coin'
35
- },
36
- {
34
+ }, {
37
35
  description: 'Synthetic XLM pegged 1:1 by Crypto.com',
38
36
  denom_units: [{
39
37
  denom: 'baseXLM',
@@ -71,50 +69,6 @@ const info = {
71
69
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg'
72
70
  },
73
71
  type_asset: 'sdk.coin'
74
- },
75
- {
76
- description: 'The native token of Stellar network, transferred via Solo Machine.',
77
- denom_units: [{
78
- denom: 'ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D',
79
- exponent: 0,
80
- aliases: ['stroop']
81
- }, {
82
- denom: 'lumen',
83
- exponent: 7
84
- }],
85
- type_asset: 'ics20',
86
- base: 'ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D',
87
- name: 'Lumen (Solo Machine)',
88
- display: 'lumen',
89
- symbol: 'XLM',
90
- traces: [{
91
- type: 'ibc',
92
- counterparty: {
93
- chain_name: 'cryptoorgchain',
94
- base_denom: 'baseXLM',
95
- channel_id: 'channel-JEnb'
96
- },
97
- chain: {
98
- channel_id: 'channel-46',
99
- path: 'transfer/channel-46/baseXLM'
100
- }
101
- }],
102
- images: [{
103
- image_sync: {
104
- chain_name: 'stellar',
105
- base_denom: 'stroop'
106
- },
107
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png',
108
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg',
109
- theme: {
110
- primary_color_hex: '#040404'
111
- }
112
- }],
113
- logo_URIs: {
114
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png',
115
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg'
116
- }
117
- }
118
- ]
72
+ }]
119
73
  };
120
74
  export default info;
@@ -369,333 +369,6 @@ const info = {
369
369
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
370
370
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg'
371
371
  }
372
- },
373
- {
374
- description: 'BLD Network Token',
375
- denom_units: [{
376
- denom: 'ibc/7EE4FEE86299470E4E8712FB666FCCA75074DAAB749789E29C2360A4B7B7BE96',
377
- exponent: 0,
378
- aliases: ['ubld']
379
- }, {
380
- denom: 'bld',
381
- exponent: 6
382
- }],
383
- type_asset: 'ics20',
384
- base: 'ibc/7EE4FEE86299470E4E8712FB666FCCA75074DAAB749789E29C2360A4B7B7BE96',
385
- name: 'Agoric',
386
- display: 'bld',
387
- symbol: 'BLD',
388
- traces: [{
389
- type: 'ibc',
390
- counterparty: {
391
- chain_name: 'agoric',
392
- base_denom: 'ubld',
393
- channel_id: 'channel-152'
394
- },
395
- chain: {
396
- channel_id: 'channel-12',
397
- path: 'transfer/channel-12/ubld'
398
- }
399
- }],
400
- images: [{
401
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
402
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
403
- theme: {
404
- primary_color_hex: '#c42b44'
405
- }
406
- }, {
407
- image_sync: {
408
- chain_name: 'agoric',
409
- base_denom: 'ubld'
410
- },
411
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
412
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
413
- theme: {
414
- primary_color_hex: '#c42b44'
415
- }
416
- }],
417
- logo_URIs: {
418
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
419
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
420
- }
421
- },
422
- {
423
- description: 'STARS Network Token',
424
- denom_units: [{
425
- denom: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
426
- exponent: 0,
427
- aliases: ['ustars']
428
- }, {
429
- denom: 'stars',
430
- exponent: 6
431
- }],
432
- type_asset: 'ics20',
433
- base: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
434
- name: 'Stargaze',
435
- display: 'stars',
436
- symbol: 'STARS',
437
- traces: [{
438
- type: 'ibc',
439
- counterparty: {
440
- chain_name: 'stargaze',
441
- base_denom: 'ustars',
442
- channel_id: 'channel-437'
443
- },
444
- chain: {
445
- channel_id: 'channel-15',
446
- path: 'transfer/channel-15/ustars'
447
- }
448
- }],
449
- images: [{
450
- image_sync: {
451
- chain_name: 'stargaze',
452
- base_denom: 'ustars'
453
- },
454
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
455
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
456
- theme: {
457
- primary_color_hex: '#db2777'
458
- }
459
- }],
460
- logo_URIs: {
461
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
462
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
463
- }
464
- },
465
- {
466
- description: 'STRD Network Token',
467
- denom_units: [{
468
- denom: 'ibc/50AFCA53FE2DCC6FC300F884524FA997E5A9D370EFEF9836F5C9461CB85AF8C1',
469
- exponent: 0,
470
- aliases: ['ustrd']
471
- }, {
472
- denom: 'strd',
473
- exponent: 6
474
- }],
475
- type_asset: 'ics20',
476
- base: 'ibc/50AFCA53FE2DCC6FC300F884524FA997E5A9D370EFEF9836F5C9461CB85AF8C1',
477
- name: 'Stride',
478
- display: 'strd',
479
- symbol: 'STRD',
480
- traces: [{
481
- type: 'ibc',
482
- counterparty: {
483
- chain_name: 'stride',
484
- base_denom: 'ustrd',
485
- channel_id: 'channel-295'
486
- },
487
- chain: {
488
- channel_id: 'channel-17',
489
- path: 'transfer/channel-17/ustrd'
490
- }
491
- }],
492
- logo_URIs: {
493
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
494
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
495
- },
496
- images: [{
497
- image_sync: {
498
- chain_name: 'stride',
499
- base_denom: 'ustrd'
500
- },
501
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
502
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
503
- theme: {
504
- primary_color_hex: '#e4047c'
505
- }
506
- }]
507
- },
508
- {
509
- description: 'NTRN Network Token',
510
- denom_units: [{
511
- denom: 'ibc/8BFE59DCD5A7054F0A97CF91F3E3ABCA8C5BA454E548FA512B729D4004584D47',
512
- exponent: 0,
513
- aliases: ['untrn']
514
- }, {
515
- denom: 'ntrn',
516
- exponent: 6
517
- }],
518
- type_asset: 'ics20',
519
- base: 'ibc/8BFE59DCD5A7054F0A97CF91F3E3ABCA8C5BA454E548FA512B729D4004584D47',
520
- name: 'Neutron',
521
- display: 'ntrn',
522
- symbol: 'NTRN',
523
- traces: [{
524
- type: 'ibc',
525
- counterparty: {
526
- chain_name: 'neutron',
527
- base_denom: 'untrn',
528
- channel_id: 'channel-6476'
529
- },
530
- chain: {
531
- channel_id: 'channel-16',
532
- path: 'transfer/channel-16/untrn'
533
- }
534
- }],
535
- logo_URIs: {
536
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
537
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
538
- },
539
- images: [{
540
- image_sync: {
541
- chain_name: 'neutron',
542
- base_denom: 'untrn'
543
- },
544
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
545
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
546
- theme: {
547
- primary_color_hex: '#040404',
548
- background_color_hex: '#000000',
549
- circle: true
550
- }
551
- }]
552
- },
553
- {
554
- description: 'OM Network Token',
555
- denom_units: [{
556
- denom: 'ibc/B870E6642B6491779D35F326A895780FC2F7409DFD7F639A98505555AEAF345F',
557
- exponent: 0,
558
- aliases: ['uom']
559
- }, {
560
- denom: 'om',
561
- exponent: 6
562
- }],
563
- type_asset: 'ics20',
564
- base: 'ibc/B870E6642B6491779D35F326A895780FC2F7409DFD7F639A98505555AEAF345F',
565
- name: 'MANTRA',
566
- display: 'om',
567
- symbol: 'OM',
568
- traces: [{
569
- type: 'ibc',
570
- counterparty: {
571
- chain_name: 'mantrachain',
572
- base_denom: 'uom',
573
- channel_id: 'channel-5'
574
- },
575
- chain: {
576
- channel_id: 'channel-11',
577
- path: 'transfer/channel-11/uom'
578
- }
579
- }],
580
- logo_URIs: {
581
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
582
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
583
- },
584
- images: [
585
- {
586
- image_sync: {
587
- chain_name: 'mantrachain',
588
- base_denom: 'uom'
589
- },
590
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
591
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
592
- theme: {
593
- circle: true,
594
- primary_color_hex: '#fba0c1'
595
- }
596
- },
597
- {
598
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
599
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
600
- theme: {
601
- dark_mode: true,
602
- circle: true,
603
- primary_color_hex: '#342c2c'
604
- }
605
- },
606
- {
607
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
608
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
609
- theme: {
610
- dark_mode: false,
611
- circle: true,
612
- primary_color_hex: '#342c2c'
613
- }
614
- }
615
- ]
616
- },
617
- {
618
- description: 'SCRT Network Token',
619
- denom_units: [{
620
- denom: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
621
- exponent: 0,
622
- aliases: ['uscrt']
623
- }, {
624
- denom: 'scrt',
625
- exponent: 6
626
- }],
627
- type_asset: 'ics20',
628
- base: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
629
- name: 'Secret Network',
630
- display: 'scrt',
631
- symbol: 'SCRT',
632
- traces: [{
633
- type: 'ibc',
634
- counterparty: {
635
- chain_name: 'secretnetwork',
636
- base_denom: 'uscrt',
637
- channel_id: 'channel-183'
638
- },
639
- chain: {
640
- channel_id: 'channel-14',
641
- path: 'transfer/channel-14/uscrt'
642
- }
643
- }],
644
- logo_URIs: {
645
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
646
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
647
- },
648
- images: [{
649
- image_sync: {
650
- chain_name: 'secretnetwork',
651
- base_denom: 'uscrt'
652
- },
653
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
654
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
655
- }]
656
- },
657
- {
658
- description: 'KAVA Network Token',
659
- denom_units: [{
660
- denom: 'ibc/147B3FF1D005512CCE4089559AF5D0C951F4211A031F15E782E505B85022DF89',
661
- exponent: 0,
662
- aliases: ['ukava']
663
- }, {
664
- denom: 'kava',
665
- exponent: 6
666
- }],
667
- type_asset: 'ics20',
668
- base: 'ibc/147B3FF1D005512CCE4089559AF5D0C951F4211A031F15E782E505B85022DF89',
669
- name: 'Kava',
670
- display: 'kava',
671
- symbol: 'KAVA',
672
- traces: [{
673
- type: 'ibc',
674
- counterparty: {
675
- chain_name: 'kava',
676
- base_denom: 'ukava',
677
- channel_id: 'channel-156'
678
- },
679
- chain: {
680
- channel_id: 'channel-13',
681
- path: 'transfer/channel-13/ukava'
682
- }
683
- }],
684
- logo_URIs: {
685
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
686
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
687
- },
688
- images: [{
689
- image_sync: {
690
- chain_name: 'kava',
691
- base_denom: 'ukava'
692
- },
693
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
694
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg',
695
- theme: {
696
- primary_color_hex: '#e64942'
697
- }
698
- }]
699
372
  }
700
373
  ]
701
374
  };
@@ -2115,49 +2115,6 @@ const info = {
2115
2115
  }],
2116
2116
  type_asset: 'sdk.coin'
2117
2117
  },
2118
- {
2119
- description: 'The token of Crowdpunk DAO',
2120
- denom_units: [{
2121
- denom: 'ibc/B4B81727559DC69159ED8BECD4452D555235CA0D11FADD3ADE121395A7E2833E',
2122
- exponent: 0,
2123
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
2124
- }, {
2125
- denom: 'crowdp',
2126
- exponent: 18
2127
- }],
2128
- type_asset: 'ics20',
2129
- base: 'ibc/B4B81727559DC69159ED8BECD4452D555235CA0D11FADD3ADE121395A7E2833E',
2130
- name: 'Crowdpunk DAO',
2131
- display: 'crowdp',
2132
- symbol: 'CROWDP',
2133
- traces: [{
2134
- type: 'ibc',
2135
- counterparty: {
2136
- chain_name: 'evmos',
2137
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
2138
- channel_id: 'channel-5'
2139
- },
2140
- chain: {
2141
- channel_id: 'channel-70',
2142
- path: 'transfer/channel-70/erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
2143
- }
2144
- }],
2145
- logo_URIs: {
2146
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
2147
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
2148
- },
2149
- images: [{
2150
- image_sync: {
2151
- chain_name: 'evmos',
2152
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
2153
- },
2154
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
2155
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
2156
- theme: {
2157
- primary_color_hex: '#04fbfb'
2158
- }
2159
- }]
2160
- },
2161
2118
  {
2162
2119
  description: 'The native token of Migaloo Chain',
2163
2120
  denom_units: [{
@@ -1223,46 +1223,6 @@ const info = {
1223
1223
  }
1224
1224
  }]
1225
1225
  },
1226
- {
1227
- description: 'Axelar Bridged wBTC',
1228
- denom_units: [{
1229
- denom: 'ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC',
1230
- exponent: 0
1231
- }, {
1232
- denom: 'wbtc.axl',
1233
- exponent: 6
1234
- }],
1235
- type_asset: 'ics20',
1236
- base: 'ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC',
1237
- name: 'Axelar Bridged wBTC',
1238
- display: 'wbtc.axl',
1239
- symbol: 'wBTC.axl',
1240
- traces: [{
1241
- type: 'ibc',
1242
- counterparty: {
1243
- chain_name: 'axelar',
1244
- base_denom: 'wbtc-satoshi',
1245
- channel_id: 'channel-14'
1246
- },
1247
- chain: {
1248
- channel_id: 'channel-32',
1249
- path: 'transfer/channel-9/wbtc-satoshi'
1250
- }
1251
- }],
1252
- logo_URIs: {
1253
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1254
- },
1255
- images: [{
1256
- image_sync: {
1257
- chain_name: 'axelar',
1258
- base_denom: 'wbtc-satoshi'
1259
- },
1260
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png',
1261
- theme: {
1262
- primary_color_hex: '#41394d'
1263
- }
1264
- }]
1265
- },
1266
1226
  {
1267
1227
  description: 'Stride staked OSMO',
1268
1228
  denom_units: [{
@@ -27,48 +27,6 @@ const info = {
27
27
  }
28
28
  }],
29
29
  type_asset: 'sdk.coin'
30
- }, {
31
- description: 'The native EVM, governance and staking token of the Planq Network',
32
- extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
33
- denom_units: [{
34
- denom: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
35
- exponent: 0
36
- }, {
37
- denom: 'planq',
38
- exponent: 18
39
- }],
40
- name: 'Planq',
41
- display: 'planq',
42
- symbol: 'PLQ',
43
- type_asset: 'ics20',
44
- base: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
45
- logo_URIs: {
46
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
47
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
48
- },
49
- traces: [{
50
- type: 'ibc',
51
- counterparty: {
52
- chain_name: 'planq',
53
- base_denom: 'aplanq',
54
- channel_id: 'channel-64'
55
- },
56
- chain: {
57
- channel_id: 'channel-11',
58
- path: 'transfer/channel-11/aplanq'
59
- }
60
- }],
61
- images: [{
62
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
63
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg',
64
- image_sync: {
65
- chain_name: 'planq',
66
- base_denom: 'aplanq'
67
- },
68
- theme: {
69
- primary_color_hex: '#d4f3fb'
70
- }
71
- }]
72
30
  }]
73
31
  };
74
32
  export default info;
@@ -837,7 +837,7 @@ const info = {
837
837
  counterparty: {
838
838
  chain_name: 'terra2',
839
839
  base_denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/1/stable/amplp',
840
- channel_id: 'channel-87'
840
+ channel_id: 'channel-86'
841
841
  },
842
842
  chain: {
843
843
  channel_id: 'channel-0',
@@ -864,7 +864,7 @@ const info = {
864
864
  counterparty: {
865
865
  chain_name: 'terra2',
866
866
  base_denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp',
867
- channel_id: 'channel-87'
867
+ channel_id: 'channel-86'
868
868
  },
869
869
  chain: {
870
870
  channel_id: 'channel-0',
@@ -891,7 +891,7 @@ const info = {
891
891
  counterparty: {
892
892
  chain_name: 'terra2',
893
893
  base_denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp',
894
- channel_id: 'channel-87'
894
+ channel_id: 'channel-86'
895
895
  },
896
896
  chain: {
897
897
  channel_id: 'channel-0',
@@ -222,49 +222,6 @@ const info = {
222
222
  },
223
223
  type_asset: 'sdk.coin'
224
224
  },
225
- {
226
- description: 'NBTC on Neutron',
227
- denom_units: [{
228
- denom: 'ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920',
229
- exponent: 0,
230
- aliases: ['usat']
231
- }, {
232
- denom: 'sat',
233
- exponent: 6
234
- }],
235
- type_asset: 'ics20',
236
- base: 'ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920',
237
- name: 'Nomic NBTC',
238
- display: 'sat',
239
- symbol: 'SAT',
240
- traces: [{
241
- type: 'ibc',
242
- counterparty: {
243
- chain_name: 'nomic',
244
- base_denom: 'usat',
245
- channel_id: 'channel-2'
246
- },
247
- chain: {
248
- channel_id: 'channel-42',
249
- path: 'transfer/channel-42/usat'
250
- }
251
- }],
252
- images: [{
253
- image_sync: {
254
- chain_name: 'nomic',
255
- base_denom: 'usat'
256
- },
257
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
258
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg',
259
- theme: {
260
- primary_color_hex: '#8436e6'
261
- }
262
- }],
263
- logo_URIs: {
264
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
265
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
266
- }
267
- },
268
225
  {
269
226
  description: 'DYDX on Neutron',
270
227
  denom_units: [{