@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/esm/mainnet/archway.js
CHANGED
|
@@ -529,6 +529,7 @@ const assets = {
|
|
|
529
529
|
denom: 'dym',
|
|
530
530
|
exponent: 18
|
|
531
531
|
}],
|
|
532
|
+
type_asset: 'sdk.coin',
|
|
532
533
|
base: 'ibc/5BAD723F09B0CDBB5AC6B439BF9670DA77DEE1F2330CF74D855937E2D6E15E49',
|
|
533
534
|
name: 'Dymension',
|
|
534
535
|
display: 'dym',
|
|
@@ -558,42 +559,6 @@ const assets = {
|
|
|
558
559
|
}
|
|
559
560
|
}]
|
|
560
561
|
},
|
|
561
|
-
{
|
|
562
|
-
description: 'The native token of Nim Network.',
|
|
563
|
-
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.',
|
|
564
|
-
denom_units: [{
|
|
565
|
-
denom: 'ibc/9EC6A1F970DFC1D127AF9EFAAA9A80BAF33CFEAABA0A8C480A29FB03EECE6CFC',
|
|
566
|
-
exponent: 0,
|
|
567
|
-
aliases: ['anim']
|
|
568
|
-
}, {
|
|
569
|
-
denom: 'nim',
|
|
570
|
-
exponent: 18
|
|
571
|
-
}],
|
|
572
|
-
base: 'ibc/9EC6A1F970DFC1D127AF9EFAAA9A80BAF33CFEAABA0A8C480A29FB03EECE6CFC',
|
|
573
|
-
name: 'NIM Network',
|
|
574
|
-
display: 'nim',
|
|
575
|
-
symbol: 'NIM',
|
|
576
|
-
images: [{
|
|
577
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
578
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
579
|
-
}],
|
|
580
|
-
socials: {
|
|
581
|
-
website: 'https://nim.network/',
|
|
582
|
-
twitter: 'https://twitter.com/nim_network'
|
|
583
|
-
},
|
|
584
|
-
keywords: ['gaming', 'AI'],
|
|
585
|
-
traces: [{
|
|
586
|
-
type: 'ibc',
|
|
587
|
-
counterparty: {
|
|
588
|
-
channel_id: 'channel-45',
|
|
589
|
-
base_denom: 'anim',
|
|
590
|
-
chain_name: 'dymension'
|
|
591
|
-
},
|
|
592
|
-
chain: {
|
|
593
|
-
channel_id: 'channel-123'
|
|
594
|
-
}
|
|
595
|
-
}]
|
|
596
|
-
},
|
|
597
562
|
{
|
|
598
563
|
description: 'The native token of Gravity Bridge',
|
|
599
564
|
denom_units: [{
|
|
@@ -1646,6 +1611,7 @@ const assets = {
|
|
|
1646
1611
|
denom: 'dym',
|
|
1647
1612
|
exponent: 18
|
|
1648
1613
|
}],
|
|
1614
|
+
type_asset: 'sdk.coin',
|
|
1649
1615
|
base: 'ibc/5BAD723F09B0CDBB5AC6B439BF9670DA77DEE1F2330CF74D855937E2D6E15E49',
|
|
1650
1616
|
name: 'Dymension',
|
|
1651
1617
|
display: 'dym',
|
|
@@ -1675,42 +1641,6 @@ const assets = {
|
|
|
1675
1641
|
}
|
|
1676
1642
|
}]
|
|
1677
1643
|
},
|
|
1678
|
-
{
|
|
1679
|
-
description: 'The native token of Nim Network.',
|
|
1680
|
-
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.',
|
|
1681
|
-
denom_units: [{
|
|
1682
|
-
denom: 'ibc/9EC6A1F970DFC1D127AF9EFAAA9A80BAF33CFEAABA0A8C480A29FB03EECE6CFC',
|
|
1683
|
-
exponent: 0,
|
|
1684
|
-
aliases: ['anim']
|
|
1685
|
-
}, {
|
|
1686
|
-
denom: 'nim',
|
|
1687
|
-
exponent: 18
|
|
1688
|
-
}],
|
|
1689
|
-
base: 'ibc/9EC6A1F970DFC1D127AF9EFAAA9A80BAF33CFEAABA0A8C480A29FB03EECE6CFC',
|
|
1690
|
-
name: 'NIM Network',
|
|
1691
|
-
display: 'nim',
|
|
1692
|
-
symbol: 'NIM',
|
|
1693
|
-
images: [{
|
|
1694
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1695
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1696
|
-
}],
|
|
1697
|
-
socials: {
|
|
1698
|
-
website: 'https://nim.network/',
|
|
1699
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1700
|
-
},
|
|
1701
|
-
keywords: ['gaming', 'AI'],
|
|
1702
|
-
traces: [{
|
|
1703
|
-
type: 'ibc',
|
|
1704
|
-
counterparty: {
|
|
1705
|
-
channel_id: 'channel-45',
|
|
1706
|
-
base_denom: 'anim',
|
|
1707
|
-
chain_name: 'dymension'
|
|
1708
|
-
},
|
|
1709
|
-
chain: {
|
|
1710
|
-
channel_id: 'channel-123'
|
|
1711
|
-
}
|
|
1712
|
-
}]
|
|
1713
|
-
},
|
|
1714
1644
|
{
|
|
1715
1645
|
description: 'The native token of Gravity Bridge',
|
|
1716
1646
|
denom_units: [{
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -76,6 +76,7 @@ import _microtick from './microtick';
|
|
|
76
76
|
import _migaloo from './migaloo';
|
|
77
77
|
import _neutron from './neutron';
|
|
78
78
|
import _nibiru from './nibiru';
|
|
79
|
+
import _nim from './nim';
|
|
79
80
|
import _noble from './noble';
|
|
80
81
|
import _nois from './nois';
|
|
81
82
|
import _nolus from './nolus';
|
|
@@ -129,5 +130,5 @@ import _unification from './unification';
|
|
|
129
130
|
import _uptick from './uptick';
|
|
130
131
|
import _vidulum from './vidulum';
|
|
131
132
|
import _xpla from './xpla';
|
|
132
|
-
const assets = [_8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _likecoin, _lumenx, _lumnetwork, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutron, _nibiru, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _saga, _scorum, _secretnetwork, _seda, _sei, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
133
|
+
const assets = [_8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _likecoin, _lumenx, _lumnetwork, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _saga, _scorum, _secretnetwork, _seda, _sei, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
133
134
|
export default assets;
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -817,6 +817,7 @@ const assets = {
|
|
|
817
817
|
denom: 'dym',
|
|
818
818
|
exponent: 18
|
|
819
819
|
}],
|
|
820
|
+
type_asset: 'sdk.coin',
|
|
820
821
|
base: 'ibc/0F9EA9664729F336E5DC0FCB341E1C1993B6A272F5E4003CA74D9F8D54CEF43A',
|
|
821
822
|
name: 'Dymension',
|
|
822
823
|
display: 'dym',
|
|
@@ -846,42 +847,6 @@ const assets = {
|
|
|
846
847
|
}
|
|
847
848
|
}]
|
|
848
849
|
},
|
|
849
|
-
{
|
|
850
|
-
description: 'The native token of Nim Network.',
|
|
851
|
-
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.',
|
|
852
|
-
denom_units: [{
|
|
853
|
-
denom: 'ibc/F0E1334B02ED6426711286467B09309FF79D46AB169CC3696156D5374BAC6FB8',
|
|
854
|
-
exponent: 0,
|
|
855
|
-
aliases: ['anim']
|
|
856
|
-
}, {
|
|
857
|
-
denom: 'nim',
|
|
858
|
-
exponent: 18
|
|
859
|
-
}],
|
|
860
|
-
base: 'ibc/F0E1334B02ED6426711286467B09309FF79D46AB169CC3696156D5374BAC6FB8',
|
|
861
|
-
name: 'NIM Network',
|
|
862
|
-
display: 'nim',
|
|
863
|
-
symbol: 'NIM',
|
|
864
|
-
images: [{
|
|
865
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
866
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
867
|
-
}],
|
|
868
|
-
socials: {
|
|
869
|
-
website: 'https://nim.network/',
|
|
870
|
-
twitter: 'https://twitter.com/nim_network'
|
|
871
|
-
},
|
|
872
|
-
keywords: ['gaming', 'AI'],
|
|
873
|
-
traces: [{
|
|
874
|
-
type: 'ibc',
|
|
875
|
-
counterparty: {
|
|
876
|
-
channel_id: 'channel-5',
|
|
877
|
-
base_denom: 'anim',
|
|
878
|
-
chain_name: 'dymension'
|
|
879
|
-
},
|
|
880
|
-
chain: {
|
|
881
|
-
channel_id: 'channel-138'
|
|
882
|
-
}
|
|
883
|
-
}]
|
|
884
|
-
},
|
|
885
850
|
{
|
|
886
851
|
description: 'The native staking and governance token of Empower.',
|
|
887
852
|
denom_units: [{
|
|
@@ -2526,6 +2491,7 @@ const assets = {
|
|
|
2526
2491
|
denom: 'dym',
|
|
2527
2492
|
exponent: 18
|
|
2528
2493
|
}],
|
|
2494
|
+
type_asset: 'sdk.coin',
|
|
2529
2495
|
base: 'ibc/0F9EA9664729F336E5DC0FCB341E1C1993B6A272F5E4003CA74D9F8D54CEF43A',
|
|
2530
2496
|
name: 'Dymension',
|
|
2531
2497
|
display: 'dym',
|
|
@@ -2555,42 +2521,6 @@ const assets = {
|
|
|
2555
2521
|
}
|
|
2556
2522
|
}]
|
|
2557
2523
|
},
|
|
2558
|
-
{
|
|
2559
|
-
description: 'The native token of Nim Network.',
|
|
2560
|
-
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.',
|
|
2561
|
-
denom_units: [{
|
|
2562
|
-
denom: 'ibc/F0E1334B02ED6426711286467B09309FF79D46AB169CC3696156D5374BAC6FB8',
|
|
2563
|
-
exponent: 0,
|
|
2564
|
-
aliases: ['anim']
|
|
2565
|
-
}, {
|
|
2566
|
-
denom: 'nim',
|
|
2567
|
-
exponent: 18
|
|
2568
|
-
}],
|
|
2569
|
-
base: 'ibc/F0E1334B02ED6426711286467B09309FF79D46AB169CC3696156D5374BAC6FB8',
|
|
2570
|
-
name: 'NIM Network',
|
|
2571
|
-
display: 'nim',
|
|
2572
|
-
symbol: 'NIM',
|
|
2573
|
-
images: [{
|
|
2574
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
2575
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
2576
|
-
}],
|
|
2577
|
-
socials: {
|
|
2578
|
-
website: 'https://nim.network/',
|
|
2579
|
-
twitter: 'https://twitter.com/nim_network'
|
|
2580
|
-
},
|
|
2581
|
-
keywords: ['gaming', 'AI'],
|
|
2582
|
-
traces: [{
|
|
2583
|
-
type: 'ibc',
|
|
2584
|
-
counterparty: {
|
|
2585
|
-
channel_id: 'channel-5',
|
|
2586
|
-
base_denom: 'anim',
|
|
2587
|
-
chain_name: 'dymension'
|
|
2588
|
-
},
|
|
2589
|
-
chain: {
|
|
2590
|
-
channel_id: 'channel-138'
|
|
2591
|
-
}
|
|
2592
|
-
}]
|
|
2593
|
-
},
|
|
2594
2524
|
{
|
|
2595
2525
|
description: 'The native staking and governance token of Empower.',
|
|
2596
2526
|
denom_units: [{
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -89,6 +89,7 @@ const assets = {
|
|
|
89
89
|
denom: 'dym',
|
|
90
90
|
exponent: 18
|
|
91
91
|
}],
|
|
92
|
+
type_asset: 'sdk.coin',
|
|
92
93
|
base: 'ibc/D5219DCDA4565FD7B3FD96C046854A2D4A005E895D1D2A7A5C83D8A3A279DD11',
|
|
93
94
|
name: 'Dymension',
|
|
94
95
|
display: 'dym',
|
|
@@ -118,42 +119,6 @@ const assets = {
|
|
|
118
119
|
}
|
|
119
120
|
}]
|
|
120
121
|
},
|
|
121
|
-
{
|
|
122
|
-
description: 'The native token of Nim Network.',
|
|
123
|
-
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.',
|
|
124
|
-
denom_units: [{
|
|
125
|
-
denom: 'ibc/5DA65EE8AB47DEB1813C66DDC452C542C602583D6E3833B19E20694A5AE0AF2F',
|
|
126
|
-
exponent: 0,
|
|
127
|
-
aliases: ['anim']
|
|
128
|
-
}, {
|
|
129
|
-
denom: 'nim',
|
|
130
|
-
exponent: 18
|
|
131
|
-
}],
|
|
132
|
-
base: 'ibc/5DA65EE8AB47DEB1813C66DDC452C542C602583D6E3833B19E20694A5AE0AF2F',
|
|
133
|
-
name: 'NIM Network',
|
|
134
|
-
display: 'nim',
|
|
135
|
-
symbol: 'NIM',
|
|
136
|
-
images: [{
|
|
137
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
138
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
139
|
-
}],
|
|
140
|
-
socials: {
|
|
141
|
-
website: 'https://nim.network/',
|
|
142
|
-
twitter: 'https://twitter.com/nim_network'
|
|
143
|
-
},
|
|
144
|
-
keywords: ['gaming', 'AI'],
|
|
145
|
-
traces: [{
|
|
146
|
-
type: 'ibc',
|
|
147
|
-
counterparty: {
|
|
148
|
-
channel_id: 'channel-4',
|
|
149
|
-
base_denom: 'anim',
|
|
150
|
-
chain_name: 'dymension'
|
|
151
|
-
},
|
|
152
|
-
chain: {
|
|
153
|
-
channel_id: 'channel-27'
|
|
154
|
-
}
|
|
155
|
-
}]
|
|
156
|
-
},
|
|
157
122
|
{
|
|
158
123
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
159
124
|
denom_units: [{
|
|
@@ -1005,6 +970,7 @@ const assets = {
|
|
|
1005
970
|
denom: 'dym',
|
|
1006
971
|
exponent: 18
|
|
1007
972
|
}],
|
|
973
|
+
type_asset: 'sdk.coin',
|
|
1008
974
|
base: 'ibc/D5219DCDA4565FD7B3FD96C046854A2D4A005E895D1D2A7A5C83D8A3A279DD11',
|
|
1009
975
|
name: 'Dymension',
|
|
1010
976
|
display: 'dym',
|
|
@@ -1034,42 +1000,6 @@ const assets = {
|
|
|
1034
1000
|
}
|
|
1035
1001
|
}]
|
|
1036
1002
|
},
|
|
1037
|
-
{
|
|
1038
|
-
description: 'The native token of Nim Network.',
|
|
1039
|
-
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.',
|
|
1040
|
-
denom_units: [{
|
|
1041
|
-
denom: 'ibc/5DA65EE8AB47DEB1813C66DDC452C542C602583D6E3833B19E20694A5AE0AF2F',
|
|
1042
|
-
exponent: 0,
|
|
1043
|
-
aliases: ['anim']
|
|
1044
|
-
}, {
|
|
1045
|
-
denom: 'nim',
|
|
1046
|
-
exponent: 18
|
|
1047
|
-
}],
|
|
1048
|
-
base: 'ibc/5DA65EE8AB47DEB1813C66DDC452C542C602583D6E3833B19E20694A5AE0AF2F',
|
|
1049
|
-
name: 'NIM Network',
|
|
1050
|
-
display: 'nim',
|
|
1051
|
-
symbol: 'NIM',
|
|
1052
|
-
images: [{
|
|
1053
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1054
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1055
|
-
}],
|
|
1056
|
-
socials: {
|
|
1057
|
-
website: 'https://nim.network/',
|
|
1058
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1059
|
-
},
|
|
1060
|
-
keywords: ['gaming', 'AI'],
|
|
1061
|
-
traces: [{
|
|
1062
|
-
type: 'ibc',
|
|
1063
|
-
counterparty: {
|
|
1064
|
-
channel_id: 'channel-4',
|
|
1065
|
-
base_denom: 'anim',
|
|
1066
|
-
chain_name: 'dymension'
|
|
1067
|
-
},
|
|
1068
|
-
chain: {
|
|
1069
|
-
channel_id: 'channel-27'
|
|
1070
|
-
}
|
|
1071
|
-
}]
|
|
1072
|
-
},
|
|
1073
1003
|
{
|
|
1074
1004
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1075
1005
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -1482,6 +1482,7 @@ const assets = {
|
|
|
1482
1482
|
denom: 'dym',
|
|
1483
1483
|
exponent: 18
|
|
1484
1484
|
}],
|
|
1485
|
+
type_asset: 'sdk.coin',
|
|
1485
1486
|
base: 'ibc/49ACCECDED4A6A2B5DD683FA048235F4F66B65F58CD558C9A441195502191D01',
|
|
1486
1487
|
name: 'Dymension',
|
|
1487
1488
|
display: 'dym',
|
|
@@ -1511,42 +1512,6 @@ const assets = {
|
|
|
1511
1512
|
}
|
|
1512
1513
|
}]
|
|
1513
1514
|
},
|
|
1514
|
-
{
|
|
1515
|
-
description: 'The native token of Nim Network.',
|
|
1516
|
-
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.',
|
|
1517
|
-
denom_units: [{
|
|
1518
|
-
denom: 'ibc/1DF265BDFB1B601908DC11667EE1D84D2A882423D2444325405311F3ACD22223',
|
|
1519
|
-
exponent: 0,
|
|
1520
|
-
aliases: ['anim']
|
|
1521
|
-
}, {
|
|
1522
|
-
denom: 'nim',
|
|
1523
|
-
exponent: 18
|
|
1524
|
-
}],
|
|
1525
|
-
base: 'ibc/1DF265BDFB1B601908DC11667EE1D84D2A882423D2444325405311F3ACD22223',
|
|
1526
|
-
name: 'NIM Network',
|
|
1527
|
-
display: 'nim',
|
|
1528
|
-
symbol: 'NIM',
|
|
1529
|
-
images: [{
|
|
1530
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1531
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1532
|
-
}],
|
|
1533
|
-
socials: {
|
|
1534
|
-
website: 'https://nim.network/',
|
|
1535
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1536
|
-
},
|
|
1537
|
-
keywords: ['gaming', 'AI'],
|
|
1538
|
-
traces: [{
|
|
1539
|
-
type: 'ibc',
|
|
1540
|
-
counterparty: {
|
|
1541
|
-
channel_id: 'channel-1',
|
|
1542
|
-
base_denom: 'anim',
|
|
1543
|
-
chain_name: 'dymension'
|
|
1544
|
-
},
|
|
1545
|
-
chain: {
|
|
1546
|
-
channel_id: 'channel-794'
|
|
1547
|
-
}
|
|
1548
|
-
}]
|
|
1549
|
-
},
|
|
1550
1515
|
{
|
|
1551
1516
|
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.',
|
|
1552
1517
|
denom_units: [{
|
|
@@ -3900,6 +3865,7 @@ const assets = {
|
|
|
3900
3865
|
denom: 'dym',
|
|
3901
3866
|
exponent: 18
|
|
3902
3867
|
}],
|
|
3868
|
+
type_asset: 'sdk.coin',
|
|
3903
3869
|
base: 'ibc/49ACCECDED4A6A2B5DD683FA048235F4F66B65F58CD558C9A441195502191D01',
|
|
3904
3870
|
name: 'Dymension',
|
|
3905
3871
|
display: 'dym',
|
|
@@ -3929,42 +3895,6 @@ const assets = {
|
|
|
3929
3895
|
}
|
|
3930
3896
|
}]
|
|
3931
3897
|
},
|
|
3932
|
-
{
|
|
3933
|
-
description: 'The native token of Nim Network.',
|
|
3934
|
-
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.',
|
|
3935
|
-
denom_units: [{
|
|
3936
|
-
denom: 'ibc/1DF265BDFB1B601908DC11667EE1D84D2A882423D2444325405311F3ACD22223',
|
|
3937
|
-
exponent: 0,
|
|
3938
|
-
aliases: ['anim']
|
|
3939
|
-
}, {
|
|
3940
|
-
denom: 'nim',
|
|
3941
|
-
exponent: 18
|
|
3942
|
-
}],
|
|
3943
|
-
base: 'ibc/1DF265BDFB1B601908DC11667EE1D84D2A882423D2444325405311F3ACD22223',
|
|
3944
|
-
name: 'NIM Network',
|
|
3945
|
-
display: 'nim',
|
|
3946
|
-
symbol: 'NIM',
|
|
3947
|
-
images: [{
|
|
3948
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
3949
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
3950
|
-
}],
|
|
3951
|
-
socials: {
|
|
3952
|
-
website: 'https://nim.network/',
|
|
3953
|
-
twitter: 'https://twitter.com/nim_network'
|
|
3954
|
-
},
|
|
3955
|
-
keywords: ['gaming', 'AI'],
|
|
3956
|
-
traces: [{
|
|
3957
|
-
type: 'ibc',
|
|
3958
|
-
counterparty: {
|
|
3959
|
-
channel_id: 'channel-1',
|
|
3960
|
-
base_denom: 'anim',
|
|
3961
|
-
chain_name: 'dymension'
|
|
3962
|
-
},
|
|
3963
|
-
chain: {
|
|
3964
|
-
channel_id: 'channel-794'
|
|
3965
|
-
}
|
|
3966
|
-
}]
|
|
3967
|
-
},
|
|
3968
3898
|
{
|
|
3969
3899
|
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.',
|
|
3970
3900
|
denom_units: [{
|
package/esm/mainnet/dymension.js
CHANGED
|
@@ -834,6 +834,43 @@ const assets = {
|
|
|
834
834
|
}
|
|
835
835
|
}]
|
|
836
836
|
},
|
|
837
|
+
{
|
|
838
|
+
description: 'The native token of Nim Network.',
|
|
839
|
+
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.',
|
|
840
|
+
denom_units: [{
|
|
841
|
+
denom: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942',
|
|
842
|
+
exponent: 0,
|
|
843
|
+
aliases: ['anim']
|
|
844
|
+
}, {
|
|
845
|
+
denom: 'nim',
|
|
846
|
+
exponent: 18
|
|
847
|
+
}],
|
|
848
|
+
type_asset: 'sdk.coin',
|
|
849
|
+
base: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942',
|
|
850
|
+
name: 'NIM Network',
|
|
851
|
+
display: 'nim',
|
|
852
|
+
symbol: 'NIM',
|
|
853
|
+
images: [{
|
|
854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
856
|
+
}],
|
|
857
|
+
socials: {
|
|
858
|
+
website: 'https://ai.nim.network/',
|
|
859
|
+
twitter: 'https://twitter.com/nim_network'
|
|
860
|
+
},
|
|
861
|
+
keywords: ['gaming', 'AI'],
|
|
862
|
+
traces: [{
|
|
863
|
+
type: 'ibc',
|
|
864
|
+
counterparty: {
|
|
865
|
+
channel_id: 'channel-0',
|
|
866
|
+
base_denom: 'anim',
|
|
867
|
+
chain_name: 'nim'
|
|
868
|
+
},
|
|
869
|
+
chain: {
|
|
870
|
+
channel_id: 'channel-49'
|
|
871
|
+
}
|
|
872
|
+
}]
|
|
873
|
+
},
|
|
837
874
|
{
|
|
838
875
|
description: 'The permissioned staking asset for Noble Chain',
|
|
839
876
|
denom_units: [{
|
|
@@ -1566,6 +1603,43 @@ const assets = {
|
|
|
1566
1603
|
}
|
|
1567
1604
|
}]
|
|
1568
1605
|
},
|
|
1606
|
+
{
|
|
1607
|
+
description: 'The native token of Nim Network.',
|
|
1608
|
+
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.',
|
|
1609
|
+
denom_units: [{
|
|
1610
|
+
denom: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942',
|
|
1611
|
+
exponent: 0,
|
|
1612
|
+
aliases: ['anim']
|
|
1613
|
+
}, {
|
|
1614
|
+
denom: 'nim',
|
|
1615
|
+
exponent: 18
|
|
1616
|
+
}],
|
|
1617
|
+
type_asset: 'sdk.coin',
|
|
1618
|
+
base: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942',
|
|
1619
|
+
name: 'NIM Network',
|
|
1620
|
+
display: 'nim',
|
|
1621
|
+
symbol: 'NIM',
|
|
1622
|
+
images: [{
|
|
1623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
1624
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
1625
|
+
}],
|
|
1626
|
+
socials: {
|
|
1627
|
+
website: 'https://ai.nim.network/',
|
|
1628
|
+
twitter: 'https://twitter.com/nim_network'
|
|
1629
|
+
},
|
|
1630
|
+
keywords: ['gaming', 'AI'],
|
|
1631
|
+
traces: [{
|
|
1632
|
+
type: 'ibc',
|
|
1633
|
+
counterparty: {
|
|
1634
|
+
channel_id: 'channel-0',
|
|
1635
|
+
base_denom: 'anim',
|
|
1636
|
+
chain_name: 'nim'
|
|
1637
|
+
},
|
|
1638
|
+
chain: {
|
|
1639
|
+
channel_id: 'channel-49'
|
|
1640
|
+
}
|
|
1641
|
+
}]
|
|
1642
|
+
},
|
|
1569
1643
|
{
|
|
1570
1644
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1571
1645
|
denom_units: [{
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -623,6 +623,7 @@ const assets = {
|
|
|
623
623
|
denom: 'dym',
|
|
624
624
|
exponent: 18
|
|
625
625
|
}],
|
|
626
|
+
type_asset: 'sdk.coin',
|
|
626
627
|
base: 'ibc/9B89949D69EB1552815A25EC9CA5F4F48946F5FF368341B2F8E61A0AEDAA6242',
|
|
627
628
|
name: 'Dymension',
|
|
628
629
|
display: 'dym',
|
|
@@ -652,42 +653,6 @@ const assets = {
|
|
|
652
653
|
}
|
|
653
654
|
}]
|
|
654
655
|
},
|
|
655
|
-
{
|
|
656
|
-
description: 'The native token of Nim Network.',
|
|
657
|
-
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.',
|
|
658
|
-
denom_units: [{
|
|
659
|
-
denom: 'ibc/651E44E584E3E1EB457EF0B81C322B976A5353EC6E7B2A6816E13A84328116E2',
|
|
660
|
-
exponent: 0,
|
|
661
|
-
aliases: ['anim']
|
|
662
|
-
}, {
|
|
663
|
-
denom: 'nim',
|
|
664
|
-
exponent: 18
|
|
665
|
-
}],
|
|
666
|
-
base: 'ibc/651E44E584E3E1EB457EF0B81C322B976A5353EC6E7B2A6816E13A84328116E2',
|
|
667
|
-
name: 'NIM Network',
|
|
668
|
-
display: 'nim',
|
|
669
|
-
symbol: 'NIM',
|
|
670
|
-
images: [{
|
|
671
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
672
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
673
|
-
}],
|
|
674
|
-
socials: {
|
|
675
|
-
website: 'https://nim.network/',
|
|
676
|
-
twitter: 'https://twitter.com/nim_network'
|
|
677
|
-
},
|
|
678
|
-
keywords: ['gaming', 'AI'],
|
|
679
|
-
traces: [{
|
|
680
|
-
type: 'ibc',
|
|
681
|
-
counterparty: {
|
|
682
|
-
channel_id: 'channel-37',
|
|
683
|
-
base_denom: 'anim',
|
|
684
|
-
chain_name: 'dymension'
|
|
685
|
-
},
|
|
686
|
-
chain: {
|
|
687
|
-
channel_id: 'channel-109'
|
|
688
|
-
}
|
|
689
|
-
}]
|
|
690
|
-
},
|
|
691
656
|
{
|
|
692
657
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
693
658
|
denom_units: [{
|
|
@@ -1310,6 +1275,7 @@ const assets = {
|
|
|
1310
1275
|
denom: 'dym',
|
|
1311
1276
|
exponent: 18
|
|
1312
1277
|
}],
|
|
1278
|
+
type_asset: 'sdk.coin',
|
|
1313
1279
|
base: 'ibc/9B89949D69EB1552815A25EC9CA5F4F48946F5FF368341B2F8E61A0AEDAA6242',
|
|
1314
1280
|
name: 'Dymension',
|
|
1315
1281
|
display: 'dym',
|
|
@@ -1339,42 +1305,6 @@ const assets = {
|
|
|
1339
1305
|
}
|
|
1340
1306
|
}]
|
|
1341
1307
|
},
|
|
1342
|
-
{
|
|
1343
|
-
description: 'The native token of Nim Network.',
|
|
1344
|
-
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.',
|
|
1345
|
-
denom_units: [{
|
|
1346
|
-
denom: 'ibc/651E44E584E3E1EB457EF0B81C322B976A5353EC6E7B2A6816E13A84328116E2',
|
|
1347
|
-
exponent: 0,
|
|
1348
|
-
aliases: ['anim']
|
|
1349
|
-
}, {
|
|
1350
|
-
denom: 'nim',
|
|
1351
|
-
exponent: 18
|
|
1352
|
-
}],
|
|
1353
|
-
base: 'ibc/651E44E584E3E1EB457EF0B81C322B976A5353EC6E7B2A6816E13A84328116E2',
|
|
1354
|
-
name: 'NIM Network',
|
|
1355
|
-
display: 'nim',
|
|
1356
|
-
symbol: 'NIM',
|
|
1357
|
-
images: [{
|
|
1358
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1359
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1360
|
-
}],
|
|
1361
|
-
socials: {
|
|
1362
|
-
website: 'https://nim.network/',
|
|
1363
|
-
twitter: 'https://twitter.com/nim_network'
|
|
1364
|
-
},
|
|
1365
|
-
keywords: ['gaming', 'AI'],
|
|
1366
|
-
traces: [{
|
|
1367
|
-
type: 'ibc',
|
|
1368
|
-
counterparty: {
|
|
1369
|
-
channel_id: 'channel-37',
|
|
1370
|
-
base_denom: 'anim',
|
|
1371
|
-
chain_name: 'dymension'
|
|
1372
|
-
},
|
|
1373
|
-
chain: {
|
|
1374
|
-
channel_id: 'channel-109'
|
|
1375
|
-
}
|
|
1376
|
-
}]
|
|
1377
|
-
},
|
|
1378
1308
|
{
|
|
1379
1309
|
description: 'The native fee token of Gateway.',
|
|
1380
1310
|
denom_units: [{
|
package/esm/mainnet/index.js
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';
|