@chain-registry/assets 1.70.50 → 1.70.52
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/agoric.js +2 -8
- package/esm/mainnet/akash.js +2 -8
- package/esm/mainnet/andromeda.js +2 -8
- package/esm/mainnet/archway.js +2 -8
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1288 -34
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1385 -45
- package/esm/mainnet/cheqd.js +2 -8
- package/esm/mainnet/chihuahua.js +2 -8
- package/esm/mainnet/comdex.js +2 -8
- package/esm/mainnet/composable.js +2 -8
- package/esm/mainnet/coreum.js +2 -8
- package/esm/mainnet/cosmoshub.js +1364 -24
- package/esm/mainnet/crescent.js +2 -8
- package/esm/mainnet/dungeon.js +164 -0
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/dymension.js +2 -8
- package/esm/mainnet/evmos.js +2 -8
- package/esm/mainnet/gravitybridge.js +2 -8
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1288 -34
- package/esm/mainnet/jackal.js +2 -8
- package/esm/mainnet/juno.js +2 -8
- package/esm/mainnet/kujira.js +2 -8
- package/esm/mainnet/migaloo.js +84 -8
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1288 -34
- package/esm/mainnet/noble.js +1288 -34
- package/esm/mainnet/nolus.js +2 -8
- package/esm/mainnet/nyx.js +80 -0
- package/esm/mainnet/oraichain.js +2 -8
- package/esm/mainnet/osmosis.js +1364 -24
- package/esm/mainnet/persistence.js +2 -8
- package/esm/mainnet/quicksilver.js +2 -8
- package/esm/mainnet/saga.js +2 -8
- package/esm/mainnet/secretnetwork.js +170 -0
- package/esm/mainnet/sentinel.js +2 -8
- package/esm/mainnet/sifchain.js +2 -8
- package/esm/mainnet/stargaze.js +2 -8
- package/esm/mainnet/stride.js +1288 -34
- package/esm/mainnet/teritori.js +2 -8
- package/esm/mainnet/terra.js +2 -8
- package/esm/mainnet/terra2.js +1387 -51
- package/esm/mainnet/umee.js +2 -8
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +2 -8
- package/mainnet/akash.js +2 -8
- package/mainnet/andromeda.js +2 -8
- package/mainnet/archway.js +2 -8
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1288 -34
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1385 -45
- package/mainnet/cheqd.js +2 -8
- package/mainnet/chihuahua.js +2 -8
- package/mainnet/comdex.js +2 -8
- package/mainnet/composable.js +2 -8
- package/mainnet/coreum.js +2 -8
- package/mainnet/cosmoshub.js +1364 -24
- package/mainnet/crescent.js +2 -8
- package/mainnet/dungeon.js +164 -0
- package/mainnet/dydx.js +1286 -26
- package/mainnet/dymension.js +2 -8
- package/mainnet/evmos.js +2 -8
- package/mainnet/gravitybridge.js +2 -8
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1288 -34
- package/mainnet/jackal.js +2 -8
- package/mainnet/juno.js +2 -8
- package/mainnet/kujira.js +2 -8
- package/mainnet/migaloo.js +84 -8
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1288 -34
- package/mainnet/noble.js +1288 -34
- package/mainnet/nolus.js +2 -8
- package/mainnet/nyx.js +80 -0
- package/mainnet/oraichain.js +2 -8
- package/mainnet/osmosis.js +1364 -24
- package/mainnet/persistence.js +2 -8
- package/mainnet/quicksilver.js +2 -8
- package/mainnet/saga.js +2 -8
- package/mainnet/secretnetwork.js +170 -0
- package/mainnet/sentinel.js +2 -8
- package/mainnet/sifchain.js +2 -8
- package/mainnet/stargaze.js +2 -8
- package/mainnet/stride.js +1288 -34
- package/mainnet/teritori.js +2 -8
- package/mainnet/terra.js +2 -8
- package/mainnet/terra2.js +1387 -51
- package/mainnet/umee.js +2 -8
- package/package.json +5 -5
package/esm/mainnet/agoric.js
CHANGED
|
@@ -1017,10 +1017,7 @@ const assets = {
|
|
|
1017
1017
|
coingecko_id: 'secret',
|
|
1018
1018
|
images: [{
|
|
1019
1019
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1020
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1021
|
-
theme: {
|
|
1022
|
-
primary_color_hex: '#040404'
|
|
1023
|
-
}
|
|
1020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1024
1021
|
}],
|
|
1025
1022
|
socials: {
|
|
1026
1023
|
website: 'https://scrt.network/',
|
|
@@ -2137,10 +2134,7 @@ const assets = {
|
|
|
2137
2134
|
coingecko_id: 'secret',
|
|
2138
2135
|
images: [{
|
|
2139
2136
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2140
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2141
|
-
theme: {
|
|
2142
|
-
primary_color_hex: '#040404'
|
|
2143
|
-
}
|
|
2137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2144
2138
|
}],
|
|
2145
2139
|
socials: {
|
|
2146
2140
|
website: 'https://scrt.network/',
|
package/esm/mainnet/akash.js
CHANGED
|
@@ -690,10 +690,7 @@ const assets = {
|
|
|
690
690
|
coingecko_id: 'secret',
|
|
691
691
|
images: [{
|
|
692
692
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
693
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
694
|
-
theme: {
|
|
695
|
-
primary_color_hex: '#040404'
|
|
696
|
-
}
|
|
693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
697
694
|
}],
|
|
698
695
|
socials: {
|
|
699
696
|
website: 'https://scrt.network/',
|
|
@@ -1569,10 +1566,7 @@ const assets = {
|
|
|
1569
1566
|
coingecko_id: 'secret',
|
|
1570
1567
|
images: [{
|
|
1571
1568
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1572
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1573
|
-
theme: {
|
|
1574
|
-
primary_color_hex: '#040404'
|
|
1575
|
-
}
|
|
1569
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1576
1570
|
}],
|
|
1577
1571
|
socials: {
|
|
1578
1572
|
website: 'https://scrt.network/',
|
package/esm/mainnet/andromeda.js
CHANGED
|
@@ -560,10 +560,7 @@ const assets = {
|
|
|
560
560
|
coingecko_id: 'secret',
|
|
561
561
|
images: [{
|
|
562
562
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
563
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
564
|
-
theme: {
|
|
565
|
-
primary_color_hex: '#040404'
|
|
566
|
-
}
|
|
563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
567
564
|
}],
|
|
568
565
|
socials: {
|
|
569
566
|
website: 'https://scrt.network/',
|
|
@@ -1184,10 +1181,7 @@ const assets = {
|
|
|
1184
1181
|
coingecko_id: 'secret',
|
|
1185
1182
|
images: [{
|
|
1186
1183
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1187
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1188
|
-
theme: {
|
|
1189
|
-
primary_color_hex: '#040404'
|
|
1190
|
-
}
|
|
1184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1191
1185
|
}],
|
|
1192
1186
|
socials: {
|
|
1193
1187
|
website: 'https://scrt.network/',
|
package/esm/mainnet/archway.js
CHANGED
|
@@ -1462,10 +1462,7 @@ const assets = {
|
|
|
1462
1462
|
coingecko_id: 'secret',
|
|
1463
1463
|
images: [{
|
|
1464
1464
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1465
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1466
|
-
theme: {
|
|
1467
|
-
primary_color_hex: '#040404'
|
|
1468
|
-
}
|
|
1465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1469
1466
|
}],
|
|
1470
1467
|
socials: {
|
|
1471
1468
|
website: 'https://scrt.network/',
|
|
@@ -2703,10 +2700,7 @@ const assets = {
|
|
|
2703
2700
|
coingecko_id: 'secret',
|
|
2704
2701
|
images: [{
|
|
2705
2702
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2706
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2707
|
-
theme: {
|
|
2708
|
-
primary_color_hex: '#040404'
|
|
2709
|
-
}
|
|
2703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2710
2704
|
}],
|
|
2711
2705
|
socials: {
|
|
2712
2706
|
website: 'https://scrt.network/',
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -80,6 +80,7 @@ import _mars from './mars';
|
|
|
80
80
|
import _medasdigital from './medasdigital';
|
|
81
81
|
import _meme from './meme';
|
|
82
82
|
import _migaloo from './migaloo';
|
|
83
|
+
import _milkyway from './milkyway';
|
|
83
84
|
import _neutaro from './neutaro';
|
|
84
85
|
import _neutron from './neutron';
|
|
85
86
|
import _nibiru from './nibiru';
|
|
@@ -142,5 +143,5 @@ import _umee from './umee';
|
|
|
142
143
|
import _unification from './unification';
|
|
143
144
|
import _uptick from './uptick';
|
|
144
145
|
import _xpla from './xpla';
|
|
145
|
-
const assets = [_ethereum, _solana, _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, _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, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _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, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xpla];
|
|
146
|
+
const assets = [_ethereum, _solana, _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, _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, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _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, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xpla];
|
|
146
147
|
export default assets;
|