@chain-registry/assets 1.47.7 → 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/index.d.ts +1 -1
- 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/noble.js
CHANGED
|
@@ -367,6 +367,7 @@ const assets = {
|
|
|
367
367
|
denom: 'dym',
|
|
368
368
|
exponent: 18
|
|
369
369
|
}],
|
|
370
|
+
type_asset: 'sdk.coin',
|
|
370
371
|
base: 'ibc/079EF4321138241B91C926627ACFFE98B538F93463F3845486191A98A61198FA',
|
|
371
372
|
name: 'Dymension',
|
|
372
373
|
display: 'dym',
|
|
@@ -396,42 +397,6 @@ const assets = {
|
|
|
396
397
|
}
|
|
397
398
|
}]
|
|
398
399
|
},
|
|
399
|
-
{
|
|
400
|
-
description: 'The native token of Nim Network.',
|
|
401
|
-
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.',
|
|
402
|
-
denom_units: [{
|
|
403
|
-
denom: 'ibc/C3967620DFA3A977A31451600EA8DDD5C1F91128E1FF74423078A2BF4E31BAD4',
|
|
404
|
-
exponent: 0,
|
|
405
|
-
aliases: ['anim']
|
|
406
|
-
}, {
|
|
407
|
-
denom: 'nim',
|
|
408
|
-
exponent: 18
|
|
409
|
-
}],
|
|
410
|
-
base: 'ibc/C3967620DFA3A977A31451600EA8DDD5C1F91128E1FF74423078A2BF4E31BAD4',
|
|
411
|
-
name: 'NIM Network',
|
|
412
|
-
display: 'nim',
|
|
413
|
-
symbol: 'NIM',
|
|
414
|
-
images: [{
|
|
415
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
416
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
417
|
-
}],
|
|
418
|
-
socials: {
|
|
419
|
-
website: 'https://nim.network/',
|
|
420
|
-
twitter: 'https://twitter.com/nim_network'
|
|
421
|
-
},
|
|
422
|
-
keywords: ['gaming', 'AI'],
|
|
423
|
-
traces: [{
|
|
424
|
-
type: 'ibc',
|
|
425
|
-
counterparty: {
|
|
426
|
-
channel_id: 'channel-6',
|
|
427
|
-
base_denom: 'anim',
|
|
428
|
-
chain_name: 'dymension'
|
|
429
|
-
},
|
|
430
|
-
chain: {
|
|
431
|
-
channel_id: 'channel-62'
|
|
432
|
-
}
|
|
433
|
-
}]
|
|
434
|
-
},
|
|
435
400
|
{
|
|
436
401
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
437
402
|
denom_units: [{
|
|
@@ -1444,6 +1409,7 @@ const assets = {
|
|
|
1444
1409
|
denom: 'dym',
|
|
1445
1410
|
exponent: 18
|
|
1446
1411
|
}],
|
|
1412
|
+
type_asset: 'sdk.coin',
|
|
1447
1413
|
base: 'ibc/079EF4321138241B91C926627ACFFE98B538F93463F3845486191A98A61198FA',
|
|
1448
1414
|
name: 'Dymension',
|
|
1449
1415
|
display: 'dym',
|
|
@@ -1473,42 +1439,6 @@ const assets = {
|
|
|
1473
1439
|
}
|
|
1474
1440
|
}]
|
|
1475
1441
|
},
|
|
1476
|
-
{
|
|
1477
|
-
description: 'The native token of Nim Network.',
|
|
1478
|
-
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.',
|
|
1479
|
-
denom_units: [{
|
|
1480
|
-
denom: 'ibc/C3967620DFA3A977A31451600EA8DDD5C1F91128E1FF74423078A2BF4E31BAD4',
|
|
1481
|
-
exponent: 0,
|
|
1482
|
-
aliases: ['anim']
|
|
1483
|
-
}, {
|
|
1484
|
-
denom: 'nim',
|
|
1485
|
-
exponent: 18
|
|
1486
|
-
}],
|
|
1487
|
-
base: 'ibc/C3967620DFA3A977A31451600EA8DDD5C1F91128E1FF74423078A2BF4E31BAD4',
|
|
1488
|
-
name: 'NIM Network',
|
|
1489
|
-
display: 'nim',
|
|
1490
|
-
symbol: 'NIM',
|
|
1491
|
-
images: [{
|
|
1492
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1493
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1494
|
-
}],
|
|
1495
|
-
socials: {
|
|
1496
|
-
website: 'https://nim.network/',
|
|
1497
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1498
|
-
},
|
|
1499
|
-
keywords: ['gaming', 'AI'],
|
|
1500
|
-
traces: [{
|
|
1501
|
-
type: 'ibc',
|
|
1502
|
-
counterparty: {
|
|
1503
|
-
channel_id: 'channel-6',
|
|
1504
|
-
base_denom: 'anim',
|
|
1505
|
-
chain_name: 'dymension'
|
|
1506
|
-
},
|
|
1507
|
-
chain: {
|
|
1508
|
-
channel_id: 'channel-62'
|
|
1509
|
-
}
|
|
1510
|
-
}]
|
|
1511
|
-
},
|
|
1512
1442
|
{
|
|
1513
1443
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1514
1444
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -1904,6 +1904,7 @@ const assets = {
|
|
|
1904
1904
|
denom: 'dym',
|
|
1905
1905
|
exponent: 18
|
|
1906
1906
|
}],
|
|
1907
|
+
type_asset: 'sdk.coin',
|
|
1907
1908
|
base: 'ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110',
|
|
1908
1909
|
name: 'Dymension',
|
|
1909
1910
|
display: 'dym',
|
|
@@ -1933,42 +1934,6 @@ const assets = {
|
|
|
1933
1934
|
}
|
|
1934
1935
|
}]
|
|
1935
1936
|
},
|
|
1936
|
-
{
|
|
1937
|
-
description: 'The native token of Nim Network.',
|
|
1938
|
-
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.',
|
|
1939
|
-
denom_units: [{
|
|
1940
|
-
denom: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
1941
|
-
exponent: 0,
|
|
1942
|
-
aliases: ['anim']
|
|
1943
|
-
}, {
|
|
1944
|
-
denom: 'nim',
|
|
1945
|
-
exponent: 18
|
|
1946
|
-
}],
|
|
1947
|
-
base: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
1948
|
-
name: 'NIM Network',
|
|
1949
|
-
display: 'nim',
|
|
1950
|
-
symbol: 'NIM',
|
|
1951
|
-
images: [{
|
|
1952
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1953
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1954
|
-
}],
|
|
1955
|
-
socials: {
|
|
1956
|
-
website: 'https://nim.network/',
|
|
1957
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1958
|
-
},
|
|
1959
|
-
keywords: ['gaming', 'AI'],
|
|
1960
|
-
traces: [{
|
|
1961
|
-
type: 'ibc',
|
|
1962
|
-
counterparty: {
|
|
1963
|
-
channel_id: 'channel-2',
|
|
1964
|
-
base_denom: 'anim',
|
|
1965
|
-
chain_name: 'dymension'
|
|
1966
|
-
},
|
|
1967
|
-
chain: {
|
|
1968
|
-
channel_id: 'channel-19774'
|
|
1969
|
-
}
|
|
1970
|
-
}]
|
|
1971
|
-
},
|
|
1972
1937
|
{
|
|
1973
1938
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
1974
1939
|
denom_units: [{
|
|
@@ -6414,6 +6379,7 @@ const assets = {
|
|
|
6414
6379
|
denom: 'dym',
|
|
6415
6380
|
exponent: 18
|
|
6416
6381
|
}],
|
|
6382
|
+
type_asset: 'sdk.coin',
|
|
6417
6383
|
base: 'ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110',
|
|
6418
6384
|
name: 'Dymension',
|
|
6419
6385
|
display: 'dym',
|
|
@@ -6443,42 +6409,6 @@ const assets = {
|
|
|
6443
6409
|
}
|
|
6444
6410
|
}]
|
|
6445
6411
|
},
|
|
6446
|
-
{
|
|
6447
|
-
description: 'The native token of Nim Network.',
|
|
6448
|
-
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.',
|
|
6449
|
-
denom_units: [{
|
|
6450
|
-
denom: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
6451
|
-
exponent: 0,
|
|
6452
|
-
aliases: ['anim']
|
|
6453
|
-
}, {
|
|
6454
|
-
denom: 'nim',
|
|
6455
|
-
exponent: 18
|
|
6456
|
-
}],
|
|
6457
|
-
base: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
6458
|
-
name: 'NIM Network',
|
|
6459
|
-
display: 'nim',
|
|
6460
|
-
symbol: 'NIM',
|
|
6461
|
-
images: [{
|
|
6462
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
6463
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
6464
|
-
}],
|
|
6465
|
-
socials: {
|
|
6466
|
-
website: 'https://nim.network/',
|
|
6467
|
-
twitter: 'https://twitter.com/nim_network'
|
|
6468
|
-
},
|
|
6469
|
-
keywords: ['gaming', 'AI'],
|
|
6470
|
-
traces: [{
|
|
6471
|
-
type: 'ibc',
|
|
6472
|
-
counterparty: {
|
|
6473
|
-
channel_id: 'channel-2',
|
|
6474
|
-
base_denom: 'anim',
|
|
6475
|
-
chain_name: 'dymension'
|
|
6476
|
-
},
|
|
6477
|
-
chain: {
|
|
6478
|
-
channel_id: 'channel-19774'
|
|
6479
|
-
}
|
|
6480
|
-
}]
|
|
6481
|
-
},
|
|
6482
6412
|
{
|
|
6483
6413
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
6484
6414
|
denom_units: [{
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -614,6 +614,7 @@ const assets = {
|
|
|
614
614
|
denom: 'dym',
|
|
615
615
|
exponent: 18
|
|
616
616
|
}],
|
|
617
|
+
type_asset: 'sdk.coin',
|
|
617
618
|
base: 'ibc/6F3AC063885E799319E49C0F5D984C5DB1FC6542558225B87653023342DDD2CE',
|
|
618
619
|
name: 'Dymension',
|
|
619
620
|
display: 'dym',
|
|
@@ -643,42 +644,6 @@ const assets = {
|
|
|
643
644
|
}
|
|
644
645
|
}]
|
|
645
646
|
},
|
|
646
|
-
{
|
|
647
|
-
description: 'The native token of Nim Network.',
|
|
648
|
-
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.',
|
|
649
|
-
denom_units: [{
|
|
650
|
-
denom: 'ibc/58BDCDBBBE602C904C1C16DDAC7BDE5355B867C01015A369AF25F52D0657C2D0',
|
|
651
|
-
exponent: 0,
|
|
652
|
-
aliases: ['anim']
|
|
653
|
-
}, {
|
|
654
|
-
denom: 'nim',
|
|
655
|
-
exponent: 18
|
|
656
|
-
}],
|
|
657
|
-
base: 'ibc/58BDCDBBBE602C904C1C16DDAC7BDE5355B867C01015A369AF25F52D0657C2D0',
|
|
658
|
-
name: 'NIM Network',
|
|
659
|
-
display: 'nim',
|
|
660
|
-
symbol: 'NIM',
|
|
661
|
-
images: [{
|
|
662
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
663
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
664
|
-
}],
|
|
665
|
-
socials: {
|
|
666
|
-
website: 'https://nim.network/',
|
|
667
|
-
twitter: 'https://twitter.com/nim_network'
|
|
668
|
-
},
|
|
669
|
-
keywords: ['gaming', 'AI'],
|
|
670
|
-
traces: [{
|
|
671
|
-
type: 'ibc',
|
|
672
|
-
counterparty: {
|
|
673
|
-
channel_id: 'channel-35',
|
|
674
|
-
base_denom: 'anim',
|
|
675
|
-
chain_name: 'dymension'
|
|
676
|
-
},
|
|
677
|
-
chain: {
|
|
678
|
-
channel_id: 'channel-130'
|
|
679
|
-
}
|
|
680
|
-
}]
|
|
681
|
-
},
|
|
682
647
|
{
|
|
683
648
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
684
649
|
denom_units: [{
|
|
@@ -2216,6 +2181,7 @@ const assets = {
|
|
|
2216
2181
|
denom: 'dym',
|
|
2217
2182
|
exponent: 18
|
|
2218
2183
|
}],
|
|
2184
|
+
type_asset: 'sdk.coin',
|
|
2219
2185
|
base: 'ibc/6F3AC063885E799319E49C0F5D984C5DB1FC6542558225B87653023342DDD2CE',
|
|
2220
2186
|
name: 'Dymension',
|
|
2221
2187
|
display: 'dym',
|
|
@@ -2245,42 +2211,6 @@ const assets = {
|
|
|
2245
2211
|
}
|
|
2246
2212
|
}]
|
|
2247
2213
|
},
|
|
2248
|
-
{
|
|
2249
|
-
description: 'The native token of Nim Network.',
|
|
2250
|
-
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.',
|
|
2251
|
-
denom_units: [{
|
|
2252
|
-
denom: 'ibc/58BDCDBBBE602C904C1C16DDAC7BDE5355B867C01015A369AF25F52D0657C2D0',
|
|
2253
|
-
exponent: 0,
|
|
2254
|
-
aliases: ['anim']
|
|
2255
|
-
}, {
|
|
2256
|
-
denom: 'nim',
|
|
2257
|
-
exponent: 18
|
|
2258
|
-
}],
|
|
2259
|
-
base: 'ibc/58BDCDBBBE602C904C1C16DDAC7BDE5355B867C01015A369AF25F52D0657C2D0',
|
|
2260
|
-
name: 'NIM Network',
|
|
2261
|
-
display: 'nim',
|
|
2262
|
-
symbol: 'NIM',
|
|
2263
|
-
images: [{
|
|
2264
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
2265
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
2266
|
-
}],
|
|
2267
|
-
socials: {
|
|
2268
|
-
website: 'https://nim.network/',
|
|
2269
|
-
twitter: 'https://twitter.com/nim_network'
|
|
2270
|
-
},
|
|
2271
|
-
keywords: ['gaming', 'AI'],
|
|
2272
|
-
traces: [{
|
|
2273
|
-
type: 'ibc',
|
|
2274
|
-
counterparty: {
|
|
2275
|
-
channel_id: 'channel-35',
|
|
2276
|
-
base_denom: 'anim',
|
|
2277
|
-
chain_name: 'dymension'
|
|
2278
|
-
},
|
|
2279
|
-
chain: {
|
|
2280
|
-
channel_id: 'channel-130'
|
|
2281
|
-
}
|
|
2282
|
-
}]
|
|
2283
|
-
},
|
|
2284
2214
|
{
|
|
2285
2215
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2286
2216
|
denom_units: [{
|
package/mainnet/stride.js
CHANGED
|
@@ -645,6 +645,7 @@ const assets = {
|
|
|
645
645
|
denom: 'dym',
|
|
646
646
|
exponent: 18
|
|
647
647
|
}],
|
|
648
|
+
type_asset: 'sdk.coin',
|
|
648
649
|
base: 'ibc/E1C22332C083574F3418481359733BA8887D171E76C80AD9237422AEABB66018',
|
|
649
650
|
name: 'Dymension',
|
|
650
651
|
display: 'dym',
|
|
@@ -674,42 +675,6 @@ const assets = {
|
|
|
674
675
|
}
|
|
675
676
|
}]
|
|
676
677
|
},
|
|
677
|
-
{
|
|
678
|
-
description: 'The native token of Nim Network.',
|
|
679
|
-
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.',
|
|
680
|
-
denom_units: [{
|
|
681
|
-
denom: 'ibc/EED3602127C2CEE5A1C75F72CD4F9DAB959F579C1B0E92A7E630916CC34E3B73',
|
|
682
|
-
exponent: 0,
|
|
683
|
-
aliases: ['anim']
|
|
684
|
-
}, {
|
|
685
|
-
denom: 'nim',
|
|
686
|
-
exponent: 18
|
|
687
|
-
}],
|
|
688
|
-
base: 'ibc/EED3602127C2CEE5A1C75F72CD4F9DAB959F579C1B0E92A7E630916CC34E3B73',
|
|
689
|
-
name: 'NIM Network',
|
|
690
|
-
display: 'nim',
|
|
691
|
-
symbol: 'NIM',
|
|
692
|
-
images: [{
|
|
693
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
694
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
695
|
-
}],
|
|
696
|
-
socials: {
|
|
697
|
-
website: 'https://nim.network/',
|
|
698
|
-
twitter: 'https://twitter.com/nim_network'
|
|
699
|
-
},
|
|
700
|
-
keywords: ['gaming', 'AI'],
|
|
701
|
-
traces: [{
|
|
702
|
-
type: 'ibc',
|
|
703
|
-
counterparty: {
|
|
704
|
-
channel_id: 'channel-0',
|
|
705
|
-
base_denom: 'anim',
|
|
706
|
-
chain_name: 'dymension'
|
|
707
|
-
},
|
|
708
|
-
chain: {
|
|
709
|
-
channel_id: 'channel-197'
|
|
710
|
-
}
|
|
711
|
-
}]
|
|
712
|
-
},
|
|
713
678
|
{
|
|
714
679
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
715
680
|
denom_units: [{
|
|
@@ -2185,6 +2150,7 @@ const assets = {
|
|
|
2185
2150
|
denom: 'dym',
|
|
2186
2151
|
exponent: 18
|
|
2187
2152
|
}],
|
|
2153
|
+
type_asset: 'sdk.coin',
|
|
2188
2154
|
base: 'ibc/E1C22332C083574F3418481359733BA8887D171E76C80AD9237422AEABB66018',
|
|
2189
2155
|
name: 'Dymension',
|
|
2190
2156
|
display: 'dym',
|
|
@@ -2214,42 +2180,6 @@ const assets = {
|
|
|
2214
2180
|
}
|
|
2215
2181
|
}]
|
|
2216
2182
|
},
|
|
2217
|
-
{
|
|
2218
|
-
description: 'The native token of Nim Network.',
|
|
2219
|
-
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.',
|
|
2220
|
-
denom_units: [{
|
|
2221
|
-
denom: 'ibc/EED3602127C2CEE5A1C75F72CD4F9DAB959F579C1B0E92A7E630916CC34E3B73',
|
|
2222
|
-
exponent: 0,
|
|
2223
|
-
aliases: ['anim']
|
|
2224
|
-
}, {
|
|
2225
|
-
denom: 'nim',
|
|
2226
|
-
exponent: 18
|
|
2227
|
-
}],
|
|
2228
|
-
base: 'ibc/EED3602127C2CEE5A1C75F72CD4F9DAB959F579C1B0E92A7E630916CC34E3B73',
|
|
2229
|
-
name: 'NIM Network',
|
|
2230
|
-
display: 'nim',
|
|
2231
|
-
symbol: 'NIM',
|
|
2232
|
-
images: [{
|
|
2233
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
2234
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
2235
|
-
}],
|
|
2236
|
-
socials: {
|
|
2237
|
-
website: 'https://nim.network/',
|
|
2238
|
-
twitter: 'https://twitter.com/nim_network'
|
|
2239
|
-
},
|
|
2240
|
-
keywords: ['gaming', 'AI'],
|
|
2241
|
-
traces: [{
|
|
2242
|
-
type: 'ibc',
|
|
2243
|
-
counterparty: {
|
|
2244
|
-
channel_id: 'channel-0',
|
|
2245
|
-
base_denom: 'anim',
|
|
2246
|
-
chain_name: 'dymension'
|
|
2247
|
-
},
|
|
2248
|
-
chain: {
|
|
2249
|
-
channel_id: 'channel-197'
|
|
2250
|
-
}
|
|
2251
|
-
}]
|
|
2252
|
-
},
|
|
2253
2183
|
{
|
|
2254
2184
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2255
2185
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.8",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.29.
|
|
33
|
-
"chain-registry": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.29.12",
|
|
33
|
+
"chain-registry": "^1.46.8"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.28.
|
|
36
|
+
"@chain-registry/types": "^0.28.12"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "75558cf0c1f53dfdc3e492f59595a4efef0b8b72"
|
|
47
47
|
}
|