@chain-registry/assets 1.70.120 → 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/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/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/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: [{
|
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'sidechain',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ustake']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'stake',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
16
|
+
name: 'Stake',
|
|
17
|
+
display: 'stake',
|
|
18
|
+
symbol: 'STAKE',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#a8bbfb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
traces: [{
|
|
31
|
+
type: 'ibc',
|
|
32
|
+
counterparty: {
|
|
33
|
+
channel_id: 'channel-123',
|
|
34
|
+
base_denom: 'ustake',
|
|
35
|
+
chain_name: 'noble'
|
|
36
|
+
},
|
|
37
|
+
chain: {
|
|
38
|
+
channel_id: 'channel-1'
|
|
39
|
+
}
|
|
40
|
+
}]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
44
|
+
denom_units: [{
|
|
45
|
+
denom: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
46
|
+
exponent: 0,
|
|
47
|
+
aliases: ['ufrienzies']
|
|
48
|
+
}, {
|
|
49
|
+
denom: 'frienzies',
|
|
50
|
+
exponent: 6
|
|
51
|
+
}],
|
|
52
|
+
type_asset: 'sdk.coin',
|
|
53
|
+
base: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
54
|
+
display: 'frienzies',
|
|
55
|
+
name: 'Frienzies',
|
|
56
|
+
symbol: 'FRNZ',
|
|
57
|
+
logo_URIs: {
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
60
|
+
},
|
|
61
|
+
images: [{
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
64
|
+
theme: {
|
|
65
|
+
primary_color_hex: '#04041c'
|
|
66
|
+
}
|
|
67
|
+
}],
|
|
68
|
+
traces: [{
|
|
69
|
+
type: 'ibc',
|
|
70
|
+
counterparty: {
|
|
71
|
+
channel_id: 'channel-123',
|
|
72
|
+
base_denom: 'ufrienzies',
|
|
73
|
+
chain_name: 'noble'
|
|
74
|
+
},
|
|
75
|
+
chain: {
|
|
76
|
+
channel_id: 'channel-1'
|
|
77
|
+
}
|
|
78
|
+
}]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
description: 'Ondo US Dollar Yield',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
84
|
+
exponent: 0,
|
|
85
|
+
aliases: ['ausdy']
|
|
86
|
+
}, {
|
|
87
|
+
denom: 'usdy',
|
|
88
|
+
exponent: 18
|
|
89
|
+
}],
|
|
90
|
+
base: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
91
|
+
display: 'usdy',
|
|
92
|
+
name: 'Ondo US Dollar Yield',
|
|
93
|
+
symbol: 'USDY',
|
|
94
|
+
logo_URIs: {
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
97
|
+
},
|
|
98
|
+
images: [{
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
101
|
+
theme: {
|
|
102
|
+
primary_color_hex: '#142c5c'
|
|
103
|
+
}
|
|
104
|
+
}],
|
|
105
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
106
|
+
socials: {
|
|
107
|
+
website: 'https://ondo.finance/usdy',
|
|
108
|
+
twitter: 'https://x.com/OndoFinance'
|
|
109
|
+
},
|
|
110
|
+
type_asset: 'sdk.coin',
|
|
111
|
+
traces: [{
|
|
112
|
+
type: 'ibc',
|
|
113
|
+
counterparty: {
|
|
114
|
+
channel_id: 'channel-123',
|
|
115
|
+
base_denom: 'ausdy',
|
|
116
|
+
chain_name: 'noble'
|
|
117
|
+
},
|
|
118
|
+
chain: {
|
|
119
|
+
channel_id: 'channel-1'
|
|
120
|
+
}
|
|
121
|
+
}]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
description: 'The native token of Osmosis',
|
|
125
|
+
denom_units: [{
|
|
126
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
127
|
+
exponent: 0,
|
|
128
|
+
aliases: ['uosmo']
|
|
129
|
+
}, {
|
|
130
|
+
denom: 'osmo',
|
|
131
|
+
exponent: 6
|
|
132
|
+
}],
|
|
133
|
+
type_asset: 'sdk.coin',
|
|
134
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
135
|
+
name: 'Osmosis',
|
|
136
|
+
display: 'osmo',
|
|
137
|
+
symbol: 'OSMO',
|
|
138
|
+
logo_URIs: {
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
141
|
+
},
|
|
142
|
+
images: [{
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
145
|
+
theme: {
|
|
146
|
+
primary_color_hex: '#760dbb'
|
|
147
|
+
}
|
|
148
|
+
}],
|
|
149
|
+
coingecko_id: 'osmosis',
|
|
150
|
+
keywords: ['dex', 'staking'],
|
|
151
|
+
socials: {
|
|
152
|
+
website: 'https://osmosis.zone',
|
|
153
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
154
|
+
},
|
|
155
|
+
traces: [{
|
|
156
|
+
type: 'ibc',
|
|
157
|
+
counterparty: {
|
|
158
|
+
channel_id: 'channel-98081',
|
|
159
|
+
base_denom: 'uosmo',
|
|
160
|
+
chain_name: 'osmosis'
|
|
161
|
+
},
|
|
162
|
+
chain: {
|
|
163
|
+
channel_id: 'channel-0'
|
|
164
|
+
}
|
|
165
|
+
}]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
description: 'ION is the second native token of Osmosis.',
|
|
169
|
+
denom_units: [{
|
|
170
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
171
|
+
exponent: 0,
|
|
172
|
+
aliases: ['uion']
|
|
173
|
+
}, {
|
|
174
|
+
denom: 'ion',
|
|
175
|
+
exponent: 6
|
|
176
|
+
}],
|
|
177
|
+
type_asset: 'sdk.coin',
|
|
178
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
179
|
+
name: 'Ion DAO',
|
|
180
|
+
display: 'ion',
|
|
181
|
+
symbol: 'ION',
|
|
182
|
+
logo_URIs: {
|
|
183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
185
|
+
},
|
|
186
|
+
images: [{
|
|
187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
189
|
+
theme: {
|
|
190
|
+
primary_color_hex: '#4453c7'
|
|
191
|
+
}
|
|
192
|
+
}],
|
|
193
|
+
coingecko_id: 'ion',
|
|
194
|
+
keywords: ['memecoin', 'defi'],
|
|
195
|
+
socials: {
|
|
196
|
+
website: 'https://ion.wtf',
|
|
197
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
198
|
+
},
|
|
199
|
+
traces: [{
|
|
200
|
+
type: 'ibc',
|
|
201
|
+
counterparty: {
|
|
202
|
+
channel_id: 'channel-98081',
|
|
203
|
+
base_denom: 'uion',
|
|
204
|
+
chain_name: 'osmosis'
|
|
205
|
+
},
|
|
206
|
+
chain: {
|
|
207
|
+
channel_id: 'channel-0'
|
|
208
|
+
}
|
|
209
|
+
}]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
213
|
+
denom_units: [{
|
|
214
|
+
denom: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
215
|
+
exponent: 0,
|
|
216
|
+
aliases: ['ustake']
|
|
217
|
+
}, {
|
|
218
|
+
denom: 'stake',
|
|
219
|
+
exponent: 6
|
|
220
|
+
}],
|
|
221
|
+
type_asset: 'sdk.coin',
|
|
222
|
+
base: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
223
|
+
name: 'Stake',
|
|
224
|
+
display: 'stake',
|
|
225
|
+
symbol: 'STAKE',
|
|
226
|
+
logo_URIs: {
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
229
|
+
},
|
|
230
|
+
images: [{
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
233
|
+
theme: {
|
|
234
|
+
primary_color_hex: '#a8bbfb'
|
|
235
|
+
}
|
|
236
|
+
}],
|
|
237
|
+
traces: [{
|
|
238
|
+
type: 'ibc',
|
|
239
|
+
counterparty: {
|
|
240
|
+
channel_id: 'channel-123',
|
|
241
|
+
base_denom: 'ustake',
|
|
242
|
+
chain_name: 'noble'
|
|
243
|
+
},
|
|
244
|
+
chain: {
|
|
245
|
+
channel_id: 'channel-1'
|
|
246
|
+
}
|
|
247
|
+
}]
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
251
|
+
denom_units: [{
|
|
252
|
+
denom: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
253
|
+
exponent: 0,
|
|
254
|
+
aliases: ['ufrienzies']
|
|
255
|
+
}, {
|
|
256
|
+
denom: 'frienzies',
|
|
257
|
+
exponent: 6
|
|
258
|
+
}],
|
|
259
|
+
type_asset: 'sdk.coin',
|
|
260
|
+
base: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
261
|
+
display: 'frienzies',
|
|
262
|
+
name: 'Frienzies',
|
|
263
|
+
symbol: 'FRNZ',
|
|
264
|
+
logo_URIs: {
|
|
265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
267
|
+
},
|
|
268
|
+
images: [{
|
|
269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
271
|
+
theme: {
|
|
272
|
+
primary_color_hex: '#04041c'
|
|
273
|
+
}
|
|
274
|
+
}],
|
|
275
|
+
traces: [{
|
|
276
|
+
type: 'ibc',
|
|
277
|
+
counterparty: {
|
|
278
|
+
channel_id: 'channel-123',
|
|
279
|
+
base_denom: 'ufrienzies',
|
|
280
|
+
chain_name: 'noble'
|
|
281
|
+
},
|
|
282
|
+
chain: {
|
|
283
|
+
channel_id: 'channel-1'
|
|
284
|
+
}
|
|
285
|
+
}]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
description: 'Ondo US Dollar Yield',
|
|
289
|
+
denom_units: [{
|
|
290
|
+
denom: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
291
|
+
exponent: 0,
|
|
292
|
+
aliases: ['ausdy']
|
|
293
|
+
}, {
|
|
294
|
+
denom: 'usdy',
|
|
295
|
+
exponent: 18
|
|
296
|
+
}],
|
|
297
|
+
base: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
298
|
+
display: 'usdy',
|
|
299
|
+
name: 'Ondo US Dollar Yield',
|
|
300
|
+
symbol: 'USDY',
|
|
301
|
+
logo_URIs: {
|
|
302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
303
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
304
|
+
},
|
|
305
|
+
images: [{
|
|
306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
307
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
308
|
+
theme: {
|
|
309
|
+
primary_color_hex: '#142c5c'
|
|
310
|
+
}
|
|
311
|
+
}],
|
|
312
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
313
|
+
socials: {
|
|
314
|
+
website: 'https://ondo.finance/usdy',
|
|
315
|
+
twitter: 'https://x.com/OndoFinance'
|
|
316
|
+
},
|
|
317
|
+
type_asset: 'sdk.coin',
|
|
318
|
+
traces: [{
|
|
319
|
+
type: 'ibc',
|
|
320
|
+
counterparty: {
|
|
321
|
+
channel_id: 'channel-123',
|
|
322
|
+
base_denom: 'ausdy',
|
|
323
|
+
chain_name: 'noble'
|
|
324
|
+
},
|
|
325
|
+
chain: {
|
|
326
|
+
channel_id: 'channel-1'
|
|
327
|
+
}
|
|
328
|
+
}]
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
description: 'The native token of Osmosis',
|
|
332
|
+
denom_units: [{
|
|
333
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
334
|
+
exponent: 0,
|
|
335
|
+
aliases: ['uosmo']
|
|
336
|
+
}, {
|
|
337
|
+
denom: 'osmo',
|
|
338
|
+
exponent: 6
|
|
339
|
+
}],
|
|
340
|
+
type_asset: 'sdk.coin',
|
|
341
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
342
|
+
name: 'Osmosis',
|
|
343
|
+
display: 'osmo',
|
|
344
|
+
symbol: 'OSMO',
|
|
345
|
+
logo_URIs: {
|
|
346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
348
|
+
},
|
|
349
|
+
images: [{
|
|
350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
352
|
+
theme: {
|
|
353
|
+
primary_color_hex: '#760dbb'
|
|
354
|
+
}
|
|
355
|
+
}],
|
|
356
|
+
coingecko_id: 'osmosis',
|
|
357
|
+
keywords: ['dex', 'staking'],
|
|
358
|
+
socials: {
|
|
359
|
+
website: 'https://osmosis.zone',
|
|
360
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
361
|
+
},
|
|
362
|
+
traces: [{
|
|
363
|
+
type: 'ibc',
|
|
364
|
+
counterparty: {
|
|
365
|
+
channel_id: 'channel-98081',
|
|
366
|
+
base_denom: 'uosmo',
|
|
367
|
+
chain_name: 'osmosis'
|
|
368
|
+
},
|
|
369
|
+
chain: {
|
|
370
|
+
channel_id: 'channel-0'
|
|
371
|
+
}
|
|
372
|
+
}]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
description: 'ION is the second native token of Osmosis.',
|
|
376
|
+
denom_units: [{
|
|
377
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
378
|
+
exponent: 0,
|
|
379
|
+
aliases: ['uion']
|
|
380
|
+
}, {
|
|
381
|
+
denom: 'ion',
|
|
382
|
+
exponent: 6
|
|
383
|
+
}],
|
|
384
|
+
type_asset: 'sdk.coin',
|
|
385
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
386
|
+
name: 'Ion DAO',
|
|
387
|
+
display: 'ion',
|
|
388
|
+
symbol: 'ION',
|
|
389
|
+
logo_URIs: {
|
|
390
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
391
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
392
|
+
},
|
|
393
|
+
images: [{
|
|
394
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
395
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
396
|
+
theme: {
|
|
397
|
+
primary_color_hex: '#4453c7'
|
|
398
|
+
}
|
|
399
|
+
}],
|
|
400
|
+
coingecko_id: 'ion',
|
|
401
|
+
keywords: ['memecoin', 'defi'],
|
|
402
|
+
socials: {
|
|
403
|
+
website: 'https://ion.wtf',
|
|
404
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
405
|
+
},
|
|
406
|
+
traces: [{
|
|
407
|
+
type: 'ibc',
|
|
408
|
+
counterparty: {
|
|
409
|
+
channel_id: 'channel-98081',
|
|
410
|
+
base_denom: 'uion',
|
|
411
|
+
chain_name: 'osmosis'
|
|
412
|
+
},
|
|
413
|
+
chain: {
|
|
414
|
+
channel_id: 'channel-0'
|
|
415
|
+
}
|
|
416
|
+
}]
|
|
417
|
+
}
|
|
418
|
+
]
|
|
419
|
+
};
|
|
420
|
+
export default assets;
|
package/mainnet/assets.js
CHANGED
|
@@ -132,6 +132,7 @@ const sge_1 = __importDefault(require("./sge"));
|
|
|
132
132
|
const shareledger_1 = __importDefault(require("./shareledger"));
|
|
133
133
|
const shentu_1 = __importDefault(require("./shentu"));
|
|
134
134
|
const shido_1 = __importDefault(require("./shido"));
|
|
135
|
+
const sidechain_1 = __importDefault(require("./sidechain"));
|
|
135
136
|
const sifchain_1 = __importDefault(require("./sifchain"));
|
|
136
137
|
const sommelier_1 = __importDefault(require("./sommelier"));
|
|
137
138
|
const source_1 = __importDefault(require("./source"));
|
|
@@ -152,5 +153,5 @@ const uptick_1 = __importDefault(require("./uptick"));
|
|
|
152
153
|
const xion_1 = __importDefault(require("./xion"));
|
|
153
154
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
154
155
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
155
|
-
const assets = [ethereum_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, mantrachain_1.default, mars_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
156
|
+
const assets = [ethereum_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, mantrachain_1.default, mars_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
156
157
|
exports.default = assets;
|