@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/mainnet/cosmoshub.js
CHANGED
|
@@ -466,6 +466,39 @@ const assets = {
|
|
|
466
466
|
}
|
|
467
467
|
}]
|
|
468
468
|
},
|
|
469
|
+
{
|
|
470
|
+
description: 'The native token of Babylon Genesis.',
|
|
471
|
+
denom_units: [{
|
|
472
|
+
denom: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
473
|
+
exponent: 0,
|
|
474
|
+
aliases: ['ubbn']
|
|
475
|
+
}, {
|
|
476
|
+
denom: 'BABY',
|
|
477
|
+
exponent: 6
|
|
478
|
+
}],
|
|
479
|
+
base: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
480
|
+
name: 'Babylon',
|
|
481
|
+
display: 'BABY',
|
|
482
|
+
symbol: 'BABY',
|
|
483
|
+
logo_URIs: {
|
|
484
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
485
|
+
},
|
|
486
|
+
images: [{
|
|
487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
488
|
+
}],
|
|
489
|
+
type_asset: 'sdk.coin',
|
|
490
|
+
traces: [{
|
|
491
|
+
type: 'ibc',
|
|
492
|
+
counterparty: {
|
|
493
|
+
channel_id: 'channel-0',
|
|
494
|
+
base_denom: 'ubbn',
|
|
495
|
+
chain_name: 'babylon'
|
|
496
|
+
},
|
|
497
|
+
chain: {
|
|
498
|
+
channel_id: 'channel-1341'
|
|
499
|
+
}
|
|
500
|
+
}]
|
|
501
|
+
},
|
|
469
502
|
{
|
|
470
503
|
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.',
|
|
471
504
|
denom_units: [{
|
|
@@ -1591,6 +1624,39 @@ const assets = {
|
|
|
1591
1624
|
}
|
|
1592
1625
|
}]
|
|
1593
1626
|
},
|
|
1627
|
+
{
|
|
1628
|
+
description: 'The native token of Babylon Genesis.',
|
|
1629
|
+
denom_units: [{
|
|
1630
|
+
denom: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
1631
|
+
exponent: 0,
|
|
1632
|
+
aliases: ['ubbn']
|
|
1633
|
+
}, {
|
|
1634
|
+
denom: 'BABY',
|
|
1635
|
+
exponent: 6
|
|
1636
|
+
}],
|
|
1637
|
+
base: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
1638
|
+
name: 'Babylon',
|
|
1639
|
+
display: 'BABY',
|
|
1640
|
+
symbol: 'BABY',
|
|
1641
|
+
logo_URIs: {
|
|
1642
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
1643
|
+
},
|
|
1644
|
+
images: [{
|
|
1645
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
1646
|
+
}],
|
|
1647
|
+
type_asset: 'sdk.coin',
|
|
1648
|
+
traces: [{
|
|
1649
|
+
type: 'ibc',
|
|
1650
|
+
counterparty: {
|
|
1651
|
+
channel_id: 'channel-0',
|
|
1652
|
+
base_denom: 'ubbn',
|
|
1653
|
+
chain_name: 'babylon'
|
|
1654
|
+
},
|
|
1655
|
+
chain: {
|
|
1656
|
+
channel_id: 'channel-1341'
|
|
1657
|
+
}
|
|
1658
|
+
}]
|
|
1659
|
+
},
|
|
1594
1660
|
{
|
|
1595
1661
|
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.',
|
|
1596
1662
|
denom_units: [{
|
|
@@ -3089,7 +3155,7 @@ const assets = {
|
|
|
3089
3155
|
}],
|
|
3090
3156
|
socials: {
|
|
3091
3157
|
website: 'https://fx.pundi.ai',
|
|
3092
|
-
twitter: 'https://x.com/
|
|
3158
|
+
twitter: 'https://x.com/PundiAI'
|
|
3093
3159
|
},
|
|
3094
3160
|
type_asset: 'sdk.coin',
|
|
3095
3161
|
traces: [{
|
|
@@ -11500,7 +11566,7 @@ const assets = {
|
|
|
11500
11566
|
}],
|
|
11501
11567
|
socials: {
|
|
11502
11568
|
website: 'https://fx.pundi.ai',
|
|
11503
|
-
twitter: 'https://x.com/
|
|
11569
|
+
twitter: 'https://x.com/PundiAI'
|
|
11504
11570
|
},
|
|
11505
11571
|
type_asset: 'sdk.coin',
|
|
11506
11572
|
traces: [{
|
package/mainnet/index.d.ts
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/mainnet/index.js
CHANGED
|
@@ -23,10 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zenrock = void 0;
|
|
26
|
+
exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.ethereum = void 0;
|
|
27
|
+
exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lorenzo = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = void 0;
|
|
28
|
+
exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = void 0;
|
|
29
|
+
exports.zenrock = exports.xpla = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.solana = __importStar(require("./solana"));
|
|
32
32
|
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
@@ -41,6 +41,7 @@ exports.assetmantle = __importStar(require("./assetmantle"));
|
|
|
41
41
|
exports.atomone = __importStar(require("./atomone"));
|
|
42
42
|
exports.aura = __importStar(require("./aura"));
|
|
43
43
|
exports.axelar = __importStar(require("./axelar"));
|
|
44
|
+
exports.babylon = __importStar(require("./babylon"));
|
|
44
45
|
exports.bandchain = __importStar(require("./bandchain"));
|
|
45
46
|
exports.beezee = __importStar(require("./beezee"));
|
|
46
47
|
exports.bitcanna = __importStar(require("./bitcanna"));
|
package/mainnet/jackal.js
CHANGED
|
@@ -90,14 +90,14 @@ const assets = {
|
|
|
90
90
|
{
|
|
91
91
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
92
92
|
denom_units: [{
|
|
93
|
-
denom: 'ibc/
|
|
93
|
+
denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
94
94
|
exponent: 0,
|
|
95
95
|
aliases: ['uaxl']
|
|
96
96
|
}, {
|
|
97
97
|
denom: 'axl',
|
|
98
98
|
exponent: 6
|
|
99
99
|
}],
|
|
100
|
-
base: 'ibc/
|
|
100
|
+
base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
101
101
|
name: 'Axelar',
|
|
102
102
|
display: 'axl',
|
|
103
103
|
symbol: 'AXL',
|
|
@@ -121,12 +121,12 @@ const assets = {
|
|
|
121
121
|
traces: [{
|
|
122
122
|
type: 'ibc',
|
|
123
123
|
counterparty: {
|
|
124
|
-
channel_id: 'channel-
|
|
124
|
+
channel_id: 'channel-137',
|
|
125
125
|
base_denom: 'uaxl',
|
|
126
126
|
chain_name: 'axelar'
|
|
127
127
|
},
|
|
128
128
|
chain: {
|
|
129
|
-
channel_id: 'channel-
|
|
129
|
+
channel_id: 'channel-49'
|
|
130
130
|
}
|
|
131
131
|
}]
|
|
132
132
|
},
|
|
@@ -336,14 +336,14 @@ const assets = {
|
|
|
336
336
|
{
|
|
337
337
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
338
338
|
denom_units: [{
|
|
339
|
-
denom: 'ibc/
|
|
339
|
+
denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
340
340
|
exponent: 0,
|
|
341
341
|
aliases: ['uaxl']
|
|
342
342
|
}, {
|
|
343
343
|
denom: 'axl',
|
|
344
344
|
exponent: 6
|
|
345
345
|
}],
|
|
346
|
-
base: 'ibc/
|
|
346
|
+
base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
347
347
|
name: 'Axelar',
|
|
348
348
|
display: 'axl',
|
|
349
349
|
symbol: 'AXL',
|
|
@@ -367,12 +367,12 @@ const assets = {
|
|
|
367
367
|
traces: [{
|
|
368
368
|
type: 'ibc',
|
|
369
369
|
counterparty: {
|
|
370
|
-
channel_id: 'channel-
|
|
370
|
+
channel_id: 'channel-137',
|
|
371
371
|
base_denom: 'uaxl',
|
|
372
372
|
chain_name: 'axelar'
|
|
373
373
|
},
|
|
374
374
|
chain: {
|
|
375
|
-
channel_id: 'channel-
|
|
375
|
+
channel_id: 'channel-49'
|
|
376
376
|
}
|
|
377
377
|
}]
|
|
378
378
|
},
|
package/mainnet/mantrachain.js
CHANGED
|
@@ -735,6 +735,159 @@ const assets = {
|
|
|
735
735
|
}
|
|
736
736
|
}]
|
|
737
737
|
},
|
|
738
|
+
{
|
|
739
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
740
|
+
denom_units: [{
|
|
741
|
+
denom: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
742
|
+
exponent: 0,
|
|
743
|
+
aliases: ['untrn']
|
|
744
|
+
}, {
|
|
745
|
+
denom: 'ntrn',
|
|
746
|
+
exponent: 6
|
|
747
|
+
}],
|
|
748
|
+
base: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
749
|
+
name: 'Neutron',
|
|
750
|
+
display: 'ntrn',
|
|
751
|
+
symbol: 'NTRN',
|
|
752
|
+
logo_URIs: {
|
|
753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
755
|
+
},
|
|
756
|
+
coingecko_id: 'neutron-3',
|
|
757
|
+
images: [{
|
|
758
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
760
|
+
theme: {
|
|
761
|
+
primary_color_hex: '#040404',
|
|
762
|
+
background_color_hex: '#000000',
|
|
763
|
+
circle: true
|
|
764
|
+
}
|
|
765
|
+
}],
|
|
766
|
+
socials: {
|
|
767
|
+
website: 'https://neutron.org/',
|
|
768
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
769
|
+
},
|
|
770
|
+
type_asset: 'sdk.coin',
|
|
771
|
+
traces: [{
|
|
772
|
+
type: 'ibc',
|
|
773
|
+
counterparty: {
|
|
774
|
+
channel_id: 'channel-6964',
|
|
775
|
+
base_denom: 'untrn',
|
|
776
|
+
chain_name: 'neutron'
|
|
777
|
+
},
|
|
778
|
+
chain: {
|
|
779
|
+
channel_id: 'channel-7'
|
|
780
|
+
}
|
|
781
|
+
}]
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
description: 'BITCOSMOS',
|
|
785
|
+
denom_units: [{
|
|
786
|
+
denom: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
787
|
+
exponent: 0,
|
|
788
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
789
|
+
}, {
|
|
790
|
+
denom: 'bitcosmos',
|
|
791
|
+
exponent: 6
|
|
792
|
+
}],
|
|
793
|
+
base: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
794
|
+
name: 'Bitcosmos',
|
|
795
|
+
display: 'bitcosmos',
|
|
796
|
+
symbol: 'BTC',
|
|
797
|
+
logo_URIs: {
|
|
798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
799
|
+
},
|
|
800
|
+
images: [{
|
|
801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
802
|
+
theme: {
|
|
803
|
+
primary_color_hex: '#1b0847'
|
|
804
|
+
}
|
|
805
|
+
}],
|
|
806
|
+
type_asset: 'sdk.coin',
|
|
807
|
+
traces: [{
|
|
808
|
+
type: 'ibc',
|
|
809
|
+
counterparty: {
|
|
810
|
+
channel_id: 'channel-6964',
|
|
811
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
812
|
+
chain_name: 'neutron'
|
|
813
|
+
},
|
|
814
|
+
chain: {
|
|
815
|
+
channel_id: 'channel-7'
|
|
816
|
+
}
|
|
817
|
+
}]
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
description: 'What the Fuck',
|
|
821
|
+
denom_units: [{
|
|
822
|
+
denom: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
823
|
+
exponent: 0,
|
|
824
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
825
|
+
}, {
|
|
826
|
+
denom: 'wtf',
|
|
827
|
+
exponent: 6
|
|
828
|
+
}],
|
|
829
|
+
base: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
830
|
+
name: 'wtf',
|
|
831
|
+
display: 'wtf',
|
|
832
|
+
symbol: 'WTF',
|
|
833
|
+
logo_URIs: {
|
|
834
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
835
|
+
},
|
|
836
|
+
images: [{
|
|
837
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
838
|
+
theme: {
|
|
839
|
+
primary_color_hex: '#dcd5ab'
|
|
840
|
+
}
|
|
841
|
+
}],
|
|
842
|
+
type_asset: 'sdk.coin',
|
|
843
|
+
traces: [{
|
|
844
|
+
type: 'ibc',
|
|
845
|
+
counterparty: {
|
|
846
|
+
channel_id: 'channel-6964',
|
|
847
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
848
|
+
chain_name: 'neutron'
|
|
849
|
+
},
|
|
850
|
+
chain: {
|
|
851
|
+
channel_id: 'channel-7'
|
|
852
|
+
}
|
|
853
|
+
}]
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
description: 'Astro BOY',
|
|
857
|
+
denom_units: [{
|
|
858
|
+
denom: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
859
|
+
exponent: 0,
|
|
860
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
861
|
+
}, {
|
|
862
|
+
denom: 'boy',
|
|
863
|
+
exponent: 6
|
|
864
|
+
}],
|
|
865
|
+
base: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
866
|
+
name: 'boy',
|
|
867
|
+
display: 'boy',
|
|
868
|
+
symbol: 'BOY',
|
|
869
|
+
logo_URIs: {
|
|
870
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
871
|
+
},
|
|
872
|
+
images: [{
|
|
873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
874
|
+
theme: {
|
|
875
|
+
primary_color_hex: '#333333'
|
|
876
|
+
}
|
|
877
|
+
}],
|
|
878
|
+
type_asset: 'sdk.coin',
|
|
879
|
+
traces: [{
|
|
880
|
+
type: 'ibc',
|
|
881
|
+
counterparty: {
|
|
882
|
+
channel_id: 'channel-6964',
|
|
883
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
884
|
+
chain_name: 'neutron'
|
|
885
|
+
},
|
|
886
|
+
chain: {
|
|
887
|
+
channel_id: 'channel-7'
|
|
888
|
+
}
|
|
889
|
+
}]
|
|
890
|
+
},
|
|
738
891
|
{
|
|
739
892
|
description: 'The permissioned staking asset for Noble Chain',
|
|
740
893
|
denom_units: [{
|
|
@@ -1023,6 +1176,159 @@ const assets = {
|
|
|
1023
1176
|
}
|
|
1024
1177
|
}]
|
|
1025
1178
|
},
|
|
1179
|
+
{
|
|
1180
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
1181
|
+
denom_units: [{
|
|
1182
|
+
denom: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
1183
|
+
exponent: 0,
|
|
1184
|
+
aliases: ['untrn']
|
|
1185
|
+
}, {
|
|
1186
|
+
denom: 'ntrn',
|
|
1187
|
+
exponent: 6
|
|
1188
|
+
}],
|
|
1189
|
+
base: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
1190
|
+
name: 'Neutron',
|
|
1191
|
+
display: 'ntrn',
|
|
1192
|
+
symbol: 'NTRN',
|
|
1193
|
+
logo_URIs: {
|
|
1194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
1196
|
+
},
|
|
1197
|
+
coingecko_id: 'neutron-3',
|
|
1198
|
+
images: [{
|
|
1199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1201
|
+
theme: {
|
|
1202
|
+
primary_color_hex: '#040404',
|
|
1203
|
+
background_color_hex: '#000000',
|
|
1204
|
+
circle: true
|
|
1205
|
+
}
|
|
1206
|
+
}],
|
|
1207
|
+
socials: {
|
|
1208
|
+
website: 'https://neutron.org/',
|
|
1209
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
1210
|
+
},
|
|
1211
|
+
type_asset: 'sdk.coin',
|
|
1212
|
+
traces: [{
|
|
1213
|
+
type: 'ibc',
|
|
1214
|
+
counterparty: {
|
|
1215
|
+
channel_id: 'channel-6964',
|
|
1216
|
+
base_denom: 'untrn',
|
|
1217
|
+
chain_name: 'neutron'
|
|
1218
|
+
},
|
|
1219
|
+
chain: {
|
|
1220
|
+
channel_id: 'channel-7'
|
|
1221
|
+
}
|
|
1222
|
+
}]
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
description: 'BITCOSMOS',
|
|
1226
|
+
denom_units: [{
|
|
1227
|
+
denom: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
1228
|
+
exponent: 0,
|
|
1229
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
1230
|
+
}, {
|
|
1231
|
+
denom: 'bitcosmos',
|
|
1232
|
+
exponent: 6
|
|
1233
|
+
}],
|
|
1234
|
+
base: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
1235
|
+
name: 'Bitcosmos',
|
|
1236
|
+
display: 'bitcosmos',
|
|
1237
|
+
symbol: 'BTC',
|
|
1238
|
+
logo_URIs: {
|
|
1239
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
1240
|
+
},
|
|
1241
|
+
images: [{
|
|
1242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
1243
|
+
theme: {
|
|
1244
|
+
primary_color_hex: '#1b0847'
|
|
1245
|
+
}
|
|
1246
|
+
}],
|
|
1247
|
+
type_asset: 'sdk.coin',
|
|
1248
|
+
traces: [{
|
|
1249
|
+
type: 'ibc',
|
|
1250
|
+
counterparty: {
|
|
1251
|
+
channel_id: 'channel-6964',
|
|
1252
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
1253
|
+
chain_name: 'neutron'
|
|
1254
|
+
},
|
|
1255
|
+
chain: {
|
|
1256
|
+
channel_id: 'channel-7'
|
|
1257
|
+
}
|
|
1258
|
+
}]
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
description: 'What the Fuck',
|
|
1262
|
+
denom_units: [{
|
|
1263
|
+
denom: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
1264
|
+
exponent: 0,
|
|
1265
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
1266
|
+
}, {
|
|
1267
|
+
denom: 'wtf',
|
|
1268
|
+
exponent: 6
|
|
1269
|
+
}],
|
|
1270
|
+
base: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
1271
|
+
name: 'wtf',
|
|
1272
|
+
display: 'wtf',
|
|
1273
|
+
symbol: 'WTF',
|
|
1274
|
+
logo_URIs: {
|
|
1275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
1276
|
+
},
|
|
1277
|
+
images: [{
|
|
1278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
1279
|
+
theme: {
|
|
1280
|
+
primary_color_hex: '#dcd5ab'
|
|
1281
|
+
}
|
|
1282
|
+
}],
|
|
1283
|
+
type_asset: 'sdk.coin',
|
|
1284
|
+
traces: [{
|
|
1285
|
+
type: 'ibc',
|
|
1286
|
+
counterparty: {
|
|
1287
|
+
channel_id: 'channel-6964',
|
|
1288
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
1289
|
+
chain_name: 'neutron'
|
|
1290
|
+
},
|
|
1291
|
+
chain: {
|
|
1292
|
+
channel_id: 'channel-7'
|
|
1293
|
+
}
|
|
1294
|
+
}]
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
description: 'Astro BOY',
|
|
1298
|
+
denom_units: [{
|
|
1299
|
+
denom: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
1300
|
+
exponent: 0,
|
|
1301
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
1302
|
+
}, {
|
|
1303
|
+
denom: 'boy',
|
|
1304
|
+
exponent: 6
|
|
1305
|
+
}],
|
|
1306
|
+
base: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
1307
|
+
name: 'boy',
|
|
1308
|
+
display: 'boy',
|
|
1309
|
+
symbol: 'BOY',
|
|
1310
|
+
logo_URIs: {
|
|
1311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
1312
|
+
},
|
|
1313
|
+
images: [{
|
|
1314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
1315
|
+
theme: {
|
|
1316
|
+
primary_color_hex: '#333333'
|
|
1317
|
+
}
|
|
1318
|
+
}],
|
|
1319
|
+
type_asset: 'sdk.coin',
|
|
1320
|
+
traces: [{
|
|
1321
|
+
type: 'ibc',
|
|
1322
|
+
counterparty: {
|
|
1323
|
+
channel_id: 'channel-6964',
|
|
1324
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
1325
|
+
chain_name: 'neutron'
|
|
1326
|
+
},
|
|
1327
|
+
chain: {
|
|
1328
|
+
channel_id: 'channel-7'
|
|
1329
|
+
}
|
|
1330
|
+
}]
|
|
1331
|
+
},
|
|
1026
1332
|
{
|
|
1027
1333
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1028
1334
|
denom_units: [{
|
package/mainnet/neutron.js
CHANGED
|
@@ -1038,6 +1038,71 @@ const assets = {
|
|
|
1038
1038
|
}
|
|
1039
1039
|
}]
|
|
1040
1040
|
},
|
|
1041
|
+
{
|
|
1042
|
+
description: 'The native token of MANTRA',
|
|
1043
|
+
denom_units: [{
|
|
1044
|
+
denom: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
1045
|
+
exponent: 0,
|
|
1046
|
+
aliases: ['uom']
|
|
1047
|
+
}, {
|
|
1048
|
+
denom: 'om',
|
|
1049
|
+
exponent: 6
|
|
1050
|
+
}],
|
|
1051
|
+
type_asset: 'sdk.coin',
|
|
1052
|
+
base: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
1053
|
+
name: 'MANTRA Chain',
|
|
1054
|
+
display: 'om',
|
|
1055
|
+
symbol: 'OM',
|
|
1056
|
+
coingecko_id: 'mantra-dao',
|
|
1057
|
+
keywords: [
|
|
1058
|
+
'rwa',
|
|
1059
|
+
'wasm',
|
|
1060
|
+
'staking'
|
|
1061
|
+
],
|
|
1062
|
+
images: [
|
|
1063
|
+
{
|
|
1064
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
1065
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
1066
|
+
theme: {
|
|
1067
|
+
circle: true,
|
|
1068
|
+
primary_color_hex: '#fba0c1'
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
1073
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
1074
|
+
theme: {
|
|
1075
|
+
dark_mode: true,
|
|
1076
|
+
circle: true,
|
|
1077
|
+
primary_color_hex: '#342c2c'
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
1082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
1083
|
+
theme: {
|
|
1084
|
+
dark_mode: false,
|
|
1085
|
+
circle: true,
|
|
1086
|
+
primary_color_hex: '#342c2c'
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
1090
|
+
socials: {
|
|
1091
|
+
website: 'https://www.mantrachain.io/',
|
|
1092
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
1093
|
+
},
|
|
1094
|
+
traces: [{
|
|
1095
|
+
type: 'ibc',
|
|
1096
|
+
counterparty: {
|
|
1097
|
+
channel_id: 'channel-7',
|
|
1098
|
+
base_denom: 'uom',
|
|
1099
|
+
chain_name: 'mantrachain'
|
|
1100
|
+
},
|
|
1101
|
+
chain: {
|
|
1102
|
+
channel_id: 'channel-6964'
|
|
1103
|
+
}
|
|
1104
|
+
}]
|
|
1105
|
+
},
|
|
1041
1106
|
{
|
|
1042
1107
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1043
1108
|
denom_units: [{
|
|
@@ -2073,6 +2138,71 @@ const assets = {
|
|
|
2073
2138
|
}
|
|
2074
2139
|
}]
|
|
2075
2140
|
},
|
|
2141
|
+
{
|
|
2142
|
+
description: 'The native token of MANTRA',
|
|
2143
|
+
denom_units: [{
|
|
2144
|
+
denom: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
2145
|
+
exponent: 0,
|
|
2146
|
+
aliases: ['uom']
|
|
2147
|
+
}, {
|
|
2148
|
+
denom: 'om',
|
|
2149
|
+
exponent: 6
|
|
2150
|
+
}],
|
|
2151
|
+
type_asset: 'sdk.coin',
|
|
2152
|
+
base: 'ibc/E714C2378FF5786A97E372CA491F9649319E278C8DD0F8BB42387AE26FA17B2B',
|
|
2153
|
+
name: 'MANTRA Chain',
|
|
2154
|
+
display: 'om',
|
|
2155
|
+
symbol: 'OM',
|
|
2156
|
+
coingecko_id: 'mantra-dao',
|
|
2157
|
+
keywords: [
|
|
2158
|
+
'rwa',
|
|
2159
|
+
'wasm',
|
|
2160
|
+
'staking'
|
|
2161
|
+
],
|
|
2162
|
+
images: [
|
|
2163
|
+
{
|
|
2164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
2165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
2166
|
+
theme: {
|
|
2167
|
+
circle: true,
|
|
2168
|
+
primary_color_hex: '#fba0c1'
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
2173
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
2174
|
+
theme: {
|
|
2175
|
+
dark_mode: true,
|
|
2176
|
+
circle: true,
|
|
2177
|
+
primary_color_hex: '#342c2c'
|
|
2178
|
+
}
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
2182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
2183
|
+
theme: {
|
|
2184
|
+
dark_mode: false,
|
|
2185
|
+
circle: true,
|
|
2186
|
+
primary_color_hex: '#342c2c'
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
],
|
|
2190
|
+
socials: {
|
|
2191
|
+
website: 'https://www.mantrachain.io/',
|
|
2192
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
2193
|
+
},
|
|
2194
|
+
traces: [{
|
|
2195
|
+
type: 'ibc',
|
|
2196
|
+
counterparty: {
|
|
2197
|
+
channel_id: 'channel-7',
|
|
2198
|
+
base_denom: 'uom',
|
|
2199
|
+
chain_name: 'mantrachain'
|
|
2200
|
+
},
|
|
2201
|
+
chain: {
|
|
2202
|
+
channel_id: 'channel-6964'
|
|
2203
|
+
}
|
|
2204
|
+
}]
|
|
2205
|
+
},
|
|
2076
2206
|
{
|
|
2077
2207
|
description: 'The permissioned staking asset for Noble Chain',
|
|
2078
2208
|
denom_units: [{
|