@chain-registry/assets 1.70.120 → 1.70.122
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/index.js +1 -0
- package/esm/mainnet/kopi.js +16 -16
- package/esm/mainnet/noble.js +84 -0
- package/esm/mainnet/osmosis.js +132 -48
- package/esm/mainnet/sidechain.js +420 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/kopi.js +16 -16
- package/mainnet/noble.js +84 -0
- package/mainnet/osmosis.js +132 -48
- package/mainnet/sidechain.d.ts +3 -0
- package/mainnet/sidechain.js +422 -0
- package/package.json +5 -5
package/esm/mainnet/assets.js
CHANGED
|
@@ -127,6 +127,7 @@ import _sge from './sge';
|
|
|
127
127
|
import _shareledger from './shareledger';
|
|
128
128
|
import _shentu from './shentu';
|
|
129
129
|
import _shido from './shido';
|
|
130
|
+
import _sidechain from './sidechain';
|
|
130
131
|
import _sifchain from './sifchain';
|
|
131
132
|
import _sommelier from './sommelier';
|
|
132
133
|
import _source from './source';
|
|
@@ -147,5 +148,5 @@ import _uptick from './uptick';
|
|
|
147
148
|
import _xion from './xion';
|
|
148
149
|
import _xpla from './xpla';
|
|
149
150
|
import _zenrock from './zenrock';
|
|
150
|
-
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, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _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, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _zenrock];
|
|
151
|
+
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, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _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];
|
|
151
152
|
export default assets;
|
package/esm/mainnet/index.js
CHANGED
|
@@ -127,6 +127,7 @@ export * as sge from './sge';
|
|
|
127
127
|
export * as shareledger from './shareledger';
|
|
128
128
|
export * as shentu from './shentu';
|
|
129
129
|
export * as shido from './shido';
|
|
130
|
+
export * as sidechain from './sidechain';
|
|
130
131
|
export * as sifchain from './sifchain';
|
|
131
132
|
export * as sommelier from './sommelier';
|
|
132
133
|
export * as source from './source';
|
package/esm/mainnet/kopi.js
CHANGED
|
@@ -769,7 +769,7 @@ const assets = {
|
|
|
769
769
|
{
|
|
770
770
|
description: 'The native token of Osmosis',
|
|
771
771
|
denom_units: [{
|
|
772
|
-
denom: 'ibc/
|
|
772
|
+
denom: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
|
|
773
773
|
exponent: 0,
|
|
774
774
|
aliases: ['uosmo']
|
|
775
775
|
}, {
|
|
@@ -777,7 +777,7 @@ const assets = {
|
|
|
777
777
|
exponent: 6
|
|
778
778
|
}],
|
|
779
779
|
type_asset: 'sdk.coin',
|
|
780
|
-
base: 'ibc/
|
|
780
|
+
base: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
|
|
781
781
|
name: 'Osmosis',
|
|
782
782
|
display: 'osmo',
|
|
783
783
|
symbol: 'OSMO',
|
|
@@ -801,19 +801,19 @@ const assets = {
|
|
|
801
801
|
traces: [{
|
|
802
802
|
type: 'ibc',
|
|
803
803
|
counterparty: {
|
|
804
|
-
channel_id: 'channel-
|
|
804
|
+
channel_id: 'channel-97998',
|
|
805
805
|
base_denom: 'uosmo',
|
|
806
806
|
chain_name: 'osmosis'
|
|
807
807
|
},
|
|
808
808
|
chain: {
|
|
809
|
-
channel_id: 'channel-
|
|
809
|
+
channel_id: 'channel-10'
|
|
810
810
|
}
|
|
811
811
|
}]
|
|
812
812
|
},
|
|
813
813
|
{
|
|
814
814
|
description: 'ION is the second native token of Osmosis.',
|
|
815
815
|
denom_units: [{
|
|
816
|
-
denom: 'ibc/
|
|
816
|
+
denom: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
|
|
817
817
|
exponent: 0,
|
|
818
818
|
aliases: ['uion']
|
|
819
819
|
}, {
|
|
@@ -821,7 +821,7 @@ const assets = {
|
|
|
821
821
|
exponent: 6
|
|
822
822
|
}],
|
|
823
823
|
type_asset: 'sdk.coin',
|
|
824
|
-
base: 'ibc/
|
|
824
|
+
base: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
|
|
825
825
|
name: 'Ion DAO',
|
|
826
826
|
display: 'ion',
|
|
827
827
|
symbol: 'ION',
|
|
@@ -845,12 +845,12 @@ const assets = {
|
|
|
845
845
|
traces: [{
|
|
846
846
|
type: 'ibc',
|
|
847
847
|
counterparty: {
|
|
848
|
-
channel_id: 'channel-
|
|
848
|
+
channel_id: 'channel-97998',
|
|
849
849
|
base_denom: 'uion',
|
|
850
850
|
chain_name: 'osmosis'
|
|
851
851
|
},
|
|
852
852
|
chain: {
|
|
853
|
-
channel_id: 'channel-
|
|
853
|
+
channel_id: 'channel-10'
|
|
854
854
|
}
|
|
855
855
|
}]
|
|
856
856
|
},
|
|
@@ -1019,7 +1019,7 @@ const assets = {
|
|
|
1019
1019
|
{
|
|
1020
1020
|
description: 'The native token of Osmosis',
|
|
1021
1021
|
denom_units: [{
|
|
1022
|
-
denom: 'ibc/
|
|
1022
|
+
denom: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
|
|
1023
1023
|
exponent: 0,
|
|
1024
1024
|
aliases: ['uosmo']
|
|
1025
1025
|
}, {
|
|
@@ -1027,7 +1027,7 @@ const assets = {
|
|
|
1027
1027
|
exponent: 6
|
|
1028
1028
|
}],
|
|
1029
1029
|
type_asset: 'sdk.coin',
|
|
1030
|
-
base: 'ibc/
|
|
1030
|
+
base: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
|
|
1031
1031
|
name: 'Osmosis',
|
|
1032
1032
|
display: 'osmo',
|
|
1033
1033
|
symbol: 'OSMO',
|
|
@@ -1051,19 +1051,19 @@ const assets = {
|
|
|
1051
1051
|
traces: [{
|
|
1052
1052
|
type: 'ibc',
|
|
1053
1053
|
counterparty: {
|
|
1054
|
-
channel_id: 'channel-
|
|
1054
|
+
channel_id: 'channel-97998',
|
|
1055
1055
|
base_denom: 'uosmo',
|
|
1056
1056
|
chain_name: 'osmosis'
|
|
1057
1057
|
},
|
|
1058
1058
|
chain: {
|
|
1059
|
-
channel_id: 'channel-
|
|
1059
|
+
channel_id: 'channel-10'
|
|
1060
1060
|
}
|
|
1061
1061
|
}]
|
|
1062
1062
|
},
|
|
1063
1063
|
{
|
|
1064
1064
|
description: 'ION is the second native token of Osmosis.',
|
|
1065
1065
|
denom_units: [{
|
|
1066
|
-
denom: 'ibc/
|
|
1066
|
+
denom: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
|
|
1067
1067
|
exponent: 0,
|
|
1068
1068
|
aliases: ['uion']
|
|
1069
1069
|
}, {
|
|
@@ -1071,7 +1071,7 @@ const assets = {
|
|
|
1071
1071
|
exponent: 6
|
|
1072
1072
|
}],
|
|
1073
1073
|
type_asset: 'sdk.coin',
|
|
1074
|
-
base: 'ibc/
|
|
1074
|
+
base: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
|
|
1075
1075
|
name: 'Ion DAO',
|
|
1076
1076
|
display: 'ion',
|
|
1077
1077
|
symbol: 'ION',
|
|
@@ -1095,12 +1095,12 @@ const assets = {
|
|
|
1095
1095
|
traces: [{
|
|
1096
1096
|
type: 'ibc',
|
|
1097
1097
|
counterparty: {
|
|
1098
|
-
channel_id: 'channel-
|
|
1098
|
+
channel_id: 'channel-97998',
|
|
1099
1099
|
base_denom: 'uion',
|
|
1100
1100
|
chain_name: 'osmosis'
|
|
1101
1101
|
},
|
|
1102
1102
|
chain: {
|
|
1103
|
-
channel_id: 'channel-
|
|
1103
|
+
channel_id: 'channel-10'
|
|
1104
1104
|
}
|
|
1105
1105
|
}]
|
|
1106
1106
|
},
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -9609,6 +9609,48 @@ const assets = {
|
|
|
9609
9609
|
}
|
|
9610
9610
|
}]
|
|
9611
9611
|
},
|
|
9612
|
+
{
|
|
9613
|
+
description: 'The native token of Side Chain.',
|
|
9614
|
+
denom_units: [{
|
|
9615
|
+
denom: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
9616
|
+
exponent: 0,
|
|
9617
|
+
aliases: ['uside']
|
|
9618
|
+
}, {
|
|
9619
|
+
denom: 'side',
|
|
9620
|
+
exponent: 6
|
|
9621
|
+
}],
|
|
9622
|
+
base: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
9623
|
+
name: 'Side Chain native token',
|
|
9624
|
+
display: 'side',
|
|
9625
|
+
symbol: 'SIDE',
|
|
9626
|
+
logo_URIs: {
|
|
9627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
9629
|
+
},
|
|
9630
|
+
images: [{
|
|
9631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
9633
|
+
theme: {
|
|
9634
|
+
primary_color_hex: '#f7771a'
|
|
9635
|
+
}
|
|
9636
|
+
}],
|
|
9637
|
+
socials: {
|
|
9638
|
+
website: 'https://side.one',
|
|
9639
|
+
twitter: 'https://x.com/SideProtocol'
|
|
9640
|
+
},
|
|
9641
|
+
type_asset: 'sdk.coin',
|
|
9642
|
+
traces: [{
|
|
9643
|
+
type: 'ibc',
|
|
9644
|
+
counterparty: {
|
|
9645
|
+
channel_id: 'channel-1',
|
|
9646
|
+
base_denom: 'uside',
|
|
9647
|
+
chain_name: 'sidechain'
|
|
9648
|
+
},
|
|
9649
|
+
chain: {
|
|
9650
|
+
channel_id: 'channel-123'
|
|
9651
|
+
}
|
|
9652
|
+
}]
|
|
9653
|
+
},
|
|
9612
9654
|
{
|
|
9613
9655
|
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
9614
9656
|
denom_units: [{
|
|
@@ -14750,6 +14792,48 @@ const assets = {
|
|
|
14750
14792
|
}
|
|
14751
14793
|
}]
|
|
14752
14794
|
},
|
|
14795
|
+
{
|
|
14796
|
+
description: 'The native token of Side Chain.',
|
|
14797
|
+
denom_units: [{
|
|
14798
|
+
denom: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
14799
|
+
exponent: 0,
|
|
14800
|
+
aliases: ['uside']
|
|
14801
|
+
}, {
|
|
14802
|
+
denom: 'side',
|
|
14803
|
+
exponent: 6
|
|
14804
|
+
}],
|
|
14805
|
+
base: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
14806
|
+
name: 'Side Chain native token',
|
|
14807
|
+
display: 'side',
|
|
14808
|
+
symbol: 'SIDE',
|
|
14809
|
+
logo_URIs: {
|
|
14810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
14811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
14812
|
+
},
|
|
14813
|
+
images: [{
|
|
14814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
14815
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
14816
|
+
theme: {
|
|
14817
|
+
primary_color_hex: '#f7771a'
|
|
14818
|
+
}
|
|
14819
|
+
}],
|
|
14820
|
+
socials: {
|
|
14821
|
+
website: 'https://side.one',
|
|
14822
|
+
twitter: 'https://x.com/SideProtocol'
|
|
14823
|
+
},
|
|
14824
|
+
type_asset: 'sdk.coin',
|
|
14825
|
+
traces: [{
|
|
14826
|
+
type: 'ibc',
|
|
14827
|
+
counterparty: {
|
|
14828
|
+
channel_id: 'channel-1',
|
|
14829
|
+
base_denom: 'uside',
|
|
14830
|
+
chain_name: 'sidechain'
|
|
14831
|
+
},
|
|
14832
|
+
chain: {
|
|
14833
|
+
channel_id: 'channel-123'
|
|
14834
|
+
}
|
|
14835
|
+
}]
|
|
14836
|
+
},
|
|
14753
14837
|
{
|
|
14754
14838
|
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
14755
14839
|
denom_units: [{
|