@chain-registry/assets 1.70.176 → 1.70.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +76 -10
- package/esm/mainnet/babylon.js +668 -0
- package/esm/mainnet/cosmoshub.js +68 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/jackal.js +8 -8
- package/esm/mainnet/mantrachain.js +306 -0
- package/esm/mainnet/neutron.js +130 -0
- package/esm/mainnet/noble.js +66 -0
- package/esm/mainnet/osmosis.js +68 -2
- package/esm/mainnet/pundix.js +2 -2
- package/esm/mainnet/secretnetwork.js +2 -2
- package/esm/mainnet/terra.js +2 -2
- package/esm/mainnet/terra2.js +2 -2
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +76 -10
- package/mainnet/babylon.d.ts +3 -0
- package/mainnet/babylon.js +670 -0
- package/mainnet/cosmoshub.js +68 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/jackal.js +8 -8
- package/mainnet/mantrachain.js +306 -0
- package/mainnet/neutron.js +130 -0
- package/mainnet/noble.js +66 -0
- package/mainnet/osmosis.js +68 -2
- package/mainnet/pundix.js +2 -2
- package/mainnet/secretnetwork.js +2 -2
- package/mainnet/terra.js +2 -2
- package/mainnet/terra2.js +2 -2
- package/package.json +5 -5
package/esm/mainnet/assets.js
CHANGED
|
@@ -12,6 +12,7 @@ import _assetmantle from './assetmantle';
|
|
|
12
12
|
import _atomone from './atomone';
|
|
13
13
|
import _aura from './aura';
|
|
14
14
|
import _axelar from './axelar';
|
|
15
|
+
import _babylon from './babylon';
|
|
15
16
|
import _bandchain from './bandchain';
|
|
16
17
|
import _beezee from './beezee';
|
|
17
18
|
import _bitcanna from './bitcanna';
|
|
@@ -149,5 +150,5 @@ import _uptick from './uptick';
|
|
|
149
150
|
import _xion from './xion';
|
|
150
151
|
import _xpla from './xpla';
|
|
151
152
|
import _zenrock from './zenrock';
|
|
152
|
-
const assets = [_ethereum, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _zenrock];
|
|
153
|
+
const assets = [_ethereum, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _zenrock];
|
|
153
154
|
export default assets;
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -655,6 +655,39 @@ const assets = {
|
|
|
655
655
|
}
|
|
656
656
|
}]
|
|
657
657
|
},
|
|
658
|
+
{
|
|
659
|
+
description: 'The native token of Babylon Genesis.',
|
|
660
|
+
denom_units: [{
|
|
661
|
+
denom: 'ibc/331F1904D36D53358B18AB6E26EFCAFB2156DE56374F947C6781A96CDFE9DBE9',
|
|
662
|
+
exponent: 0,
|
|
663
|
+
aliases: ['ubbn']
|
|
664
|
+
}, {
|
|
665
|
+
denom: 'BABY',
|
|
666
|
+
exponent: 6
|
|
667
|
+
}],
|
|
668
|
+
base: 'ibc/331F1904D36D53358B18AB6E26EFCAFB2156DE56374F947C6781A96CDFE9DBE9',
|
|
669
|
+
name: 'Babylon',
|
|
670
|
+
display: 'BABY',
|
|
671
|
+
symbol: 'BABY',
|
|
672
|
+
logo_URIs: {
|
|
673
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
674
|
+
},
|
|
675
|
+
images: [{
|
|
676
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
677
|
+
}],
|
|
678
|
+
type_asset: 'sdk.coin',
|
|
679
|
+
traces: [{
|
|
680
|
+
type: 'ibc',
|
|
681
|
+
counterparty: {
|
|
682
|
+
channel_id: 'channel-2',
|
|
683
|
+
base_denom: 'ubbn',
|
|
684
|
+
chain_name: 'babylon'
|
|
685
|
+
},
|
|
686
|
+
chain: {
|
|
687
|
+
channel_id: 'channel-175'
|
|
688
|
+
}
|
|
689
|
+
}]
|
|
690
|
+
},
|
|
658
691
|
{
|
|
659
692
|
description: 'BitSong Native Token',
|
|
660
693
|
denom_units: [{
|
|
@@ -1539,7 +1572,7 @@ const assets = {
|
|
|
1539
1572
|
}],
|
|
1540
1573
|
socials: {
|
|
1541
1574
|
website: 'https://fx.pundi.ai',
|
|
1542
|
-
twitter: 'https://x.com/
|
|
1575
|
+
twitter: 'https://x.com/PundiAI'
|
|
1543
1576
|
},
|
|
1544
1577
|
type_asset: 'sdk.coin',
|
|
1545
1578
|
traces: [{
|
|
@@ -1964,14 +1997,14 @@ const assets = {
|
|
|
1964
1997
|
{
|
|
1965
1998
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
1966
1999
|
denom_units: [{
|
|
1967
|
-
denom: 'ibc/
|
|
2000
|
+
denom: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226',
|
|
1968
2001
|
exponent: 0,
|
|
1969
2002
|
aliases: ['ujkl']
|
|
1970
2003
|
}, {
|
|
1971
2004
|
denom: 'jkl',
|
|
1972
2005
|
exponent: 6
|
|
1973
2006
|
}],
|
|
1974
|
-
base: 'ibc/
|
|
2007
|
+
base: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226',
|
|
1975
2008
|
name: 'Jackal',
|
|
1976
2009
|
display: 'jkl',
|
|
1977
2010
|
symbol: 'JKL',
|
|
@@ -1991,12 +2024,12 @@ const assets = {
|
|
|
1991
2024
|
traces: [{
|
|
1992
2025
|
type: 'ibc',
|
|
1993
2026
|
counterparty: {
|
|
1994
|
-
channel_id: 'channel-
|
|
2027
|
+
channel_id: 'channel-49',
|
|
1995
2028
|
base_denom: 'ujkl',
|
|
1996
2029
|
chain_name: 'jackal'
|
|
1997
2030
|
},
|
|
1998
2031
|
chain: {
|
|
1999
|
-
channel_id: 'channel-
|
|
2032
|
+
channel_id: 'channel-137'
|
|
2000
2033
|
}
|
|
2001
2034
|
}]
|
|
2002
2035
|
},
|
|
@@ -8238,6 +8271,39 @@ const assets = {
|
|
|
8238
8271
|
}
|
|
8239
8272
|
}]
|
|
8240
8273
|
},
|
|
8274
|
+
{
|
|
8275
|
+
description: 'The native token of Babylon Genesis.',
|
|
8276
|
+
denom_units: [{
|
|
8277
|
+
denom: 'ibc/331F1904D36D53358B18AB6E26EFCAFB2156DE56374F947C6781A96CDFE9DBE9',
|
|
8278
|
+
exponent: 0,
|
|
8279
|
+
aliases: ['ubbn']
|
|
8280
|
+
}, {
|
|
8281
|
+
denom: 'BABY',
|
|
8282
|
+
exponent: 6
|
|
8283
|
+
}],
|
|
8284
|
+
base: 'ibc/331F1904D36D53358B18AB6E26EFCAFB2156DE56374F947C6781A96CDFE9DBE9',
|
|
8285
|
+
name: 'Babylon',
|
|
8286
|
+
display: 'BABY',
|
|
8287
|
+
symbol: 'BABY',
|
|
8288
|
+
logo_URIs: {
|
|
8289
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
8290
|
+
},
|
|
8291
|
+
images: [{
|
|
8292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
8293
|
+
}],
|
|
8294
|
+
type_asset: 'sdk.coin',
|
|
8295
|
+
traces: [{
|
|
8296
|
+
type: 'ibc',
|
|
8297
|
+
counterparty: {
|
|
8298
|
+
channel_id: 'channel-2',
|
|
8299
|
+
base_denom: 'ubbn',
|
|
8300
|
+
chain_name: 'babylon'
|
|
8301
|
+
},
|
|
8302
|
+
chain: {
|
|
8303
|
+
channel_id: 'channel-175'
|
|
8304
|
+
}
|
|
8305
|
+
}]
|
|
8306
|
+
},
|
|
8241
8307
|
{
|
|
8242
8308
|
description: 'BitSong Native Token',
|
|
8243
8309
|
denom_units: [{
|
|
@@ -9122,7 +9188,7 @@ const assets = {
|
|
|
9122
9188
|
}],
|
|
9123
9189
|
socials: {
|
|
9124
9190
|
website: 'https://fx.pundi.ai',
|
|
9125
|
-
twitter: 'https://x.com/
|
|
9191
|
+
twitter: 'https://x.com/PundiAI'
|
|
9126
9192
|
},
|
|
9127
9193
|
type_asset: 'sdk.coin',
|
|
9128
9194
|
traces: [{
|
|
@@ -9547,14 +9613,14 @@ const assets = {
|
|
|
9547
9613
|
{
|
|
9548
9614
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
9549
9615
|
denom_units: [{
|
|
9550
|
-
denom: 'ibc/
|
|
9616
|
+
denom: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226',
|
|
9551
9617
|
exponent: 0,
|
|
9552
9618
|
aliases: ['ujkl']
|
|
9553
9619
|
}, {
|
|
9554
9620
|
denom: 'jkl',
|
|
9555
9621
|
exponent: 6
|
|
9556
9622
|
}],
|
|
9557
|
-
base: 'ibc/
|
|
9623
|
+
base: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226',
|
|
9558
9624
|
name: 'Jackal',
|
|
9559
9625
|
display: 'jkl',
|
|
9560
9626
|
symbol: 'JKL',
|
|
@@ -9574,12 +9640,12 @@ const assets = {
|
|
|
9574
9640
|
traces: [{
|
|
9575
9641
|
type: 'ibc',
|
|
9576
9642
|
counterparty: {
|
|
9577
|
-
channel_id: 'channel-
|
|
9643
|
+
channel_id: 'channel-49',
|
|
9578
9644
|
base_denom: 'ujkl',
|
|
9579
9645
|
chain_name: 'jackal'
|
|
9580
9646
|
},
|
|
9581
9647
|
chain: {
|
|
9582
|
-
channel_id: 'channel-
|
|
9648
|
+
channel_id: 'channel-137'
|
|
9583
9649
|
}
|
|
9584
9650
|
}]
|
|
9585
9651
|
},
|