@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
package/mainnet/dymension.js
CHANGED
|
@@ -836,6 +836,43 @@ const assets = {
|
|
|
836
836
|
}
|
|
837
837
|
}]
|
|
838
838
|
},
|
|
839
|
+
{
|
|
840
|
+
description: 'The native token of Nim Network.',
|
|
841
|
+
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.',
|
|
842
|
+
denom_units: [{
|
|
843
|
+
denom: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942',
|
|
844
|
+
exponent: 0,
|
|
845
|
+
aliases: ['anim']
|
|
846
|
+
}, {
|
|
847
|
+
denom: 'nim',
|
|
848
|
+
exponent: 18
|
|
849
|
+
}],
|
|
850
|
+
type_asset: 'sdk.coin',
|
|
851
|
+
base: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942',
|
|
852
|
+
name: 'NIM Network',
|
|
853
|
+
display: 'nim',
|
|
854
|
+
symbol: 'NIM',
|
|
855
|
+
images: [{
|
|
856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
858
|
+
}],
|
|
859
|
+
socials: {
|
|
860
|
+
website: 'https://ai.nim.network/',
|
|
861
|
+
twitter: 'https://twitter.com/nim_network'
|
|
862
|
+
},
|
|
863
|
+
keywords: ['gaming', 'AI'],
|
|
864
|
+
traces: [{
|
|
865
|
+
type: 'ibc',
|
|
866
|
+
counterparty: {
|
|
867
|
+
channel_id: 'channel-0',
|
|
868
|
+
base_denom: 'anim',
|
|
869
|
+
chain_name: 'nim'
|
|
870
|
+
},
|
|
871
|
+
chain: {
|
|
872
|
+
channel_id: 'channel-49'
|
|
873
|
+
}
|
|
874
|
+
}]
|
|
875
|
+
},
|
|
839
876
|
{
|
|
840
877
|
description: 'The permissioned staking asset for Noble Chain',
|
|
841
878
|
denom_units: [{
|
|
@@ -1568,6 +1605,43 @@ const assets = {
|
|
|
1568
1605
|
}
|
|
1569
1606
|
}]
|
|
1570
1607
|
},
|
|
1608
|
+
{
|
|
1609
|
+
description: 'The native token of Nim Network.',
|
|
1610
|
+
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.',
|
|
1611
|
+
denom_units: [{
|
|
1612
|
+
denom: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942',
|
|
1613
|
+
exponent: 0,
|
|
1614
|
+
aliases: ['anim']
|
|
1615
|
+
}, {
|
|
1616
|
+
denom: 'nim',
|
|
1617
|
+
exponent: 18
|
|
1618
|
+
}],
|
|
1619
|
+
type_asset: 'sdk.coin',
|
|
1620
|
+
base: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942',
|
|
1621
|
+
name: 'NIM Network',
|
|
1622
|
+
display: 'nim',
|
|
1623
|
+
symbol: 'NIM',
|
|
1624
|
+
images: [{
|
|
1625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
1626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
1627
|
+
}],
|
|
1628
|
+
socials: {
|
|
1629
|
+
website: 'https://ai.nim.network/',
|
|
1630
|
+
twitter: 'https://twitter.com/nim_network'
|
|
1631
|
+
},
|
|
1632
|
+
keywords: ['gaming', 'AI'],
|
|
1633
|
+
traces: [{
|
|
1634
|
+
type: 'ibc',
|
|
1635
|
+
counterparty: {
|
|
1636
|
+
channel_id: 'channel-0',
|
|
1637
|
+
base_denom: 'anim',
|
|
1638
|
+
chain_name: 'nim'
|
|
1639
|
+
},
|
|
1640
|
+
chain: {
|
|
1641
|
+
channel_id: 'channel-49'
|
|
1642
|
+
}
|
|
1643
|
+
}]
|
|
1644
|
+
},
|
|
1571
1645
|
{
|
|
1572
1646
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1573
1647
|
denom_units: [{
|
package/mainnet/evmos.js
CHANGED
|
@@ -625,6 +625,7 @@ const assets = {
|
|
|
625
625
|
denom: 'dym',
|
|
626
626
|
exponent: 18
|
|
627
627
|
}],
|
|
628
|
+
type_asset: 'sdk.coin',
|
|
628
629
|
base: 'ibc/9B89949D69EB1552815A25EC9CA5F4F48946F5FF368341B2F8E61A0AEDAA6242',
|
|
629
630
|
name: 'Dymension',
|
|
630
631
|
display: 'dym',
|
|
@@ -654,42 +655,6 @@ const assets = {
|
|
|
654
655
|
}
|
|
655
656
|
}]
|
|
656
657
|
},
|
|
657
|
-
{
|
|
658
|
-
description: 'The native token of Nim Network.',
|
|
659
|
-
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.',
|
|
660
|
-
denom_units: [{
|
|
661
|
-
denom: 'ibc/651E44E584E3E1EB457EF0B81C322B976A5353EC6E7B2A6816E13A84328116E2',
|
|
662
|
-
exponent: 0,
|
|
663
|
-
aliases: ['anim']
|
|
664
|
-
}, {
|
|
665
|
-
denom: 'nim',
|
|
666
|
-
exponent: 18
|
|
667
|
-
}],
|
|
668
|
-
base: 'ibc/651E44E584E3E1EB457EF0B81C322B976A5353EC6E7B2A6816E13A84328116E2',
|
|
669
|
-
name: 'NIM Network',
|
|
670
|
-
display: 'nim',
|
|
671
|
-
symbol: 'NIM',
|
|
672
|
-
images: [{
|
|
673
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
674
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
675
|
-
}],
|
|
676
|
-
socials: {
|
|
677
|
-
website: 'https://nim.network/',
|
|
678
|
-
twitter: 'https://twitter.com/nim_network'
|
|
679
|
-
},
|
|
680
|
-
keywords: ['gaming', 'AI'],
|
|
681
|
-
traces: [{
|
|
682
|
-
type: 'ibc',
|
|
683
|
-
counterparty: {
|
|
684
|
-
channel_id: 'channel-37',
|
|
685
|
-
base_denom: 'anim',
|
|
686
|
-
chain_name: 'dymension'
|
|
687
|
-
},
|
|
688
|
-
chain: {
|
|
689
|
-
channel_id: 'channel-109'
|
|
690
|
-
}
|
|
691
|
-
}]
|
|
692
|
-
},
|
|
693
658
|
{
|
|
694
659
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
695
660
|
denom_units: [{
|
|
@@ -1312,6 +1277,7 @@ const assets = {
|
|
|
1312
1277
|
denom: 'dym',
|
|
1313
1278
|
exponent: 18
|
|
1314
1279
|
}],
|
|
1280
|
+
type_asset: 'sdk.coin',
|
|
1315
1281
|
base: 'ibc/9B89949D69EB1552815A25EC9CA5F4F48946F5FF368341B2F8E61A0AEDAA6242',
|
|
1316
1282
|
name: 'Dymension',
|
|
1317
1283
|
display: 'dym',
|
|
@@ -1341,42 +1307,6 @@ const assets = {
|
|
|
1341
1307
|
}
|
|
1342
1308
|
}]
|
|
1343
1309
|
},
|
|
1344
|
-
{
|
|
1345
|
-
description: 'The native token of Nim Network.',
|
|
1346
|
-
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.',
|
|
1347
|
-
denom_units: [{
|
|
1348
|
-
denom: 'ibc/651E44E584E3E1EB457EF0B81C322B976A5353EC6E7B2A6816E13A84328116E2',
|
|
1349
|
-
exponent: 0,
|
|
1350
|
-
aliases: ['anim']
|
|
1351
|
-
}, {
|
|
1352
|
-
denom: 'nim',
|
|
1353
|
-
exponent: 18
|
|
1354
|
-
}],
|
|
1355
|
-
base: 'ibc/651E44E584E3E1EB457EF0B81C322B976A5353EC6E7B2A6816E13A84328116E2',
|
|
1356
|
-
name: 'NIM Network',
|
|
1357
|
-
display: 'nim',
|
|
1358
|
-
symbol: 'NIM',
|
|
1359
|
-
images: [{
|
|
1360
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1361
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1362
|
-
}],
|
|
1363
|
-
socials: {
|
|
1364
|
-
website: 'https://nim.network/',
|
|
1365
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1366
|
-
},
|
|
1367
|
-
keywords: ['gaming', 'AI'],
|
|
1368
|
-
traces: [{
|
|
1369
|
-
type: 'ibc',
|
|
1370
|
-
counterparty: {
|
|
1371
|
-
channel_id: 'channel-37',
|
|
1372
|
-
base_denom: 'anim',
|
|
1373
|
-
chain_name: 'dymension'
|
|
1374
|
-
},
|
|
1375
|
-
chain: {
|
|
1376
|
-
channel_id: 'channel-109'
|
|
1377
|
-
}
|
|
1378
|
-
}]
|
|
1379
|
-
},
|
|
1380
1310
|
{
|
|
1381
1311
|
description: 'The native fee token of Gateway.',
|
|
1382
1312
|
denom_units: [{
|
package/mainnet/index.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export * as microtick from './microtick';
|
|
|
76
76
|
export * as migaloo from './migaloo';
|
|
77
77
|
export * as neutron from './neutron';
|
|
78
78
|
export * as nibiru from './nibiru';
|
|
79
|
+
export * as nim from './nim';
|
|
79
80
|
export * as noble from './noble';
|
|
80
81
|
export * as nois from './nois';
|
|
81
82
|
export * as nolus from './nolus';
|
package/mainnet/index.js
CHANGED
|
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.galaxy = exports.fxcore = exports.furya = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = 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.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = void 0;
|
|
27
|
+
exports.quasar = exports.pylons = exports.pundix = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = void 0;
|
|
28
|
+
exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = void 0;
|
|
29
29
|
exports._8ball = __importStar(require("./8ball"));
|
|
30
30
|
exports.acrechain = __importStar(require("./acrechain"));
|
|
31
31
|
exports.agoric = __importStar(require("./agoric"));
|
|
@@ -104,6 +104,7 @@ exports.microtick = __importStar(require("./microtick"));
|
|
|
104
104
|
exports.migaloo = __importStar(require("./migaloo"));
|
|
105
105
|
exports.neutron = __importStar(require("./neutron"));
|
|
106
106
|
exports.nibiru = __importStar(require("./nibiru"));
|
|
107
|
+
exports.nim = __importStar(require("./nim"));
|
|
107
108
|
exports.noble = __importStar(require("./noble"));
|
|
108
109
|
exports.nois = __importStar(require("./nois"));
|
|
109
110
|
exports.nolus = __importStar(require("./nolus"));
|
package/mainnet/kava.js
CHANGED
|
@@ -217,6 +217,7 @@ const assets = {
|
|
|
217
217
|
denom: 'dym',
|
|
218
218
|
exponent: 18
|
|
219
219
|
}],
|
|
220
|
+
type_asset: 'sdk.coin',
|
|
220
221
|
base: 'ibc/9C273C3A2306B8C15EC86E93BC25194CFCCA1B1AE9AEFEF18618AD60F9ECD843',
|
|
221
222
|
name: 'Dymension',
|
|
222
223
|
display: 'dym',
|
|
@@ -246,42 +247,6 @@ const assets = {
|
|
|
246
247
|
}
|
|
247
248
|
}]
|
|
248
249
|
},
|
|
249
|
-
{
|
|
250
|
-
description: 'The native token of Nim Network.',
|
|
251
|
-
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.',
|
|
252
|
-
denom_units: [{
|
|
253
|
-
denom: 'ibc/2287839C36A493A7357FFA2234AD03CD4F1315F9EB4C9AA2AEE3578ABC63592C',
|
|
254
|
-
exponent: 0,
|
|
255
|
-
aliases: ['anim']
|
|
256
|
-
}, {
|
|
257
|
-
denom: 'nim',
|
|
258
|
-
exponent: 18
|
|
259
|
-
}],
|
|
260
|
-
base: 'ibc/2287839C36A493A7357FFA2234AD03CD4F1315F9EB4C9AA2AEE3578ABC63592C',
|
|
261
|
-
name: 'NIM Network',
|
|
262
|
-
display: 'nim',
|
|
263
|
-
symbol: 'NIM',
|
|
264
|
-
images: [{
|
|
265
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
266
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
267
|
-
}],
|
|
268
|
-
socials: {
|
|
269
|
-
website: 'https://nim.network/',
|
|
270
|
-
twitter: 'https://twitter.com/nim_network'
|
|
271
|
-
},
|
|
272
|
-
keywords: ['gaming', 'AI'],
|
|
273
|
-
traces: [{
|
|
274
|
-
type: 'ibc',
|
|
275
|
-
counterparty: {
|
|
276
|
-
channel_id: 'channel-3',
|
|
277
|
-
base_denom: 'anim',
|
|
278
|
-
chain_name: 'dymension'
|
|
279
|
-
},
|
|
280
|
-
chain: {
|
|
281
|
-
channel_id: 'channel-144'
|
|
282
|
-
}
|
|
283
|
-
}]
|
|
284
|
-
},
|
|
285
250
|
{
|
|
286
251
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
287
252
|
denom_units: [{
|
|
@@ -784,6 +749,7 @@ const assets = {
|
|
|
784
749
|
denom: 'dym',
|
|
785
750
|
exponent: 18
|
|
786
751
|
}],
|
|
752
|
+
type_asset: 'sdk.coin',
|
|
787
753
|
base: 'ibc/9C273C3A2306B8C15EC86E93BC25194CFCCA1B1AE9AEFEF18618AD60F9ECD843',
|
|
788
754
|
name: 'Dymension',
|
|
789
755
|
display: 'dym',
|
|
@@ -813,42 +779,6 @@ const assets = {
|
|
|
813
779
|
}
|
|
814
780
|
}]
|
|
815
781
|
},
|
|
816
|
-
{
|
|
817
|
-
description: 'The native token of Nim Network.',
|
|
818
|
-
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.',
|
|
819
|
-
denom_units: [{
|
|
820
|
-
denom: 'ibc/2287839C36A493A7357FFA2234AD03CD4F1315F9EB4C9AA2AEE3578ABC63592C',
|
|
821
|
-
exponent: 0,
|
|
822
|
-
aliases: ['anim']
|
|
823
|
-
}, {
|
|
824
|
-
denom: 'nim',
|
|
825
|
-
exponent: 18
|
|
826
|
-
}],
|
|
827
|
-
base: 'ibc/2287839C36A493A7357FFA2234AD03CD4F1315F9EB4C9AA2AEE3578ABC63592C',
|
|
828
|
-
name: 'NIM Network',
|
|
829
|
-
display: 'nim',
|
|
830
|
-
symbol: 'NIM',
|
|
831
|
-
images: [{
|
|
832
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
833
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
834
|
-
}],
|
|
835
|
-
socials: {
|
|
836
|
-
website: 'https://nim.network/',
|
|
837
|
-
twitter: 'https://twitter.com/nim_network'
|
|
838
|
-
},
|
|
839
|
-
keywords: ['gaming', 'AI'],
|
|
840
|
-
traces: [{
|
|
841
|
-
type: 'ibc',
|
|
842
|
-
counterparty: {
|
|
843
|
-
channel_id: 'channel-3',
|
|
844
|
-
base_denom: 'anim',
|
|
845
|
-
chain_name: 'dymension'
|
|
846
|
-
},
|
|
847
|
-
chain: {
|
|
848
|
-
channel_id: 'channel-144'
|
|
849
|
-
}
|
|
850
|
-
}]
|
|
851
|
-
},
|
|
852
782
|
{
|
|
853
783
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
854
784
|
denom_units: [{
|
package/mainnet/kujira.js
CHANGED
|
@@ -808,6 +808,7 @@ const assets = {
|
|
|
808
808
|
denom: 'dym',
|
|
809
809
|
exponent: 18
|
|
810
810
|
}],
|
|
811
|
+
type_asset: 'sdk.coin',
|
|
811
812
|
base: 'ibc/9012F7E79EACC34CE81A4404ECBEED5A5DFFD61CCEE23F2B8600BAC948C483E6',
|
|
812
813
|
name: 'Dymension',
|
|
813
814
|
display: 'dym',
|
|
@@ -837,42 +838,6 @@ const assets = {
|
|
|
837
838
|
}
|
|
838
839
|
}]
|
|
839
840
|
},
|
|
840
|
-
{
|
|
841
|
-
description: 'The native token of Nim Network.',
|
|
842
|
-
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.',
|
|
843
|
-
denom_units: [{
|
|
844
|
-
denom: 'ibc/4955E2AE23CE802C60879F5217BB3F2EFE44DC304F737C1549934ECBDB4E06B6',
|
|
845
|
-
exponent: 0,
|
|
846
|
-
aliases: ['anim']
|
|
847
|
-
}, {
|
|
848
|
-
denom: 'nim',
|
|
849
|
-
exponent: 18
|
|
850
|
-
}],
|
|
851
|
-
base: 'ibc/4955E2AE23CE802C60879F5217BB3F2EFE44DC304F737C1549934ECBDB4E06B6',
|
|
852
|
-
name: 'NIM Network',
|
|
853
|
-
display: 'nim',
|
|
854
|
-
symbol: 'NIM',
|
|
855
|
-
images: [{
|
|
856
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
857
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
858
|
-
}],
|
|
859
|
-
socials: {
|
|
860
|
-
website: 'https://nim.network/',
|
|
861
|
-
twitter: 'https://twitter.com/nim_network'
|
|
862
|
-
},
|
|
863
|
-
keywords: ['gaming', 'AI'],
|
|
864
|
-
traces: [{
|
|
865
|
-
type: 'ibc',
|
|
866
|
-
counterparty: {
|
|
867
|
-
channel_id: 'channel-10',
|
|
868
|
-
base_denom: 'anim',
|
|
869
|
-
chain_name: 'dymension'
|
|
870
|
-
},
|
|
871
|
-
chain: {
|
|
872
|
-
channel_id: 'channel-160'
|
|
873
|
-
}
|
|
874
|
-
}]
|
|
875
|
-
},
|
|
876
841
|
{
|
|
877
842
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
878
843
|
denom_units: [{
|
|
@@ -2323,6 +2288,7 @@ const assets = {
|
|
|
2323
2288
|
denom: 'dym',
|
|
2324
2289
|
exponent: 18
|
|
2325
2290
|
}],
|
|
2291
|
+
type_asset: 'sdk.coin',
|
|
2326
2292
|
base: 'ibc/9012F7E79EACC34CE81A4404ECBEED5A5DFFD61CCEE23F2B8600BAC948C483E6',
|
|
2327
2293
|
name: 'Dymension',
|
|
2328
2294
|
display: 'dym',
|
|
@@ -2352,42 +2318,6 @@ const assets = {
|
|
|
2352
2318
|
}
|
|
2353
2319
|
}]
|
|
2354
2320
|
},
|
|
2355
|
-
{
|
|
2356
|
-
description: 'The native token of Nim Network.',
|
|
2357
|
-
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.',
|
|
2358
|
-
denom_units: [{
|
|
2359
|
-
denom: 'ibc/4955E2AE23CE802C60879F5217BB3F2EFE44DC304F737C1549934ECBDB4E06B6',
|
|
2360
|
-
exponent: 0,
|
|
2361
|
-
aliases: ['anim']
|
|
2362
|
-
}, {
|
|
2363
|
-
denom: 'nim',
|
|
2364
|
-
exponent: 18
|
|
2365
|
-
}],
|
|
2366
|
-
base: 'ibc/4955E2AE23CE802C60879F5217BB3F2EFE44DC304F737C1549934ECBDB4E06B6',
|
|
2367
|
-
name: 'NIM Network',
|
|
2368
|
-
display: 'nim',
|
|
2369
|
-
symbol: 'NIM',
|
|
2370
|
-
images: [{
|
|
2371
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
2372
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
2373
|
-
}],
|
|
2374
|
-
socials: {
|
|
2375
|
-
website: 'https://nim.network/',
|
|
2376
|
-
twitter: 'https://twitter.com/nim_network'
|
|
2377
|
-
},
|
|
2378
|
-
keywords: ['gaming', 'AI'],
|
|
2379
|
-
traces: [{
|
|
2380
|
-
type: 'ibc',
|
|
2381
|
-
counterparty: {
|
|
2382
|
-
channel_id: 'channel-10',
|
|
2383
|
-
base_denom: 'anim',
|
|
2384
|
-
chain_name: 'dymension'
|
|
2385
|
-
},
|
|
2386
|
-
chain: {
|
|
2387
|
-
channel_id: 'channel-160'
|
|
2388
|
-
}
|
|
2389
|
-
}]
|
|
2390
|
-
},
|
|
2391
2321
|
{
|
|
2392
2322
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2393
2323
|
denom_units: [{
|
package/mainnet/neutron.js
CHANGED
|
@@ -256,6 +256,7 @@ const assets = {
|
|
|
256
256
|
denom: 'dym',
|
|
257
257
|
exponent: 18
|
|
258
258
|
}],
|
|
259
|
+
type_asset: 'sdk.coin',
|
|
259
260
|
base: 'ibc/4A6A46D4263F2ED3DCE9CF866FE15E6903FB5E12D87EB8BDC1B6B1A1E2D397B4',
|
|
260
261
|
name: 'Dymension',
|
|
261
262
|
display: 'dym',
|
|
@@ -285,42 +286,6 @@ const assets = {
|
|
|
285
286
|
}
|
|
286
287
|
}]
|
|
287
288
|
},
|
|
288
|
-
{
|
|
289
|
-
description: 'The native token of Nim Network.',
|
|
290
|
-
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.',
|
|
291
|
-
denom_units: [{
|
|
292
|
-
denom: 'ibc/64D742D0D2544D9A621EF787B917E26FC3435E451A23078E3D24DB6AD3FBA5B4',
|
|
293
|
-
exponent: 0,
|
|
294
|
-
aliases: ['anim']
|
|
295
|
-
}, {
|
|
296
|
-
denom: 'nim',
|
|
297
|
-
exponent: 18
|
|
298
|
-
}],
|
|
299
|
-
base: 'ibc/64D742D0D2544D9A621EF787B917E26FC3435E451A23078E3D24DB6AD3FBA5B4',
|
|
300
|
-
name: 'NIM Network',
|
|
301
|
-
display: 'nim',
|
|
302
|
-
symbol: 'NIM',
|
|
303
|
-
images: [{
|
|
304
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
305
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
306
|
-
}],
|
|
307
|
-
socials: {
|
|
308
|
-
website: 'https://nim.network/',
|
|
309
|
-
twitter: 'https://twitter.com/nim_network'
|
|
310
|
-
},
|
|
311
|
-
keywords: ['gaming', 'AI'],
|
|
312
|
-
traces: [{
|
|
313
|
-
type: 'ibc',
|
|
314
|
-
counterparty: {
|
|
315
|
-
channel_id: 'channel-9',
|
|
316
|
-
base_denom: 'anim',
|
|
317
|
-
chain_name: 'dymension'
|
|
318
|
-
},
|
|
319
|
-
chain: {
|
|
320
|
-
channel_id: 'channel-675'
|
|
321
|
-
}
|
|
322
|
-
}]
|
|
323
|
-
},
|
|
324
289
|
{
|
|
325
290
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
326
291
|
denom_units: [{
|
|
@@ -936,6 +901,7 @@ const assets = {
|
|
|
936
901
|
denom: 'dym',
|
|
937
902
|
exponent: 18
|
|
938
903
|
}],
|
|
904
|
+
type_asset: 'sdk.coin',
|
|
939
905
|
base: 'ibc/4A6A46D4263F2ED3DCE9CF866FE15E6903FB5E12D87EB8BDC1B6B1A1E2D397B4',
|
|
940
906
|
name: 'Dymension',
|
|
941
907
|
display: 'dym',
|
|
@@ -965,42 +931,6 @@ const assets = {
|
|
|
965
931
|
}
|
|
966
932
|
}]
|
|
967
933
|
},
|
|
968
|
-
{
|
|
969
|
-
description: 'The native token of Nim Network.',
|
|
970
|
-
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.',
|
|
971
|
-
denom_units: [{
|
|
972
|
-
denom: 'ibc/64D742D0D2544D9A621EF787B917E26FC3435E451A23078E3D24DB6AD3FBA5B4',
|
|
973
|
-
exponent: 0,
|
|
974
|
-
aliases: ['anim']
|
|
975
|
-
}, {
|
|
976
|
-
denom: 'nim',
|
|
977
|
-
exponent: 18
|
|
978
|
-
}],
|
|
979
|
-
base: 'ibc/64D742D0D2544D9A621EF787B917E26FC3435E451A23078E3D24DB6AD3FBA5B4',
|
|
980
|
-
name: 'NIM Network',
|
|
981
|
-
display: 'nim',
|
|
982
|
-
symbol: 'NIM',
|
|
983
|
-
images: [{
|
|
984
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
985
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
986
|
-
}],
|
|
987
|
-
socials: {
|
|
988
|
-
website: 'https://nim.network/',
|
|
989
|
-
twitter: 'https://twitter.com/nim_network'
|
|
990
|
-
},
|
|
991
|
-
keywords: ['gaming', 'AI'],
|
|
992
|
-
traces: [{
|
|
993
|
-
type: 'ibc',
|
|
994
|
-
counterparty: {
|
|
995
|
-
channel_id: 'channel-9',
|
|
996
|
-
base_denom: 'anim',
|
|
997
|
-
chain_name: 'dymension'
|
|
998
|
-
},
|
|
999
|
-
chain: {
|
|
1000
|
-
channel_id: 'channel-675'
|
|
1001
|
-
}
|
|
1002
|
-
}]
|
|
1003
|
-
},
|
|
1004
934
|
{
|
|
1005
935
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
1006
936
|
denom_units: [{
|
package/mainnet/nim.d.ts
ADDED
package/mainnet/nim.js
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'nim',
|
|
5
|
+
assets: [{
|
|
6
|
+
description: 'The native governance and staking token of the Dymension Hub',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['adym']
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'dym',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
type_asset: 'sdk.coin',
|
|
16
|
+
base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
17
|
+
name: 'Dymension',
|
|
18
|
+
display: 'dym',
|
|
19
|
+
symbol: 'DYM',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'dymension',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://portal.dymension.xyz',
|
|
31
|
+
twitter: 'https://twitter.com/dymension'
|
|
32
|
+
},
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-49',
|
|
37
|
+
base_denom: 'adym',
|
|
38
|
+
chain_name: 'dymension'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-0'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
}, {
|
|
45
|
+
description: 'The native governance and staking token of the Dymension Hub',
|
|
46
|
+
denom_units: [{
|
|
47
|
+
denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
48
|
+
exponent: 0,
|
|
49
|
+
aliases: ['adym']
|
|
50
|
+
}, {
|
|
51
|
+
denom: 'dym',
|
|
52
|
+
exponent: 18
|
|
53
|
+
}],
|
|
54
|
+
type_asset: 'sdk.coin',
|
|
55
|
+
base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
56
|
+
name: 'Dymension',
|
|
57
|
+
display: 'dym',
|
|
58
|
+
symbol: 'DYM',
|
|
59
|
+
logo_URIs: {
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
61
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
62
|
+
},
|
|
63
|
+
coingecko_id: 'dymension',
|
|
64
|
+
images: [{
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
67
|
+
}],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://portal.dymension.xyz',
|
|
70
|
+
twitter: 'https://twitter.com/dymension'
|
|
71
|
+
},
|
|
72
|
+
traces: [{
|
|
73
|
+
type: 'ibc',
|
|
74
|
+
counterparty: {
|
|
75
|
+
channel_id: 'channel-49',
|
|
76
|
+
base_denom: 'adym',
|
|
77
|
+
chain_name: 'dymension'
|
|
78
|
+
},
|
|
79
|
+
chain: {
|
|
80
|
+
channel_id: 'channel-0'
|
|
81
|
+
}
|
|
82
|
+
}]
|
|
83
|
+
}]
|
|
84
|
+
};
|
|
85
|
+
exports.default = assets;
|