@chain-registry/assets 1.70.176 → 1.70.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +76 -10
- package/esm/mainnet/babylon.js +668 -0
- package/esm/mainnet/cosmoshub.js +68 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/jackal.js +8 -8
- package/esm/mainnet/mantrachain.js +306 -0
- package/esm/mainnet/neutron.js +130 -0
- package/esm/mainnet/noble.js +66 -0
- package/esm/mainnet/osmosis.js +68 -2
- package/esm/mainnet/pundix.js +2 -2
- package/esm/mainnet/secretnetwork.js +2 -2
- package/esm/mainnet/terra.js +2 -2
- package/esm/mainnet/terra2.js +2 -2
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +76 -10
- package/mainnet/babylon.d.ts +3 -0
- package/mainnet/babylon.js +670 -0
- package/mainnet/cosmoshub.js +68 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/jackal.js +8 -8
- package/mainnet/mantrachain.js +306 -0
- package/mainnet/neutron.js +130 -0
- package/mainnet/noble.js +66 -0
- package/mainnet/osmosis.js +68 -2
- package/mainnet/pundix.js +2 -2
- package/mainnet/secretnetwork.js +2 -2
- package/mainnet/terra.js +2 -2
- package/mainnet/terra2.js +2 -2
- package/package.json +5 -5
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -464,6 +464,39 @@ const assets = {
|
|
|
464
464
|
}
|
|
465
465
|
}]
|
|
466
466
|
},
|
|
467
|
+
{
|
|
468
|
+
description: 'The native token of Babylon Genesis.',
|
|
469
|
+
denom_units: [{
|
|
470
|
+
denom: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
471
|
+
exponent: 0,
|
|
472
|
+
aliases: ['ubbn']
|
|
473
|
+
}, {
|
|
474
|
+
denom: 'BABY',
|
|
475
|
+
exponent: 6
|
|
476
|
+
}],
|
|
477
|
+
base: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
478
|
+
name: 'Babylon',
|
|
479
|
+
display: 'BABY',
|
|
480
|
+
symbol: 'BABY',
|
|
481
|
+
logo_URIs: {
|
|
482
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
483
|
+
},
|
|
484
|
+
images: [{
|
|
485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
486
|
+
}],
|
|
487
|
+
type_asset: 'sdk.coin',
|
|
488
|
+
traces: [{
|
|
489
|
+
type: 'ibc',
|
|
490
|
+
counterparty: {
|
|
491
|
+
channel_id: 'channel-0',
|
|
492
|
+
base_denom: 'ubbn',
|
|
493
|
+
chain_name: 'babylon'
|
|
494
|
+
},
|
|
495
|
+
chain: {
|
|
496
|
+
channel_id: 'channel-1341'
|
|
497
|
+
}
|
|
498
|
+
}]
|
|
499
|
+
},
|
|
467
500
|
{
|
|
468
501
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
469
502
|
denom_units: [{
|
|
@@ -1589,6 +1622,39 @@ const assets = {
|
|
|
1589
1622
|
}
|
|
1590
1623
|
}]
|
|
1591
1624
|
},
|
|
1625
|
+
{
|
|
1626
|
+
description: 'The native token of Babylon Genesis.',
|
|
1627
|
+
denom_units: [{
|
|
1628
|
+
denom: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
1629
|
+
exponent: 0,
|
|
1630
|
+
aliases: ['ubbn']
|
|
1631
|
+
}, {
|
|
1632
|
+
denom: 'BABY',
|
|
1633
|
+
exponent: 6
|
|
1634
|
+
}],
|
|
1635
|
+
base: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
1636
|
+
name: 'Babylon',
|
|
1637
|
+
display: 'BABY',
|
|
1638
|
+
symbol: 'BABY',
|
|
1639
|
+
logo_URIs: {
|
|
1640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
1641
|
+
},
|
|
1642
|
+
images: [{
|
|
1643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
1644
|
+
}],
|
|
1645
|
+
type_asset: 'sdk.coin',
|
|
1646
|
+
traces: [{
|
|
1647
|
+
type: 'ibc',
|
|
1648
|
+
counterparty: {
|
|
1649
|
+
channel_id: 'channel-0',
|
|
1650
|
+
base_denom: 'ubbn',
|
|
1651
|
+
chain_name: 'babylon'
|
|
1652
|
+
},
|
|
1653
|
+
chain: {
|
|
1654
|
+
channel_id: 'channel-1341'
|
|
1655
|
+
}
|
|
1656
|
+
}]
|
|
1657
|
+
},
|
|
1592
1658
|
{
|
|
1593
1659
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
1594
1660
|
denom_units: [{
|
|
@@ -3087,7 +3153,7 @@ const assets = {
|
|
|
3087
3153
|
}],
|
|
3088
3154
|
socials: {
|
|
3089
3155
|
website: 'https://fx.pundi.ai',
|
|
3090
|
-
twitter: 'https://x.com/
|
|
3156
|
+
twitter: 'https://x.com/PundiAI'
|
|
3091
3157
|
},
|
|
3092
3158
|
type_asset: 'sdk.coin',
|
|
3093
3159
|
traces: [{
|
|
@@ -11498,7 +11564,7 @@ const assets = {
|
|
|
11498
11564
|
}],
|
|
11499
11565
|
socials: {
|
|
11500
11566
|
website: 'https://fx.pundi.ai',
|
|
11501
|
-
twitter: 'https://x.com/
|
|
11567
|
+
twitter: 'https://x.com/PundiAI'
|
|
11502
11568
|
},
|
|
11503
11569
|
type_asset: 'sdk.coin',
|
|
11504
11570
|
traces: [{
|
package/esm/mainnet/index.js
CHANGED
|
@@ -12,6 +12,7 @@ export * as assetmantle from './assetmantle';
|
|
|
12
12
|
export * as atomone from './atomone';
|
|
13
13
|
export * as aura from './aura';
|
|
14
14
|
export * as axelar from './axelar';
|
|
15
|
+
export * as babylon from './babylon';
|
|
15
16
|
export * as bandchain from './bandchain';
|
|
16
17
|
export * as beezee from './beezee';
|
|
17
18
|
export * as bitcanna from './bitcanna';
|
package/esm/mainnet/jackal.js
CHANGED
|
@@ -88,14 +88,14 @@ const assets = {
|
|
|
88
88
|
{
|
|
89
89
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
90
90
|
denom_units: [{
|
|
91
|
-
denom: 'ibc/
|
|
91
|
+
denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
92
92
|
exponent: 0,
|
|
93
93
|
aliases: ['uaxl']
|
|
94
94
|
}, {
|
|
95
95
|
denom: 'axl',
|
|
96
96
|
exponent: 6
|
|
97
97
|
}],
|
|
98
|
-
base: 'ibc/
|
|
98
|
+
base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
99
99
|
name: 'Axelar',
|
|
100
100
|
display: 'axl',
|
|
101
101
|
symbol: 'AXL',
|
|
@@ -119,12 +119,12 @@ const assets = {
|
|
|
119
119
|
traces: [{
|
|
120
120
|
type: 'ibc',
|
|
121
121
|
counterparty: {
|
|
122
|
-
channel_id: 'channel-
|
|
122
|
+
channel_id: 'channel-137',
|
|
123
123
|
base_denom: 'uaxl',
|
|
124
124
|
chain_name: 'axelar'
|
|
125
125
|
},
|
|
126
126
|
chain: {
|
|
127
|
-
channel_id: 'channel-
|
|
127
|
+
channel_id: 'channel-49'
|
|
128
128
|
}
|
|
129
129
|
}]
|
|
130
130
|
},
|
|
@@ -334,14 +334,14 @@ const assets = {
|
|
|
334
334
|
{
|
|
335
335
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
336
336
|
denom_units: [{
|
|
337
|
-
denom: 'ibc/
|
|
337
|
+
denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
338
338
|
exponent: 0,
|
|
339
339
|
aliases: ['uaxl']
|
|
340
340
|
}, {
|
|
341
341
|
denom: 'axl',
|
|
342
342
|
exponent: 6
|
|
343
343
|
}],
|
|
344
|
-
base: 'ibc/
|
|
344
|
+
base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
345
345
|
name: 'Axelar',
|
|
346
346
|
display: 'axl',
|
|
347
347
|
symbol: 'AXL',
|
|
@@ -365,12 +365,12 @@ const assets = {
|
|
|
365
365
|
traces: [{
|
|
366
366
|
type: 'ibc',
|
|
367
367
|
counterparty: {
|
|
368
|
-
channel_id: 'channel-
|
|
368
|
+
channel_id: 'channel-137',
|
|
369
369
|
base_denom: 'uaxl',
|
|
370
370
|
chain_name: 'axelar'
|
|
371
371
|
},
|
|
372
372
|
chain: {
|
|
373
|
-
channel_id: 'channel-
|
|
373
|
+
channel_id: 'channel-49'
|
|
374
374
|
}
|
|
375
375
|
}]
|
|
376
376
|
},
|
|
@@ -733,6 +733,159 @@ const assets = {
|
|
|
733
733
|
}
|
|
734
734
|
}]
|
|
735
735
|
},
|
|
736
|
+
{
|
|
737
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
738
|
+
denom_units: [{
|
|
739
|
+
denom: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
740
|
+
exponent: 0,
|
|
741
|
+
aliases: ['untrn']
|
|
742
|
+
}, {
|
|
743
|
+
denom: 'ntrn',
|
|
744
|
+
exponent: 6
|
|
745
|
+
}],
|
|
746
|
+
base: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
747
|
+
name: 'Neutron',
|
|
748
|
+
display: 'ntrn',
|
|
749
|
+
symbol: 'NTRN',
|
|
750
|
+
logo_URIs: {
|
|
751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
753
|
+
},
|
|
754
|
+
coingecko_id: 'neutron-3',
|
|
755
|
+
images: [{
|
|
756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
758
|
+
theme: {
|
|
759
|
+
primary_color_hex: '#040404',
|
|
760
|
+
background_color_hex: '#000000',
|
|
761
|
+
circle: true
|
|
762
|
+
}
|
|
763
|
+
}],
|
|
764
|
+
socials: {
|
|
765
|
+
website: 'https://neutron.org/',
|
|
766
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
767
|
+
},
|
|
768
|
+
type_asset: 'sdk.coin',
|
|
769
|
+
traces: [{
|
|
770
|
+
type: 'ibc',
|
|
771
|
+
counterparty: {
|
|
772
|
+
channel_id: 'channel-6964',
|
|
773
|
+
base_denom: 'untrn',
|
|
774
|
+
chain_name: 'neutron'
|
|
775
|
+
},
|
|
776
|
+
chain: {
|
|
777
|
+
channel_id: 'channel-7'
|
|
778
|
+
}
|
|
779
|
+
}]
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
description: 'BITCOSMOS',
|
|
783
|
+
denom_units: [{
|
|
784
|
+
denom: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
785
|
+
exponent: 0,
|
|
786
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
787
|
+
}, {
|
|
788
|
+
denom: 'bitcosmos',
|
|
789
|
+
exponent: 6
|
|
790
|
+
}],
|
|
791
|
+
base: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
792
|
+
name: 'Bitcosmos',
|
|
793
|
+
display: 'bitcosmos',
|
|
794
|
+
symbol: 'BTC',
|
|
795
|
+
logo_URIs: {
|
|
796
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
797
|
+
},
|
|
798
|
+
images: [{
|
|
799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
800
|
+
theme: {
|
|
801
|
+
primary_color_hex: '#1b0847'
|
|
802
|
+
}
|
|
803
|
+
}],
|
|
804
|
+
type_asset: 'sdk.coin',
|
|
805
|
+
traces: [{
|
|
806
|
+
type: 'ibc',
|
|
807
|
+
counterparty: {
|
|
808
|
+
channel_id: 'channel-6964',
|
|
809
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
810
|
+
chain_name: 'neutron'
|
|
811
|
+
},
|
|
812
|
+
chain: {
|
|
813
|
+
channel_id: 'channel-7'
|
|
814
|
+
}
|
|
815
|
+
}]
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
description: 'What the Fuck',
|
|
819
|
+
denom_units: [{
|
|
820
|
+
denom: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
821
|
+
exponent: 0,
|
|
822
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
823
|
+
}, {
|
|
824
|
+
denom: 'wtf',
|
|
825
|
+
exponent: 6
|
|
826
|
+
}],
|
|
827
|
+
base: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
828
|
+
name: 'wtf',
|
|
829
|
+
display: 'wtf',
|
|
830
|
+
symbol: 'WTF',
|
|
831
|
+
logo_URIs: {
|
|
832
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
833
|
+
},
|
|
834
|
+
images: [{
|
|
835
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
836
|
+
theme: {
|
|
837
|
+
primary_color_hex: '#dcd5ab'
|
|
838
|
+
}
|
|
839
|
+
}],
|
|
840
|
+
type_asset: 'sdk.coin',
|
|
841
|
+
traces: [{
|
|
842
|
+
type: 'ibc',
|
|
843
|
+
counterparty: {
|
|
844
|
+
channel_id: 'channel-6964',
|
|
845
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
846
|
+
chain_name: 'neutron'
|
|
847
|
+
},
|
|
848
|
+
chain: {
|
|
849
|
+
channel_id: 'channel-7'
|
|
850
|
+
}
|
|
851
|
+
}]
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
description: 'Astro BOY',
|
|
855
|
+
denom_units: [{
|
|
856
|
+
denom: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
857
|
+
exponent: 0,
|
|
858
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
859
|
+
}, {
|
|
860
|
+
denom: 'boy',
|
|
861
|
+
exponent: 6
|
|
862
|
+
}],
|
|
863
|
+
base: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
864
|
+
name: 'boy',
|
|
865
|
+
display: 'boy',
|
|
866
|
+
symbol: 'BOY',
|
|
867
|
+
logo_URIs: {
|
|
868
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
869
|
+
},
|
|
870
|
+
images: [{
|
|
871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
872
|
+
theme: {
|
|
873
|
+
primary_color_hex: '#333333'
|
|
874
|
+
}
|
|
875
|
+
}],
|
|
876
|
+
type_asset: 'sdk.coin',
|
|
877
|
+
traces: [{
|
|
878
|
+
type: 'ibc',
|
|
879
|
+
counterparty: {
|
|
880
|
+
channel_id: 'channel-6964',
|
|
881
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
882
|
+
chain_name: 'neutron'
|
|
883
|
+
},
|
|
884
|
+
chain: {
|
|
885
|
+
channel_id: 'channel-7'
|
|
886
|
+
}
|
|
887
|
+
}]
|
|
888
|
+
},
|
|
736
889
|
{
|
|
737
890
|
description: 'The permissioned staking asset for Noble Chain',
|
|
738
891
|
denom_units: [{
|
|
@@ -1021,6 +1174,159 @@ const assets = {
|
|
|
1021
1174
|
}
|
|
1022
1175
|
}]
|
|
1023
1176
|
},
|
|
1177
|
+
{
|
|
1178
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
1179
|
+
denom_units: [{
|
|
1180
|
+
denom: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
1181
|
+
exponent: 0,
|
|
1182
|
+
aliases: ['untrn']
|
|
1183
|
+
}, {
|
|
1184
|
+
denom: 'ntrn',
|
|
1185
|
+
exponent: 6
|
|
1186
|
+
}],
|
|
1187
|
+
base: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
1188
|
+
name: 'Neutron',
|
|
1189
|
+
display: 'ntrn',
|
|
1190
|
+
symbol: 'NTRN',
|
|
1191
|
+
logo_URIs: {
|
|
1192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
1194
|
+
},
|
|
1195
|
+
coingecko_id: 'neutron-3',
|
|
1196
|
+
images: [{
|
|
1197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1199
|
+
theme: {
|
|
1200
|
+
primary_color_hex: '#040404',
|
|
1201
|
+
background_color_hex: '#000000',
|
|
1202
|
+
circle: true
|
|
1203
|
+
}
|
|
1204
|
+
}],
|
|
1205
|
+
socials: {
|
|
1206
|
+
website: 'https://neutron.org/',
|
|
1207
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
1208
|
+
},
|
|
1209
|
+
type_asset: 'sdk.coin',
|
|
1210
|
+
traces: [{
|
|
1211
|
+
type: 'ibc',
|
|
1212
|
+
counterparty: {
|
|
1213
|
+
channel_id: 'channel-6964',
|
|
1214
|
+
base_denom: 'untrn',
|
|
1215
|
+
chain_name: 'neutron'
|
|
1216
|
+
},
|
|
1217
|
+
chain: {
|
|
1218
|
+
channel_id: 'channel-7'
|
|
1219
|
+
}
|
|
1220
|
+
}]
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
description: 'BITCOSMOS',
|
|
1224
|
+
denom_units: [{
|
|
1225
|
+
denom: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
1226
|
+
exponent: 0,
|
|
1227
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
1228
|
+
}, {
|
|
1229
|
+
denom: 'bitcosmos',
|
|
1230
|
+
exponent: 6
|
|
1231
|
+
}],
|
|
1232
|
+
base: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
1233
|
+
name: 'Bitcosmos',
|
|
1234
|
+
display: 'bitcosmos',
|
|
1235
|
+
symbol: 'BTC',
|
|
1236
|
+
logo_URIs: {
|
|
1237
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
1238
|
+
},
|
|
1239
|
+
images: [{
|
|
1240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
1241
|
+
theme: {
|
|
1242
|
+
primary_color_hex: '#1b0847'
|
|
1243
|
+
}
|
|
1244
|
+
}],
|
|
1245
|
+
type_asset: 'sdk.coin',
|
|
1246
|
+
traces: [{
|
|
1247
|
+
type: 'ibc',
|
|
1248
|
+
counterparty: {
|
|
1249
|
+
channel_id: 'channel-6964',
|
|
1250
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
1251
|
+
chain_name: 'neutron'
|
|
1252
|
+
},
|
|
1253
|
+
chain: {
|
|
1254
|
+
channel_id: 'channel-7'
|
|
1255
|
+
}
|
|
1256
|
+
}]
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
description: 'What the Fuck',
|
|
1260
|
+
denom_units: [{
|
|
1261
|
+
denom: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
1262
|
+
exponent: 0,
|
|
1263
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
1264
|
+
}, {
|
|
1265
|
+
denom: 'wtf',
|
|
1266
|
+
exponent: 6
|
|
1267
|
+
}],
|
|
1268
|
+
base: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
1269
|
+
name: 'wtf',
|
|
1270
|
+
display: 'wtf',
|
|
1271
|
+
symbol: 'WTF',
|
|
1272
|
+
logo_URIs: {
|
|
1273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
1274
|
+
},
|
|
1275
|
+
images: [{
|
|
1276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
1277
|
+
theme: {
|
|
1278
|
+
primary_color_hex: '#dcd5ab'
|
|
1279
|
+
}
|
|
1280
|
+
}],
|
|
1281
|
+
type_asset: 'sdk.coin',
|
|
1282
|
+
traces: [{
|
|
1283
|
+
type: 'ibc',
|
|
1284
|
+
counterparty: {
|
|
1285
|
+
channel_id: 'channel-6964',
|
|
1286
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
1287
|
+
chain_name: 'neutron'
|
|
1288
|
+
},
|
|
1289
|
+
chain: {
|
|
1290
|
+
channel_id: 'channel-7'
|
|
1291
|
+
}
|
|
1292
|
+
}]
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
description: 'Astro BOY',
|
|
1296
|
+
denom_units: [{
|
|
1297
|
+
denom: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
1298
|
+
exponent: 0,
|
|
1299
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
1300
|
+
}, {
|
|
1301
|
+
denom: 'boy',
|
|
1302
|
+
exponent: 6
|
|
1303
|
+
}],
|
|
1304
|
+
base: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
1305
|
+
name: 'boy',
|
|
1306
|
+
display: 'boy',
|
|
1307
|
+
symbol: 'BOY',
|
|
1308
|
+
logo_URIs: {
|
|
1309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
1310
|
+
},
|
|
1311
|
+
images: [{
|
|
1312
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
1313
|
+
theme: {
|
|
1314
|
+
primary_color_hex: '#333333'
|
|
1315
|
+
}
|
|
1316
|
+
}],
|
|
1317
|
+
type_asset: 'sdk.coin',
|
|
1318
|
+
traces: [{
|
|
1319
|
+
type: 'ibc',
|
|
1320
|
+
counterparty: {
|
|
1321
|
+
channel_id: 'channel-6964',
|
|
1322
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
1323
|
+
chain_name: 'neutron'
|
|
1324
|
+
},
|
|
1325
|
+
chain: {
|
|
1326
|
+
channel_id: 'channel-7'
|
|
1327
|
+
}
|
|
1328
|
+
}]
|
|
1329
|
+
},
|
|
1024
1330
|
{
|
|
1025
1331
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1026
1332
|
denom_units: [{
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -1036,6 +1036,71 @@ const assets = {
|
|
|
1036
1036
|
}
|
|
1037
1037
|
}]
|
|
1038
1038
|
},
|
|
1039
|
+
{
|
|
1040
|
+
description: 'The native token of MANTRA',
|
|
1041
|
+
denom_units: [{
|
|
1042
|
+
denom: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
1043
|
+
exponent: 0,
|
|
1044
|
+
aliases: ['uom']
|
|
1045
|
+
}, {
|
|
1046
|
+
denom: 'om',
|
|
1047
|
+
exponent: 6
|
|
1048
|
+
}],
|
|
1049
|
+
type_asset: 'sdk.coin',
|
|
1050
|
+
base: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
1051
|
+
name: 'MANTRA Chain',
|
|
1052
|
+
display: 'om',
|
|
1053
|
+
symbol: 'OM',
|
|
1054
|
+
coingecko_id: 'mantra-dao',
|
|
1055
|
+
keywords: [
|
|
1056
|
+
'rwa',
|
|
1057
|
+
'wasm',
|
|
1058
|
+
'staking'
|
|
1059
|
+
],
|
|
1060
|
+
images: [
|
|
1061
|
+
{
|
|
1062
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
1063
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
1064
|
+
theme: {
|
|
1065
|
+
circle: true,
|
|
1066
|
+
primary_color_hex: '#fba0c1'
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
1071
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
1072
|
+
theme: {
|
|
1073
|
+
dark_mode: true,
|
|
1074
|
+
circle: true,
|
|
1075
|
+
primary_color_hex: '#342c2c'
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
1080
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
1081
|
+
theme: {
|
|
1082
|
+
dark_mode: false,
|
|
1083
|
+
circle: true,
|
|
1084
|
+
primary_color_hex: '#342c2c'
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
],
|
|
1088
|
+
socials: {
|
|
1089
|
+
website: 'https://www.mantrachain.io/',
|
|
1090
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
1091
|
+
},
|
|
1092
|
+
traces: [{
|
|
1093
|
+
type: 'ibc',
|
|
1094
|
+
counterparty: {
|
|
1095
|
+
channel_id: 'channel-7',
|
|
1096
|
+
base_denom: 'uom',
|
|
1097
|
+
chain_name: 'mantrachain'
|
|
1098
|
+
},
|
|
1099
|
+
chain: {
|
|
1100
|
+
channel_id: 'channel-6964'
|
|
1101
|
+
}
|
|
1102
|
+
}]
|
|
1103
|
+
},
|
|
1039
1104
|
{
|
|
1040
1105
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1041
1106
|
denom_units: [{
|
|
@@ -2071,6 +2136,71 @@ const assets = {
|
|
|
2071
2136
|
}
|
|
2072
2137
|
}]
|
|
2073
2138
|
},
|
|
2139
|
+
{
|
|
2140
|
+
description: 'The native token of MANTRA',
|
|
2141
|
+
denom_units: [{
|
|
2142
|
+
denom: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
2143
|
+
exponent: 0,
|
|
2144
|
+
aliases: ['uom']
|
|
2145
|
+
}, {
|
|
2146
|
+
denom: 'om',
|
|
2147
|
+
exponent: 6
|
|
2148
|
+
}],
|
|
2149
|
+
type_asset: 'sdk.coin',
|
|
2150
|
+
base: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
2151
|
+
name: 'MANTRA Chain',
|
|
2152
|
+
display: 'om',
|
|
2153
|
+
symbol: 'OM',
|
|
2154
|
+
coingecko_id: 'mantra-dao',
|
|
2155
|
+
keywords: [
|
|
2156
|
+
'rwa',
|
|
2157
|
+
'wasm',
|
|
2158
|
+
'staking'
|
|
2159
|
+
],
|
|
2160
|
+
images: [
|
|
2161
|
+
{
|
|
2162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
2163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
2164
|
+
theme: {
|
|
2165
|
+
circle: true,
|
|
2166
|
+
primary_color_hex: '#fba0c1'
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
2171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
2172
|
+
theme: {
|
|
2173
|
+
dark_mode: true,
|
|
2174
|
+
circle: true,
|
|
2175
|
+
primary_color_hex: '#342c2c'
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
2180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
2181
|
+
theme: {
|
|
2182
|
+
dark_mode: false,
|
|
2183
|
+
circle: true,
|
|
2184
|
+
primary_color_hex: '#342c2c'
|
|
2185
|
+
}
|
|
2186
|
+
}
|
|
2187
|
+
],
|
|
2188
|
+
socials: {
|
|
2189
|
+
website: 'https://www.mantrachain.io/',
|
|
2190
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
2191
|
+
},
|
|
2192
|
+
traces: [{
|
|
2193
|
+
type: 'ibc',
|
|
2194
|
+
counterparty: {
|
|
2195
|
+
channel_id: 'channel-7',
|
|
2196
|
+
base_denom: 'uom',
|
|
2197
|
+
chain_name: 'mantrachain'
|
|
2198
|
+
},
|
|
2199
|
+
chain: {
|
|
2200
|
+
channel_id: 'channel-6964'
|
|
2201
|
+
}
|
|
2202
|
+
}]
|
|
2203
|
+
},
|
|
2074
2204
|
{
|
|
2075
2205
|
description: 'The permissioned staking asset for Noble Chain',
|
|
2076
2206
|
denom_units: [{
|