@chain-registry/assets 1.47.6 → 1.47.8
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/archway.js +2 -72
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +2 -72
- package/esm/mainnet/celestia.js +2 -72
- package/esm/mainnet/cosmoshub.js +2 -72
- package/esm/mainnet/dymension.js +74 -0
- package/esm/mainnet/evmos.js +2 -72
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kava.js +2 -72
- package/esm/mainnet/kujira.js +2 -72
- package/esm/mainnet/neutron.js +2 -72
- package/esm/mainnet/nim.js +83 -0
- package/esm/mainnet/noble.js +2 -72
- package/esm/mainnet/osmosis.js +2 -72
- package/esm/mainnet/secretnetwork.js +2 -72
- package/esm/mainnet/stride.js +2 -72
- package/mainnet/archway.js +2 -72
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +2 -72
- package/mainnet/celestia.js +2 -72
- package/mainnet/cosmoshub.js +2 -72
- package/mainnet/dymension.js +74 -0
- package/mainnet/evmos.js +2 -72
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/kava.js +2 -72
- package/mainnet/kujira.js +2 -72
- package/mainnet/neutron.js +2 -72
- package/mainnet/nim.d.ts +3 -0
- package/mainnet/nim.js +85 -0
- package/mainnet/noble.js +2 -72
- package/mainnet/osmosis.js +2 -72
- package/mainnet/secretnetwork.js +2 -72
- package/mainnet/stride.js +2 -72
- package/package.json +5 -5
|
@@ -612,6 +612,7 @@ const assets = {
|
|
|
612
612
|
denom: 'dym',
|
|
613
613
|
exponent: 18
|
|
614
614
|
}],
|
|
615
|
+
type_asset: 'sdk.coin',
|
|
615
616
|
base: 'ibc/6F3AC063885E799319E49C0F5D984C5DB1FC6542558225B87653023342DDD2CE',
|
|
616
617
|
name: 'Dymension',
|
|
617
618
|
display: 'dym',
|
|
@@ -641,42 +642,6 @@ const assets = {
|
|
|
641
642
|
}
|
|
642
643
|
}]
|
|
643
644
|
},
|
|
644
|
-
{
|
|
645
|
-
description: 'The native token of Nim Network.',
|
|
646
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
647
|
-
denom_units: [{
|
|
648
|
-
denom: 'ibc/58BDCDBBBE602C904C1C16DDAC7BDE5355B867C01015A369AF25F52D0657C2D0',
|
|
649
|
-
exponent: 0,
|
|
650
|
-
aliases: ['anim']
|
|
651
|
-
}, {
|
|
652
|
-
denom: 'nim',
|
|
653
|
-
exponent: 18
|
|
654
|
-
}],
|
|
655
|
-
base: 'ibc/58BDCDBBBE602C904C1C16DDAC7BDE5355B867C01015A369AF25F52D0657C2D0',
|
|
656
|
-
name: 'NIM Network',
|
|
657
|
-
display: 'nim',
|
|
658
|
-
symbol: 'NIM',
|
|
659
|
-
images: [{
|
|
660
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
661
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
662
|
-
}],
|
|
663
|
-
socials: {
|
|
664
|
-
website: 'https://nim.network/',
|
|
665
|
-
twitter: 'https://twitter.com/nim_network'
|
|
666
|
-
},
|
|
667
|
-
keywords: ['gaming', 'AI'],
|
|
668
|
-
traces: [{
|
|
669
|
-
type: 'ibc',
|
|
670
|
-
counterparty: {
|
|
671
|
-
channel_id: 'channel-35',
|
|
672
|
-
base_denom: 'anim',
|
|
673
|
-
chain_name: 'dymension'
|
|
674
|
-
},
|
|
675
|
-
chain: {
|
|
676
|
-
channel_id: 'channel-130'
|
|
677
|
-
}
|
|
678
|
-
}]
|
|
679
|
-
},
|
|
680
645
|
{
|
|
681
646
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
682
647
|
denom_units: [{
|
|
@@ -2214,6 +2179,7 @@ const assets = {
|
|
|
2214
2179
|
denom: 'dym',
|
|
2215
2180
|
exponent: 18
|
|
2216
2181
|
}],
|
|
2182
|
+
type_asset: 'sdk.coin',
|
|
2217
2183
|
base: 'ibc/6F3AC063885E799319E49C0F5D984C5DB1FC6542558225B87653023342DDD2CE',
|
|
2218
2184
|
name: 'Dymension',
|
|
2219
2185
|
display: 'dym',
|
|
@@ -2243,42 +2209,6 @@ const assets = {
|
|
|
2243
2209
|
}
|
|
2244
2210
|
}]
|
|
2245
2211
|
},
|
|
2246
|
-
{
|
|
2247
|
-
description: 'The native token of Nim Network.',
|
|
2248
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
2249
|
-
denom_units: [{
|
|
2250
|
-
denom: 'ibc/58BDCDBBBE602C904C1C16DDAC7BDE5355B867C01015A369AF25F52D0657C2D0',
|
|
2251
|
-
exponent: 0,
|
|
2252
|
-
aliases: ['anim']
|
|
2253
|
-
}, {
|
|
2254
|
-
denom: 'nim',
|
|
2255
|
-
exponent: 18
|
|
2256
|
-
}],
|
|
2257
|
-
base: 'ibc/58BDCDBBBE602C904C1C16DDAC7BDE5355B867C01015A369AF25F52D0657C2D0',
|
|
2258
|
-
name: 'NIM Network',
|
|
2259
|
-
display: 'nim',
|
|
2260
|
-
symbol: 'NIM',
|
|
2261
|
-
images: [{
|
|
2262
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
2263
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
2264
|
-
}],
|
|
2265
|
-
socials: {
|
|
2266
|
-
website: 'https://nim.network/',
|
|
2267
|
-
twitter: 'https://twitter.com/nim_network'
|
|
2268
|
-
},
|
|
2269
|
-
keywords: ['gaming', 'AI'],
|
|
2270
|
-
traces: [{
|
|
2271
|
-
type: 'ibc',
|
|
2272
|
-
counterparty: {
|
|
2273
|
-
channel_id: 'channel-35',
|
|
2274
|
-
base_denom: 'anim',
|
|
2275
|
-
chain_name: 'dymension'
|
|
2276
|
-
},
|
|
2277
|
-
chain: {
|
|
2278
|
-
channel_id: 'channel-130'
|
|
2279
|
-
}
|
|
2280
|
-
}]
|
|
2281
|
-
},
|
|
2282
2212
|
{
|
|
2283
2213
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2284
2214
|
denom_units: [{
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -643,6 +643,7 @@ const assets = {
|
|
|
643
643
|
denom: 'dym',
|
|
644
644
|
exponent: 18
|
|
645
645
|
}],
|
|
646
|
+
type_asset: 'sdk.coin',
|
|
646
647
|
base: 'ibc/E1C22332C083574F3418481359733BA8887D171E76C80AD9237422AEABB66018',
|
|
647
648
|
name: 'Dymension',
|
|
648
649
|
display: 'dym',
|
|
@@ -672,42 +673,6 @@ const assets = {
|
|
|
672
673
|
}
|
|
673
674
|
}]
|
|
674
675
|
},
|
|
675
|
-
{
|
|
676
|
-
description: 'The native token of Nim Network.',
|
|
677
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
678
|
-
denom_units: [{
|
|
679
|
-
denom: 'ibc/EED3602127C2CEE5A1C75F72CD4F9DAB959F579C1B0E92A7E630916CC34E3B73',
|
|
680
|
-
exponent: 0,
|
|
681
|
-
aliases: ['anim']
|
|
682
|
-
}, {
|
|
683
|
-
denom: 'nim',
|
|
684
|
-
exponent: 18
|
|
685
|
-
}],
|
|
686
|
-
base: 'ibc/EED3602127C2CEE5A1C75F72CD4F9DAB959F579C1B0E92A7E630916CC34E3B73',
|
|
687
|
-
name: 'NIM Network',
|
|
688
|
-
display: 'nim',
|
|
689
|
-
symbol: 'NIM',
|
|
690
|
-
images: [{
|
|
691
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
692
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
693
|
-
}],
|
|
694
|
-
socials: {
|
|
695
|
-
website: 'https://nim.network/',
|
|
696
|
-
twitter: 'https://twitter.com/nim_network'
|
|
697
|
-
},
|
|
698
|
-
keywords: ['gaming', 'AI'],
|
|
699
|
-
traces: [{
|
|
700
|
-
type: 'ibc',
|
|
701
|
-
counterparty: {
|
|
702
|
-
channel_id: 'channel-0',
|
|
703
|
-
base_denom: 'anim',
|
|
704
|
-
chain_name: 'dymension'
|
|
705
|
-
},
|
|
706
|
-
chain: {
|
|
707
|
-
channel_id: 'channel-197'
|
|
708
|
-
}
|
|
709
|
-
}]
|
|
710
|
-
},
|
|
711
676
|
{
|
|
712
677
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
713
678
|
denom_units: [{
|
|
@@ -2183,6 +2148,7 @@ const assets = {
|
|
|
2183
2148
|
denom: 'dym',
|
|
2184
2149
|
exponent: 18
|
|
2185
2150
|
}],
|
|
2151
|
+
type_asset: 'sdk.coin',
|
|
2186
2152
|
base: 'ibc/E1C22332C083574F3418481359733BA8887D171E76C80AD9237422AEABB66018',
|
|
2187
2153
|
name: 'Dymension',
|
|
2188
2154
|
display: 'dym',
|
|
@@ -2212,42 +2178,6 @@ const assets = {
|
|
|
2212
2178
|
}
|
|
2213
2179
|
}]
|
|
2214
2180
|
},
|
|
2215
|
-
{
|
|
2216
|
-
description: 'The native token of Nim Network.',
|
|
2217
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
2218
|
-
denom_units: [{
|
|
2219
|
-
denom: 'ibc/EED3602127C2CEE5A1C75F72CD4F9DAB959F579C1B0E92A7E630916CC34E3B73',
|
|
2220
|
-
exponent: 0,
|
|
2221
|
-
aliases: ['anim']
|
|
2222
|
-
}, {
|
|
2223
|
-
denom: 'nim',
|
|
2224
|
-
exponent: 18
|
|
2225
|
-
}],
|
|
2226
|
-
base: 'ibc/EED3602127C2CEE5A1C75F72CD4F9DAB959F579C1B0E92A7E630916CC34E3B73',
|
|
2227
|
-
name: 'NIM Network',
|
|
2228
|
-
display: 'nim',
|
|
2229
|
-
symbol: 'NIM',
|
|
2230
|
-
images: [{
|
|
2231
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
2232
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
2233
|
-
}],
|
|
2234
|
-
socials: {
|
|
2235
|
-
website: 'https://nim.network/',
|
|
2236
|
-
twitter: 'https://twitter.com/nim_network'
|
|
2237
|
-
},
|
|
2238
|
-
keywords: ['gaming', 'AI'],
|
|
2239
|
-
traces: [{
|
|
2240
|
-
type: 'ibc',
|
|
2241
|
-
counterparty: {
|
|
2242
|
-
channel_id: 'channel-0',
|
|
2243
|
-
base_denom: 'anim',
|
|
2244
|
-
chain_name: 'dymension'
|
|
2245
|
-
},
|
|
2246
|
-
chain: {
|
|
2247
|
-
channel_id: 'channel-197'
|
|
2248
|
-
}
|
|
2249
|
-
}]
|
|
2250
|
-
},
|
|
2251
2181
|
{
|
|
2252
2182
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2253
2183
|
denom_units: [{
|
package/mainnet/archway.js
CHANGED
|
@@ -531,6 +531,7 @@ const assets = {
|
|
|
531
531
|
denom: 'dym',
|
|
532
532
|
exponent: 18
|
|
533
533
|
}],
|
|
534
|
+
type_asset: 'sdk.coin',
|
|
534
535
|
base: 'ibc/5BAD723F09B0CDBB5AC6B439BF9670DA77DEE1F2330CF74D855937E2D6E15E49',
|
|
535
536
|
name: 'Dymension',
|
|
536
537
|
display: 'dym',
|
|
@@ -560,42 +561,6 @@ const assets = {
|
|
|
560
561
|
}
|
|
561
562
|
}]
|
|
562
563
|
},
|
|
563
|
-
{
|
|
564
|
-
description: 'The native token of Nim Network.',
|
|
565
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
566
|
-
denom_units: [{
|
|
567
|
-
denom: 'ibc/9EC6A1F970DFC1D127AF9EFAAA9A80BAF33CFEAABA0A8C480A29FB03EECE6CFC',
|
|
568
|
-
exponent: 0,
|
|
569
|
-
aliases: ['anim']
|
|
570
|
-
}, {
|
|
571
|
-
denom: 'nim',
|
|
572
|
-
exponent: 18
|
|
573
|
-
}],
|
|
574
|
-
base: 'ibc/9EC6A1F970DFC1D127AF9EFAAA9A80BAF33CFEAABA0A8C480A29FB03EECE6CFC',
|
|
575
|
-
name: 'NIM Network',
|
|
576
|
-
display: 'nim',
|
|
577
|
-
symbol: 'NIM',
|
|
578
|
-
images: [{
|
|
579
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
580
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
581
|
-
}],
|
|
582
|
-
socials: {
|
|
583
|
-
website: 'https://nim.network/',
|
|
584
|
-
twitter: 'https://twitter.com/nim_network'
|
|
585
|
-
},
|
|
586
|
-
keywords: ['gaming', 'AI'],
|
|
587
|
-
traces: [{
|
|
588
|
-
type: 'ibc',
|
|
589
|
-
counterparty: {
|
|
590
|
-
channel_id: 'channel-45',
|
|
591
|
-
base_denom: 'anim',
|
|
592
|
-
chain_name: 'dymension'
|
|
593
|
-
},
|
|
594
|
-
chain: {
|
|
595
|
-
channel_id: 'channel-123'
|
|
596
|
-
}
|
|
597
|
-
}]
|
|
598
|
-
},
|
|
599
564
|
{
|
|
600
565
|
description: 'The native token of Gravity Bridge',
|
|
601
566
|
denom_units: [{
|
|
@@ -1648,6 +1613,7 @@ const assets = {
|
|
|
1648
1613
|
denom: 'dym',
|
|
1649
1614
|
exponent: 18
|
|
1650
1615
|
}],
|
|
1616
|
+
type_asset: 'sdk.coin',
|
|
1651
1617
|
base: 'ibc/5BAD723F09B0CDBB5AC6B439BF9670DA77DEE1F2330CF74D855937E2D6E15E49',
|
|
1652
1618
|
name: 'Dymension',
|
|
1653
1619
|
display: 'dym',
|
|
@@ -1677,42 +1643,6 @@ const assets = {
|
|
|
1677
1643
|
}
|
|
1678
1644
|
}]
|
|
1679
1645
|
},
|
|
1680
|
-
{
|
|
1681
|
-
description: 'The native token of Nim Network.',
|
|
1682
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
1683
|
-
denom_units: [{
|
|
1684
|
-
denom: 'ibc/9EC6A1F970DFC1D127AF9EFAAA9A80BAF33CFEAABA0A8C480A29FB03EECE6CFC',
|
|
1685
|
-
exponent: 0,
|
|
1686
|
-
aliases: ['anim']
|
|
1687
|
-
}, {
|
|
1688
|
-
denom: 'nim',
|
|
1689
|
-
exponent: 18
|
|
1690
|
-
}],
|
|
1691
|
-
base: 'ibc/9EC6A1F970DFC1D127AF9EFAAA9A80BAF33CFEAABA0A8C480A29FB03EECE6CFC',
|
|
1692
|
-
name: 'NIM Network',
|
|
1693
|
-
display: 'nim',
|
|
1694
|
-
symbol: 'NIM',
|
|
1695
|
-
images: [{
|
|
1696
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1697
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1698
|
-
}],
|
|
1699
|
-
socials: {
|
|
1700
|
-
website: 'https://nim.network/',
|
|
1701
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1702
|
-
},
|
|
1703
|
-
keywords: ['gaming', 'AI'],
|
|
1704
|
-
traces: [{
|
|
1705
|
-
type: 'ibc',
|
|
1706
|
-
counterparty: {
|
|
1707
|
-
channel_id: 'channel-45',
|
|
1708
|
-
base_denom: 'anim',
|
|
1709
|
-
chain_name: 'dymension'
|
|
1710
|
-
},
|
|
1711
|
-
chain: {
|
|
1712
|
-
channel_id: 'channel-123'
|
|
1713
|
-
}
|
|
1714
|
-
}]
|
|
1715
|
-
},
|
|
1716
1646
|
{
|
|
1717
1647
|
description: 'The native token of Gravity Bridge',
|
|
1718
1648
|
denom_units: [{
|
package/mainnet/assets.js
CHANGED
|
@@ -81,6 +81,7 @@ const microtick_1 = __importDefault(require("./microtick"));
|
|
|
81
81
|
const migaloo_1 = __importDefault(require("./migaloo"));
|
|
82
82
|
const neutron_1 = __importDefault(require("./neutron"));
|
|
83
83
|
const nibiru_1 = __importDefault(require("./nibiru"));
|
|
84
|
+
const nim_1 = __importDefault(require("./nim"));
|
|
84
85
|
const noble_1 = __importDefault(require("./noble"));
|
|
85
86
|
const nois_1 = __importDefault(require("./nois"));
|
|
86
87
|
const nolus_1 = __importDefault(require("./nolus"));
|
|
@@ -134,5 +135,5 @@ const unification_1 = __importDefault(require("./unification"));
|
|
|
134
135
|
const uptick_1 = __importDefault(require("./uptick"));
|
|
135
136
|
const vidulum_1 = __importDefault(require("./vidulum"));
|
|
136
137
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
137
|
-
const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutron_1.default, nibiru_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
138
|
+
const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
138
139
|
exports.default = assets;
|
package/mainnet/axelar.js
CHANGED
|
@@ -819,6 +819,7 @@ const assets = {
|
|
|
819
819
|
denom: 'dym',
|
|
820
820
|
exponent: 18
|
|
821
821
|
}],
|
|
822
|
+
type_asset: 'sdk.coin',
|
|
822
823
|
base: 'ibc/0F9EA9664729F336E5DC0FCB341E1C1993B6A272F5E4003CA74D9F8D54CEF43A',
|
|
823
824
|
name: 'Dymension',
|
|
824
825
|
display: 'dym',
|
|
@@ -848,42 +849,6 @@ const assets = {
|
|
|
848
849
|
}
|
|
849
850
|
}]
|
|
850
851
|
},
|
|
851
|
-
{
|
|
852
|
-
description: 'The native token of Nim Network.',
|
|
853
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
854
|
-
denom_units: [{
|
|
855
|
-
denom: 'ibc/F0E1334B02ED6426711286467B09309FF79D46AB169CC3696156D5374BAC6FB8',
|
|
856
|
-
exponent: 0,
|
|
857
|
-
aliases: ['anim']
|
|
858
|
-
}, {
|
|
859
|
-
denom: 'nim',
|
|
860
|
-
exponent: 18
|
|
861
|
-
}],
|
|
862
|
-
base: 'ibc/F0E1334B02ED6426711286467B09309FF79D46AB169CC3696156D5374BAC6FB8',
|
|
863
|
-
name: 'NIM Network',
|
|
864
|
-
display: 'nim',
|
|
865
|
-
symbol: 'NIM',
|
|
866
|
-
images: [{
|
|
867
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
868
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
869
|
-
}],
|
|
870
|
-
socials: {
|
|
871
|
-
website: 'https://nim.network/',
|
|
872
|
-
twitter: 'https://twitter.com/nim_network'
|
|
873
|
-
},
|
|
874
|
-
keywords: ['gaming', 'AI'],
|
|
875
|
-
traces: [{
|
|
876
|
-
type: 'ibc',
|
|
877
|
-
counterparty: {
|
|
878
|
-
channel_id: 'channel-5',
|
|
879
|
-
base_denom: 'anim',
|
|
880
|
-
chain_name: 'dymension'
|
|
881
|
-
},
|
|
882
|
-
chain: {
|
|
883
|
-
channel_id: 'channel-138'
|
|
884
|
-
}
|
|
885
|
-
}]
|
|
886
|
-
},
|
|
887
852
|
{
|
|
888
853
|
description: 'The native staking and governance token of Empower.',
|
|
889
854
|
denom_units: [{
|
|
@@ -2528,6 +2493,7 @@ const assets = {
|
|
|
2528
2493
|
denom: 'dym',
|
|
2529
2494
|
exponent: 18
|
|
2530
2495
|
}],
|
|
2496
|
+
type_asset: 'sdk.coin',
|
|
2531
2497
|
base: 'ibc/0F9EA9664729F336E5DC0FCB341E1C1993B6A272F5E4003CA74D9F8D54CEF43A',
|
|
2532
2498
|
name: 'Dymension',
|
|
2533
2499
|
display: 'dym',
|
|
@@ -2557,42 +2523,6 @@ const assets = {
|
|
|
2557
2523
|
}
|
|
2558
2524
|
}]
|
|
2559
2525
|
},
|
|
2560
|
-
{
|
|
2561
|
-
description: 'The native token of Nim Network.',
|
|
2562
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
2563
|
-
denom_units: [{
|
|
2564
|
-
denom: 'ibc/F0E1334B02ED6426711286467B09309FF79D46AB169CC3696156D5374BAC6FB8',
|
|
2565
|
-
exponent: 0,
|
|
2566
|
-
aliases: ['anim']
|
|
2567
|
-
}, {
|
|
2568
|
-
denom: 'nim',
|
|
2569
|
-
exponent: 18
|
|
2570
|
-
}],
|
|
2571
|
-
base: 'ibc/F0E1334B02ED6426711286467B09309FF79D46AB169CC3696156D5374BAC6FB8',
|
|
2572
|
-
name: 'NIM Network',
|
|
2573
|
-
display: 'nim',
|
|
2574
|
-
symbol: 'NIM',
|
|
2575
|
-
images: [{
|
|
2576
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
2577
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
2578
|
-
}],
|
|
2579
|
-
socials: {
|
|
2580
|
-
website: 'https://nim.network/',
|
|
2581
|
-
twitter: 'https://twitter.com/nim_network'
|
|
2582
|
-
},
|
|
2583
|
-
keywords: ['gaming', 'AI'],
|
|
2584
|
-
traces: [{
|
|
2585
|
-
type: 'ibc',
|
|
2586
|
-
counterparty: {
|
|
2587
|
-
channel_id: 'channel-5',
|
|
2588
|
-
base_denom: 'anim',
|
|
2589
|
-
chain_name: 'dymension'
|
|
2590
|
-
},
|
|
2591
|
-
chain: {
|
|
2592
|
-
channel_id: 'channel-138'
|
|
2593
|
-
}
|
|
2594
|
-
}]
|
|
2595
|
-
},
|
|
2596
2526
|
{
|
|
2597
2527
|
description: 'The native staking and governance token of Empower.',
|
|
2598
2528
|
denom_units: [{
|
package/mainnet/celestia.js
CHANGED
|
@@ -91,6 +91,7 @@ const assets = {
|
|
|
91
91
|
denom: 'dym',
|
|
92
92
|
exponent: 18
|
|
93
93
|
}],
|
|
94
|
+
type_asset: 'sdk.coin',
|
|
94
95
|
base: 'ibc/D5219DCDA4565FD7B3FD96C046854A2D4A005E895D1D2A7A5C83D8A3A279DD11',
|
|
95
96
|
name: 'Dymension',
|
|
96
97
|
display: 'dym',
|
|
@@ -120,42 +121,6 @@ const assets = {
|
|
|
120
121
|
}
|
|
121
122
|
}]
|
|
122
123
|
},
|
|
123
|
-
{
|
|
124
|
-
description: 'The native token of Nim Network.',
|
|
125
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
126
|
-
denom_units: [{
|
|
127
|
-
denom: 'ibc/5DA65EE8AB47DEB1813C66DDC452C542C602583D6E3833B19E20694A5AE0AF2F',
|
|
128
|
-
exponent: 0,
|
|
129
|
-
aliases: ['anim']
|
|
130
|
-
}, {
|
|
131
|
-
denom: 'nim',
|
|
132
|
-
exponent: 18
|
|
133
|
-
}],
|
|
134
|
-
base: 'ibc/5DA65EE8AB47DEB1813C66DDC452C542C602583D6E3833B19E20694A5AE0AF2F',
|
|
135
|
-
name: 'NIM Network',
|
|
136
|
-
display: 'nim',
|
|
137
|
-
symbol: 'NIM',
|
|
138
|
-
images: [{
|
|
139
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
140
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
141
|
-
}],
|
|
142
|
-
socials: {
|
|
143
|
-
website: 'https://nim.network/',
|
|
144
|
-
twitter: 'https://twitter.com/nim_network'
|
|
145
|
-
},
|
|
146
|
-
keywords: ['gaming', 'AI'],
|
|
147
|
-
traces: [{
|
|
148
|
-
type: 'ibc',
|
|
149
|
-
counterparty: {
|
|
150
|
-
channel_id: 'channel-4',
|
|
151
|
-
base_denom: 'anim',
|
|
152
|
-
chain_name: 'dymension'
|
|
153
|
-
},
|
|
154
|
-
chain: {
|
|
155
|
-
channel_id: 'channel-27'
|
|
156
|
-
}
|
|
157
|
-
}]
|
|
158
|
-
},
|
|
159
124
|
{
|
|
160
125
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
161
126
|
denom_units: [{
|
|
@@ -1007,6 +972,7 @@ const assets = {
|
|
|
1007
972
|
denom: 'dym',
|
|
1008
973
|
exponent: 18
|
|
1009
974
|
}],
|
|
975
|
+
type_asset: 'sdk.coin',
|
|
1010
976
|
base: 'ibc/D5219DCDA4565FD7B3FD96C046854A2D4A005E895D1D2A7A5C83D8A3A279DD11',
|
|
1011
977
|
name: 'Dymension',
|
|
1012
978
|
display: 'dym',
|
|
@@ -1036,42 +1002,6 @@ const assets = {
|
|
|
1036
1002
|
}
|
|
1037
1003
|
}]
|
|
1038
1004
|
},
|
|
1039
|
-
{
|
|
1040
|
-
description: 'The native token of Nim Network.',
|
|
1041
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
1042
|
-
denom_units: [{
|
|
1043
|
-
denom: 'ibc/5DA65EE8AB47DEB1813C66DDC452C542C602583D6E3833B19E20694A5AE0AF2F',
|
|
1044
|
-
exponent: 0,
|
|
1045
|
-
aliases: ['anim']
|
|
1046
|
-
}, {
|
|
1047
|
-
denom: 'nim',
|
|
1048
|
-
exponent: 18
|
|
1049
|
-
}],
|
|
1050
|
-
base: 'ibc/5DA65EE8AB47DEB1813C66DDC452C542C602583D6E3833B19E20694A5AE0AF2F',
|
|
1051
|
-
name: 'NIM Network',
|
|
1052
|
-
display: 'nim',
|
|
1053
|
-
symbol: 'NIM',
|
|
1054
|
-
images: [{
|
|
1055
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1056
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1057
|
-
}],
|
|
1058
|
-
socials: {
|
|
1059
|
-
website: 'https://nim.network/',
|
|
1060
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1061
|
-
},
|
|
1062
|
-
keywords: ['gaming', 'AI'],
|
|
1063
|
-
traces: [{
|
|
1064
|
-
type: 'ibc',
|
|
1065
|
-
counterparty: {
|
|
1066
|
-
channel_id: 'channel-4',
|
|
1067
|
-
base_denom: 'anim',
|
|
1068
|
-
chain_name: 'dymension'
|
|
1069
|
-
},
|
|
1070
|
-
chain: {
|
|
1071
|
-
channel_id: 'channel-27'
|
|
1072
|
-
}
|
|
1073
|
-
}]
|
|
1074
|
-
},
|
|
1075
1005
|
{
|
|
1076
1006
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1077
1007
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -1484,6 +1484,7 @@ const assets = {
|
|
|
1484
1484
|
denom: 'dym',
|
|
1485
1485
|
exponent: 18
|
|
1486
1486
|
}],
|
|
1487
|
+
type_asset: 'sdk.coin',
|
|
1487
1488
|
base: 'ibc/49ACCECDED4A6A2B5DD683FA048235F4F66B65F58CD558C9A441195502191D01',
|
|
1488
1489
|
name: 'Dymension',
|
|
1489
1490
|
display: 'dym',
|
|
@@ -1513,42 +1514,6 @@ const assets = {
|
|
|
1513
1514
|
}
|
|
1514
1515
|
}]
|
|
1515
1516
|
},
|
|
1516
|
-
{
|
|
1517
|
-
description: 'The native token of Nim Network.',
|
|
1518
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
1519
|
-
denom_units: [{
|
|
1520
|
-
denom: 'ibc/1DF265BDFB1B601908DC11667EE1D84D2A882423D2444325405311F3ACD22223',
|
|
1521
|
-
exponent: 0,
|
|
1522
|
-
aliases: ['anim']
|
|
1523
|
-
}, {
|
|
1524
|
-
denom: 'nim',
|
|
1525
|
-
exponent: 18
|
|
1526
|
-
}],
|
|
1527
|
-
base: 'ibc/1DF265BDFB1B601908DC11667EE1D84D2A882423D2444325405311F3ACD22223',
|
|
1528
|
-
name: 'NIM Network',
|
|
1529
|
-
display: 'nim',
|
|
1530
|
-
symbol: 'NIM',
|
|
1531
|
-
images: [{
|
|
1532
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1533
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1534
|
-
}],
|
|
1535
|
-
socials: {
|
|
1536
|
-
website: 'https://nim.network/',
|
|
1537
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1538
|
-
},
|
|
1539
|
-
keywords: ['gaming', 'AI'],
|
|
1540
|
-
traces: [{
|
|
1541
|
-
type: 'ibc',
|
|
1542
|
-
counterparty: {
|
|
1543
|
-
channel_id: 'channel-1',
|
|
1544
|
-
base_denom: 'anim',
|
|
1545
|
-
chain_name: 'dymension'
|
|
1546
|
-
},
|
|
1547
|
-
chain: {
|
|
1548
|
-
channel_id: 'channel-794'
|
|
1549
|
-
}
|
|
1550
|
-
}]
|
|
1551
|
-
},
|
|
1552
1517
|
{
|
|
1553
1518
|
description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
|
|
1554
1519
|
denom_units: [{
|
|
@@ -3902,6 +3867,7 @@ const assets = {
|
|
|
3902
3867
|
denom: 'dym',
|
|
3903
3868
|
exponent: 18
|
|
3904
3869
|
}],
|
|
3870
|
+
type_asset: 'sdk.coin',
|
|
3905
3871
|
base: 'ibc/49ACCECDED4A6A2B5DD683FA048235F4F66B65F58CD558C9A441195502191D01',
|
|
3906
3872
|
name: 'Dymension',
|
|
3907
3873
|
display: 'dym',
|
|
@@ -3931,42 +3897,6 @@ const assets = {
|
|
|
3931
3897
|
}
|
|
3932
3898
|
}]
|
|
3933
3899
|
},
|
|
3934
|
-
{
|
|
3935
|
-
description: 'The native token of Nim Network.',
|
|
3936
|
-
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
3937
|
-
denom_units: [{
|
|
3938
|
-
denom: 'ibc/1DF265BDFB1B601908DC11667EE1D84D2A882423D2444325405311F3ACD22223',
|
|
3939
|
-
exponent: 0,
|
|
3940
|
-
aliases: ['anim']
|
|
3941
|
-
}, {
|
|
3942
|
-
denom: 'nim',
|
|
3943
|
-
exponent: 18
|
|
3944
|
-
}],
|
|
3945
|
-
base: 'ibc/1DF265BDFB1B601908DC11667EE1D84D2A882423D2444325405311F3ACD22223',
|
|
3946
|
-
name: 'NIM Network',
|
|
3947
|
-
display: 'nim',
|
|
3948
|
-
symbol: 'NIM',
|
|
3949
|
-
images: [{
|
|
3950
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
3951
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
3952
|
-
}],
|
|
3953
|
-
socials: {
|
|
3954
|
-
website: 'https://nim.network/',
|
|
3955
|
-
twitter: 'https://twitter.com/nim_network'
|
|
3956
|
-
},
|
|
3957
|
-
keywords: ['gaming', 'AI'],
|
|
3958
|
-
traces: [{
|
|
3959
|
-
type: 'ibc',
|
|
3960
|
-
counterparty: {
|
|
3961
|
-
channel_id: 'channel-1',
|
|
3962
|
-
base_denom: 'anim',
|
|
3963
|
-
chain_name: 'dymension'
|
|
3964
|
-
},
|
|
3965
|
-
chain: {
|
|
3966
|
-
channel_id: 'channel-794'
|
|
3967
|
-
}
|
|
3968
|
-
}]
|
|
3969
|
-
},
|
|
3970
3900
|
{
|
|
3971
3901
|
description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
|
|
3972
3902
|
denom_units: [{
|