@chain-registry/assets 1.70.119 → 1.70.121
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/devnet/prysmdevnet.js +0 -86
- package/esm/devnet/prysmdevnet.js +0 -86
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/noble.js +84 -0
- package/esm/mainnet/osmosis.js +84 -0
- package/esm/mainnet/sidechain.js +420 -0
- package/esm/testnet/archwaytestnet.js +8 -8
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/cosmoshubtestnet.js +272 -86
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/junotestnet.js +272 -0
- package/esm/testnet/nobletestnet.js +0 -86
- package/esm/testnet/osmosistestnet.js +272 -0
- package/esm/testnet/stargazetestnet.js +272 -0
- package/esm/testnet/symphonytestnet3.js +292 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/noble.js +84 -0
- package/mainnet/osmosis.js +84 -0
- package/mainnet/sidechain.d.ts +3 -0
- package/mainnet/sidechain.js +422 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +8 -8
- package/testnet/assets.js +2 -1
- package/testnet/cosmoshubtestnet.js +272 -86
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/junotestnet.js +272 -0
- package/testnet/nobletestnet.js +0 -86
- package/testnet/osmosistestnet.js +272 -0
- package/testnet/stargazetestnet.js +272 -0
- package/testnet/symphonytestnet3.d.ts +3 -0
- package/testnet/symphonytestnet3.js +294 -0
package/devnet/prysmdevnet.js
CHANGED
|
@@ -143,49 +143,6 @@ const assets = {
|
|
|
143
143
|
}
|
|
144
144
|
}]
|
|
145
145
|
},
|
|
146
|
-
{
|
|
147
|
-
description: 'The native token of Elys Network',
|
|
148
|
-
denom_units: [
|
|
149
|
-
{
|
|
150
|
-
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
151
|
-
exponent: 0,
|
|
152
|
-
aliases: ['uelys']
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
denom: 'melys',
|
|
156
|
-
exponent: 3,
|
|
157
|
-
aliases: ['millielys']
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
denom: 'elys',
|
|
161
|
-
exponent: 6,
|
|
162
|
-
aliases: []
|
|
163
|
-
}
|
|
164
|
-
],
|
|
165
|
-
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
166
|
-
name: 'Elys Network',
|
|
167
|
-
display: 'elys',
|
|
168
|
-
symbol: 'ELYS',
|
|
169
|
-
logo_URIs: {
|
|
170
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
171
|
-
},
|
|
172
|
-
coingecko_id: 'elys',
|
|
173
|
-
images: [{
|
|
174
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
175
|
-
}],
|
|
176
|
-
type_asset: 'sdk.coin',
|
|
177
|
-
traces: [{
|
|
178
|
-
type: 'ibc',
|
|
179
|
-
counterparty: {
|
|
180
|
-
channel_id: 'channel-52',
|
|
181
|
-
base_denom: 'uelys',
|
|
182
|
-
chain_name: 'elystestnet'
|
|
183
|
-
},
|
|
184
|
-
chain: {
|
|
185
|
-
channel_id: 'channel-9'
|
|
186
|
-
}
|
|
187
|
-
}]
|
|
188
|
-
},
|
|
189
146
|
{
|
|
190
147
|
description: 'Eden token definition',
|
|
191
148
|
denom_units: [
|
|
@@ -526,49 +483,6 @@ const assets = {
|
|
|
526
483
|
}
|
|
527
484
|
}]
|
|
528
485
|
},
|
|
529
|
-
{
|
|
530
|
-
description: 'The native token of Elys Network',
|
|
531
|
-
denom_units: [
|
|
532
|
-
{
|
|
533
|
-
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
534
|
-
exponent: 0,
|
|
535
|
-
aliases: ['uelys']
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
denom: 'melys',
|
|
539
|
-
exponent: 3,
|
|
540
|
-
aliases: ['millielys']
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
denom: 'elys',
|
|
544
|
-
exponent: 6,
|
|
545
|
-
aliases: []
|
|
546
|
-
}
|
|
547
|
-
],
|
|
548
|
-
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
549
|
-
name: 'Elys Network',
|
|
550
|
-
display: 'elys',
|
|
551
|
-
symbol: 'ELYS',
|
|
552
|
-
logo_URIs: {
|
|
553
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
554
|
-
},
|
|
555
|
-
coingecko_id: 'elys',
|
|
556
|
-
images: [{
|
|
557
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
558
|
-
}],
|
|
559
|
-
type_asset: 'sdk.coin',
|
|
560
|
-
traces: [{
|
|
561
|
-
type: 'ibc',
|
|
562
|
-
counterparty: {
|
|
563
|
-
channel_id: 'channel-52',
|
|
564
|
-
base_denom: 'uelys',
|
|
565
|
-
chain_name: 'elystestnet'
|
|
566
|
-
},
|
|
567
|
-
chain: {
|
|
568
|
-
channel_id: 'channel-9'
|
|
569
|
-
}
|
|
570
|
-
}]
|
|
571
|
-
},
|
|
572
486
|
{
|
|
573
487
|
description: 'Eden token definition',
|
|
574
488
|
denom_units: [
|
|
@@ -141,49 +141,6 @@ const assets = {
|
|
|
141
141
|
}
|
|
142
142
|
}]
|
|
143
143
|
},
|
|
144
|
-
{
|
|
145
|
-
description: 'The native token of Elys Network',
|
|
146
|
-
denom_units: [
|
|
147
|
-
{
|
|
148
|
-
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
149
|
-
exponent: 0,
|
|
150
|
-
aliases: ['uelys']
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
denom: 'melys',
|
|
154
|
-
exponent: 3,
|
|
155
|
-
aliases: ['millielys']
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
denom: 'elys',
|
|
159
|
-
exponent: 6,
|
|
160
|
-
aliases: []
|
|
161
|
-
}
|
|
162
|
-
],
|
|
163
|
-
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
164
|
-
name: 'Elys Network',
|
|
165
|
-
display: 'elys',
|
|
166
|
-
symbol: 'ELYS',
|
|
167
|
-
logo_URIs: {
|
|
168
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
169
|
-
},
|
|
170
|
-
coingecko_id: 'elys',
|
|
171
|
-
images: [{
|
|
172
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
173
|
-
}],
|
|
174
|
-
type_asset: 'sdk.coin',
|
|
175
|
-
traces: [{
|
|
176
|
-
type: 'ibc',
|
|
177
|
-
counterparty: {
|
|
178
|
-
channel_id: 'channel-52',
|
|
179
|
-
base_denom: 'uelys',
|
|
180
|
-
chain_name: 'elystestnet'
|
|
181
|
-
},
|
|
182
|
-
chain: {
|
|
183
|
-
channel_id: 'channel-9'
|
|
184
|
-
}
|
|
185
|
-
}]
|
|
186
|
-
},
|
|
187
144
|
{
|
|
188
145
|
description: 'Eden token definition',
|
|
189
146
|
denom_units: [
|
|
@@ -524,49 +481,6 @@ const assets = {
|
|
|
524
481
|
}
|
|
525
482
|
}]
|
|
526
483
|
},
|
|
527
|
-
{
|
|
528
|
-
description: 'The native token of Elys Network',
|
|
529
|
-
denom_units: [
|
|
530
|
-
{
|
|
531
|
-
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
532
|
-
exponent: 0,
|
|
533
|
-
aliases: ['uelys']
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
denom: 'melys',
|
|
537
|
-
exponent: 3,
|
|
538
|
-
aliases: ['millielys']
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
denom: 'elys',
|
|
542
|
-
exponent: 6,
|
|
543
|
-
aliases: []
|
|
544
|
-
}
|
|
545
|
-
],
|
|
546
|
-
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
547
|
-
name: 'Elys Network',
|
|
548
|
-
display: 'elys',
|
|
549
|
-
symbol: 'ELYS',
|
|
550
|
-
logo_URIs: {
|
|
551
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
552
|
-
},
|
|
553
|
-
coingecko_id: 'elys',
|
|
554
|
-
images: [{
|
|
555
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
556
|
-
}],
|
|
557
|
-
type_asset: 'sdk.coin',
|
|
558
|
-
traces: [{
|
|
559
|
-
type: 'ibc',
|
|
560
|
-
counterparty: {
|
|
561
|
-
channel_id: 'channel-52',
|
|
562
|
-
base_denom: 'uelys',
|
|
563
|
-
chain_name: 'elystestnet'
|
|
564
|
-
},
|
|
565
|
-
chain: {
|
|
566
|
-
channel_id: 'channel-9'
|
|
567
|
-
}
|
|
568
|
-
}]
|
|
569
|
-
},
|
|
570
484
|
{
|
|
571
485
|
description: 'Eden token definition',
|
|
572
486
|
denom_units: [
|
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/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: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -17662,6 +17662,48 @@ const assets = {
|
|
|
17662
17662
|
}
|
|
17663
17663
|
}]
|
|
17664
17664
|
},
|
|
17665
|
+
{
|
|
17666
|
+
description: 'The native token of Side Chain.',
|
|
17667
|
+
denom_units: [{
|
|
17668
|
+
denom: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
17669
|
+
exponent: 0,
|
|
17670
|
+
aliases: ['uside']
|
|
17671
|
+
}, {
|
|
17672
|
+
denom: 'side',
|
|
17673
|
+
exponent: 6
|
|
17674
|
+
}],
|
|
17675
|
+
base: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
17676
|
+
name: 'Side Chain native token',
|
|
17677
|
+
display: 'side',
|
|
17678
|
+
symbol: 'SIDE',
|
|
17679
|
+
logo_URIs: {
|
|
17680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17681
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
17682
|
+
},
|
|
17683
|
+
images: [{
|
|
17684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17685
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
17686
|
+
theme: {
|
|
17687
|
+
primary_color_hex: '#f7771a'
|
|
17688
|
+
}
|
|
17689
|
+
}],
|
|
17690
|
+
socials: {
|
|
17691
|
+
website: 'https://side.one',
|
|
17692
|
+
twitter: 'https://x.com/SideProtocol'
|
|
17693
|
+
},
|
|
17694
|
+
type_asset: 'sdk.coin',
|
|
17695
|
+
traces: [{
|
|
17696
|
+
type: 'ibc',
|
|
17697
|
+
counterparty: {
|
|
17698
|
+
channel_id: 'channel-0',
|
|
17699
|
+
base_denom: 'uside',
|
|
17700
|
+
chain_name: 'sidechain'
|
|
17701
|
+
},
|
|
17702
|
+
chain: {
|
|
17703
|
+
channel_id: 'channel-98081'
|
|
17704
|
+
}
|
|
17705
|
+
}]
|
|
17706
|
+
},
|
|
17665
17707
|
{
|
|
17666
17708
|
description: 'Rowan Token (ROWAN) is the Sifchain Network\'s native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
17667
17709
|
denom_units: [{
|
|
@@ -24962,6 +25004,48 @@ const assets = {
|
|
|
24962
25004
|
}
|
|
24963
25005
|
}]
|
|
24964
25006
|
},
|
|
25007
|
+
{
|
|
25008
|
+
description: 'The native token of Side Chain.',
|
|
25009
|
+
denom_units: [{
|
|
25010
|
+
denom: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
25011
|
+
exponent: 0,
|
|
25012
|
+
aliases: ['uside']
|
|
25013
|
+
}, {
|
|
25014
|
+
denom: 'side',
|
|
25015
|
+
exponent: 6
|
|
25016
|
+
}],
|
|
25017
|
+
base: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
25018
|
+
name: 'Side Chain native token',
|
|
25019
|
+
display: 'side',
|
|
25020
|
+
symbol: 'SIDE',
|
|
25021
|
+
logo_URIs: {
|
|
25022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
25023
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
25024
|
+
},
|
|
25025
|
+
images: [{
|
|
25026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
25027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
25028
|
+
theme: {
|
|
25029
|
+
primary_color_hex: '#f7771a'
|
|
25030
|
+
}
|
|
25031
|
+
}],
|
|
25032
|
+
socials: {
|
|
25033
|
+
website: 'https://side.one',
|
|
25034
|
+
twitter: 'https://x.com/SideProtocol'
|
|
25035
|
+
},
|
|
25036
|
+
type_asset: 'sdk.coin',
|
|
25037
|
+
traces: [{
|
|
25038
|
+
type: 'ibc',
|
|
25039
|
+
counterparty: {
|
|
25040
|
+
channel_id: 'channel-0',
|
|
25041
|
+
base_denom: 'uside',
|
|
25042
|
+
chain_name: 'sidechain'
|
|
25043
|
+
},
|
|
25044
|
+
chain: {
|
|
25045
|
+
channel_id: 'channel-98081'
|
|
25046
|
+
}
|
|
25047
|
+
}]
|
|
25048
|
+
},
|
|
24965
25049
|
{
|
|
24966
25050
|
description: 'Rowan Token (ROWAN) is the Sifchain Network\'s native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
24967
25051
|
denom_units: [{
|