@chain-registry/assets 1.64.73 → 1.64.74
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/canto.js +100 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/lorenzo.js +182 -0
- package/esm/mainnet/osmosis.js +82 -0
- package/esm/mainnet/sommelier.js +84 -0
- package/esm/testnet/archwaytestnet.js +68 -0
- package/esm/testnet/cosmoshubtestnet.js +68 -0
- package/esm/testnet/junotestnet.js +68 -0
- package/esm/testnet/symphonytestnet.js +138 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/canto.js +100 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/lorenzo.d.ts +3 -0
- package/mainnet/lorenzo.js +184 -0
- package/mainnet/osmosis.js +82 -0
- package/mainnet/sommelier.js +84 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +68 -0
- package/testnet/cosmoshubtestnet.js +68 -0
- package/testnet/junotestnet.js +68 -0
- package/testnet/symphonytestnet.js +138 -0
package/esm/mainnet/assets.js
CHANGED
|
@@ -72,6 +72,7 @@ import _kyve from './kyve';
|
|
|
72
72
|
import _lambda from './lambda';
|
|
73
73
|
import _lava from './lava';
|
|
74
74
|
import _likecoin from './likecoin';
|
|
75
|
+
import _lorenzo from './lorenzo';
|
|
75
76
|
import _lumenx from './lumenx';
|
|
76
77
|
import _lumnetwork from './lumnetwork';
|
|
77
78
|
import _mande from './mande';
|
|
@@ -140,5 +141,5 @@ import _unification from './unification';
|
|
|
140
141
|
import _uptick from './uptick';
|
|
141
142
|
import _vidulum from './vidulum';
|
|
142
143
|
import _xpla from './xpla';
|
|
143
|
-
const assets = [_ethereum, _solana, _8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lumenx, _lumnetwork, _mande, _mars, _medasdigital, _meme, _microtick, _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, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
144
|
+
const assets = [_ethereum, _solana, _8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumenx, _lumnetwork, _mande, _mars, _medasdigital, _meme, _microtick, _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, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
144
145
|
export default assets;
|
package/esm/mainnet/canto.js
CHANGED
|
@@ -207,6 +207,56 @@ const assets = {
|
|
|
207
207
|
}
|
|
208
208
|
}]
|
|
209
209
|
},
|
|
210
|
+
{
|
|
211
|
+
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
212
|
+
denom_units: [
|
|
213
|
+
{
|
|
214
|
+
denom: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
|
|
215
|
+
exponent: 0,
|
|
216
|
+
aliases: ['usomm']
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
denom: 'msomm',
|
|
220
|
+
exponent: 3,
|
|
221
|
+
aliases: ['millisomm']
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
denom: 'somm',
|
|
225
|
+
exponent: 6
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
base: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
|
|
229
|
+
name: 'Sommelier',
|
|
230
|
+
display: 'somm',
|
|
231
|
+
symbol: 'SOMM',
|
|
232
|
+
logo_URIs: {
|
|
233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
235
|
+
},
|
|
236
|
+
coingecko_id: 'sommelier',
|
|
237
|
+
images: [{
|
|
238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg',
|
|
240
|
+
theme: {
|
|
241
|
+
primary_color_hex: '#f36353'
|
|
242
|
+
}
|
|
243
|
+
}],
|
|
244
|
+
socials: {
|
|
245
|
+
website: 'https://www.sommelier.finance/',
|
|
246
|
+
twitter: 'https://twitter.com/sommfinance'
|
|
247
|
+
},
|
|
248
|
+
traces: [{
|
|
249
|
+
type: 'ibc',
|
|
250
|
+
counterparty: {
|
|
251
|
+
channel_id: 'channel-2',
|
|
252
|
+
base_denom: 'usomm',
|
|
253
|
+
chain_name: 'sommelier'
|
|
254
|
+
},
|
|
255
|
+
chain: {
|
|
256
|
+
channel_id: 'channel-10'
|
|
257
|
+
}
|
|
258
|
+
}]
|
|
259
|
+
},
|
|
210
260
|
{
|
|
211
261
|
description: 'The native governance token of Carbon',
|
|
212
262
|
denom_units: [{
|
|
@@ -412,6 +462,56 @@ const assets = {
|
|
|
412
462
|
channel_id: 'channel-5'
|
|
413
463
|
}
|
|
414
464
|
}]
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
468
|
+
denom_units: [
|
|
469
|
+
{
|
|
470
|
+
denom: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
|
|
471
|
+
exponent: 0,
|
|
472
|
+
aliases: ['usomm']
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
denom: 'msomm',
|
|
476
|
+
exponent: 3,
|
|
477
|
+
aliases: ['millisomm']
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
denom: 'somm',
|
|
481
|
+
exponent: 6
|
|
482
|
+
}
|
|
483
|
+
],
|
|
484
|
+
base: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
|
|
485
|
+
name: 'Sommelier',
|
|
486
|
+
display: 'somm',
|
|
487
|
+
symbol: 'SOMM',
|
|
488
|
+
logo_URIs: {
|
|
489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
491
|
+
},
|
|
492
|
+
coingecko_id: 'sommelier',
|
|
493
|
+
images: [{
|
|
494
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
495
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg',
|
|
496
|
+
theme: {
|
|
497
|
+
primary_color_hex: '#f36353'
|
|
498
|
+
}
|
|
499
|
+
}],
|
|
500
|
+
socials: {
|
|
501
|
+
website: 'https://www.sommelier.finance/',
|
|
502
|
+
twitter: 'https://twitter.com/sommfinance'
|
|
503
|
+
},
|
|
504
|
+
traces: [{
|
|
505
|
+
type: 'ibc',
|
|
506
|
+
counterparty: {
|
|
507
|
+
channel_id: 'channel-2',
|
|
508
|
+
base_denom: 'usomm',
|
|
509
|
+
chain_name: 'sommelier'
|
|
510
|
+
},
|
|
511
|
+
chain: {
|
|
512
|
+
channel_id: 'channel-10'
|
|
513
|
+
}
|
|
514
|
+
}]
|
|
415
515
|
}
|
|
416
516
|
]
|
|
417
517
|
};
|
package/esm/mainnet/index.js
CHANGED
|
@@ -72,6 +72,7 @@ export * as kyve from './kyve';
|
|
|
72
72
|
export * as lambda from './lambda';
|
|
73
73
|
export * as lava from './lava';
|
|
74
74
|
export * as likecoin from './likecoin';
|
|
75
|
+
export * as lorenzo from './lorenzo';
|
|
75
76
|
export * as lumenx from './lumenx';
|
|
76
77
|
export * as lumnetwork from './lumnetwork';
|
|
77
78
|
export * as mande from './mande';
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'lorenzo',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
16
|
+
name: 'Osmosis',
|
|
17
|
+
display: 'osmo',
|
|
18
|
+
symbol: 'OSMO',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#760dbb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://osmosis.zone',
|
|
34
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
35
|
+
},
|
|
36
|
+
traces: [{
|
|
37
|
+
type: 'ibc',
|
|
38
|
+
counterparty: {
|
|
39
|
+
channel_id: 'channel-79840',
|
|
40
|
+
base_denom: 'uosmo',
|
|
41
|
+
chain_name: 'osmosis'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-0'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
description: 'ION is the second native token of Osmosis.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uion']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'ion',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
type_asset: 'sdk.coin',
|
|
59
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
60
|
+
name: 'Ion DAO',
|
|
61
|
+
display: 'ion',
|
|
62
|
+
symbol: 'ION',
|
|
63
|
+
logo_URIs: {
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
|
+
},
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#4453c7'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
coingecko_id: 'ion',
|
|
75
|
+
keywords: ['memecoin', 'defi'],
|
|
76
|
+
socials: {
|
|
77
|
+
website: 'https://ion.wtf',
|
|
78
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
79
|
+
},
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-79840',
|
|
84
|
+
base_denom: 'uion',
|
|
85
|
+
chain_name: 'osmosis'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-0'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The native token of Osmosis',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uosmo']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'osmo',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
104
|
+
name: 'Osmosis',
|
|
105
|
+
display: 'osmo',
|
|
106
|
+
symbol: 'OSMO',
|
|
107
|
+
logo_URIs: {
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
110
|
+
},
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#760dbb'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
coingecko_id: 'osmosis',
|
|
119
|
+
keywords: ['dex', 'staking'],
|
|
120
|
+
socials: {
|
|
121
|
+
website: 'https://osmosis.zone',
|
|
122
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
123
|
+
},
|
|
124
|
+
traces: [{
|
|
125
|
+
type: 'ibc',
|
|
126
|
+
counterparty: {
|
|
127
|
+
channel_id: 'channel-79840',
|
|
128
|
+
base_denom: 'uosmo',
|
|
129
|
+
chain_name: 'osmosis'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-0'
|
|
133
|
+
}
|
|
134
|
+
}]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
description: 'ION is the second native token of Osmosis.',
|
|
138
|
+
denom_units: [{
|
|
139
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['uion']
|
|
142
|
+
}, {
|
|
143
|
+
denom: 'ion',
|
|
144
|
+
exponent: 6
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
148
|
+
name: 'Ion DAO',
|
|
149
|
+
display: 'ion',
|
|
150
|
+
symbol: 'ION',
|
|
151
|
+
logo_URIs: {
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
154
|
+
},
|
|
155
|
+
images: [{
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
158
|
+
theme: {
|
|
159
|
+
primary_color_hex: '#4453c7'
|
|
160
|
+
}
|
|
161
|
+
}],
|
|
162
|
+
coingecko_id: 'ion',
|
|
163
|
+
keywords: ['memecoin', 'defi'],
|
|
164
|
+
socials: {
|
|
165
|
+
website: 'https://ion.wtf',
|
|
166
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
167
|
+
},
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
channel_id: 'channel-79840',
|
|
172
|
+
base_denom: 'uion',
|
|
173
|
+
chain_name: 'osmosis'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-0'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
};
|
|
182
|
+
export default assets;
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -4070,6 +4070,47 @@ const assets = {
|
|
|
4070
4070
|
}
|
|
4071
4071
|
}]
|
|
4072
4072
|
},
|
|
4073
|
+
{
|
|
4074
|
+
description: 'Native staking token of Lorenzo: LRZ (alrz)',
|
|
4075
|
+
denom_units: [{
|
|
4076
|
+
denom: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
|
|
4077
|
+
exponent: 0,
|
|
4078
|
+
aliases: ['alrz']
|
|
4079
|
+
}, {
|
|
4080
|
+
denom: 'LRZ',
|
|
4081
|
+
exponent: 18
|
|
4082
|
+
}],
|
|
4083
|
+
base: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
|
|
4084
|
+
name: 'LRZ',
|
|
4085
|
+
display: 'LRZ',
|
|
4086
|
+
symbol: 'LRZ',
|
|
4087
|
+
logo_URIs: {
|
|
4088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
4089
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
|
|
4090
|
+
},
|
|
4091
|
+
images: [{
|
|
4092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
4093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
|
|
4094
|
+
theme: {
|
|
4095
|
+
primary_color_hex: '#133348'
|
|
4096
|
+
}
|
|
4097
|
+
}],
|
|
4098
|
+
socials: {
|
|
4099
|
+
website: 'https://www.lorenzo-protocol.xyz/',
|
|
4100
|
+
twitter: 'https://x.com/LorenzoProtocol'
|
|
4101
|
+
},
|
|
4102
|
+
traces: [{
|
|
4103
|
+
type: 'ibc',
|
|
4104
|
+
counterparty: {
|
|
4105
|
+
channel_id: 'channel-0',
|
|
4106
|
+
base_denom: 'alrz',
|
|
4107
|
+
chain_name: 'lorenzo'
|
|
4108
|
+
},
|
|
4109
|
+
chain: {
|
|
4110
|
+
channel_id: 'channel-79840'
|
|
4111
|
+
}
|
|
4112
|
+
}]
|
|
4113
|
+
},
|
|
4073
4114
|
{
|
|
4074
4115
|
description: 'The native token of LumenX Network',
|
|
4075
4116
|
denom_units: [{
|
|
@@ -9285,6 +9326,47 @@ const assets = {
|
|
|
9285
9326
|
}
|
|
9286
9327
|
}]
|
|
9287
9328
|
},
|
|
9329
|
+
{
|
|
9330
|
+
description: 'Native staking token of Lorenzo: LRZ (alrz)',
|
|
9331
|
+
denom_units: [{
|
|
9332
|
+
denom: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
|
|
9333
|
+
exponent: 0,
|
|
9334
|
+
aliases: ['alrz']
|
|
9335
|
+
}, {
|
|
9336
|
+
denom: 'LRZ',
|
|
9337
|
+
exponent: 18
|
|
9338
|
+
}],
|
|
9339
|
+
base: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
|
|
9340
|
+
name: 'LRZ',
|
|
9341
|
+
display: 'LRZ',
|
|
9342
|
+
symbol: 'LRZ',
|
|
9343
|
+
logo_URIs: {
|
|
9344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
9345
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
|
|
9346
|
+
},
|
|
9347
|
+
images: [{
|
|
9348
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
9349
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
|
|
9350
|
+
theme: {
|
|
9351
|
+
primary_color_hex: '#133348'
|
|
9352
|
+
}
|
|
9353
|
+
}],
|
|
9354
|
+
socials: {
|
|
9355
|
+
website: 'https://www.lorenzo-protocol.xyz/',
|
|
9356
|
+
twitter: 'https://x.com/LorenzoProtocol'
|
|
9357
|
+
},
|
|
9358
|
+
traces: [{
|
|
9359
|
+
type: 'ibc',
|
|
9360
|
+
counterparty: {
|
|
9361
|
+
channel_id: 'channel-0',
|
|
9362
|
+
base_denom: 'alrz',
|
|
9363
|
+
chain_name: 'lorenzo'
|
|
9364
|
+
},
|
|
9365
|
+
chain: {
|
|
9366
|
+
channel_id: 'channel-79840'
|
|
9367
|
+
}
|
|
9368
|
+
}]
|
|
9369
|
+
},
|
|
9288
9370
|
{
|
|
9289
9371
|
description: 'The native token of LumenX Network',
|
|
9290
9372
|
denom_units: [{
|
package/esm/mainnet/sommelier.js
CHANGED
|
@@ -43,6 +43,48 @@ const assets = {
|
|
|
43
43
|
}
|
|
44
44
|
}]
|
|
45
45
|
},
|
|
46
|
+
{
|
|
47
|
+
description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
48
|
+
denom_units: [{
|
|
49
|
+
denom: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
50
|
+
exponent: 0,
|
|
51
|
+
aliases: ['acanto']
|
|
52
|
+
}, {
|
|
53
|
+
denom: 'canto',
|
|
54
|
+
exponent: 18
|
|
55
|
+
}],
|
|
56
|
+
base: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
57
|
+
name: 'Canto',
|
|
58
|
+
display: 'canto',
|
|
59
|
+
symbol: 'CANTO',
|
|
60
|
+
logo_URIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
63
|
+
},
|
|
64
|
+
coingecko_id: 'canto',
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg',
|
|
68
|
+
theme: {
|
|
69
|
+
primary_color_hex: '#1c1f1f'
|
|
70
|
+
}
|
|
71
|
+
}],
|
|
72
|
+
socials: {
|
|
73
|
+
website: 'https://canto.io/',
|
|
74
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
75
|
+
},
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-10',
|
|
80
|
+
base_denom: 'acanto',
|
|
81
|
+
chain_name: 'canto'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-2'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
46
88
|
{
|
|
47
89
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
48
90
|
denom_units: [{
|
|
@@ -487,6 +529,48 @@ const assets = {
|
|
|
487
529
|
}
|
|
488
530
|
}]
|
|
489
531
|
},
|
|
532
|
+
{
|
|
533
|
+
description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
534
|
+
denom_units: [{
|
|
535
|
+
denom: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
536
|
+
exponent: 0,
|
|
537
|
+
aliases: ['acanto']
|
|
538
|
+
}, {
|
|
539
|
+
denom: 'canto',
|
|
540
|
+
exponent: 18
|
|
541
|
+
}],
|
|
542
|
+
base: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
543
|
+
name: 'Canto',
|
|
544
|
+
display: 'canto',
|
|
545
|
+
symbol: 'CANTO',
|
|
546
|
+
logo_URIs: {
|
|
547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
548
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
549
|
+
},
|
|
550
|
+
coingecko_id: 'canto',
|
|
551
|
+
images: [{
|
|
552
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
553
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg',
|
|
554
|
+
theme: {
|
|
555
|
+
primary_color_hex: '#1c1f1f'
|
|
556
|
+
}
|
|
557
|
+
}],
|
|
558
|
+
socials: {
|
|
559
|
+
website: 'https://canto.io/',
|
|
560
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
561
|
+
},
|
|
562
|
+
traces: [{
|
|
563
|
+
type: 'ibc',
|
|
564
|
+
counterparty: {
|
|
565
|
+
channel_id: 'channel-10',
|
|
566
|
+
base_denom: 'acanto',
|
|
567
|
+
chain_name: 'canto'
|
|
568
|
+
},
|
|
569
|
+
chain: {
|
|
570
|
+
channel_id: 'channel-2'
|
|
571
|
+
}
|
|
572
|
+
}]
|
|
573
|
+
},
|
|
490
574
|
{
|
|
491
575
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
492
576
|
denom_units: [{
|
|
@@ -178,6 +178,40 @@ const assets = {
|
|
|
178
178
|
}
|
|
179
179
|
}]
|
|
180
180
|
},
|
|
181
|
+
{
|
|
182
|
+
description: 'The native token of Symphony',
|
|
183
|
+
denom_units: [{
|
|
184
|
+
denom: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
185
|
+
exponent: 0,
|
|
186
|
+
aliases: ['note']
|
|
187
|
+
}, {
|
|
188
|
+
denom: 'mld',
|
|
189
|
+
exponent: 6,
|
|
190
|
+
aliases: ['melody']
|
|
191
|
+
}],
|
|
192
|
+
type_asset: 'sdk.coin',
|
|
193
|
+
base: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
194
|
+
name: 'Melody',
|
|
195
|
+
display: 'mld',
|
|
196
|
+
symbol: 'MLD',
|
|
197
|
+
logo_URIs: {
|
|
198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
199
|
+
},
|
|
200
|
+
images: [{
|
|
201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
202
|
+
}],
|
|
203
|
+
traces: [{
|
|
204
|
+
type: 'ibc',
|
|
205
|
+
counterparty: {
|
|
206
|
+
channel_id: 'channel-10',
|
|
207
|
+
base_denom: 'note',
|
|
208
|
+
chain_name: 'symphonytestnet'
|
|
209
|
+
},
|
|
210
|
+
chain: {
|
|
211
|
+
channel_id: 'channel-495'
|
|
212
|
+
}
|
|
213
|
+
}]
|
|
214
|
+
},
|
|
181
215
|
{
|
|
182
216
|
description: 'The native token of Axelar',
|
|
183
217
|
denom_units: [{
|
|
@@ -286,6 +320,40 @@ const assets = {
|
|
|
286
320
|
channel_id: 'channel-225'
|
|
287
321
|
}
|
|
288
322
|
}]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
description: 'The native token of Symphony',
|
|
326
|
+
denom_units: [{
|
|
327
|
+
denom: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
328
|
+
exponent: 0,
|
|
329
|
+
aliases: ['note']
|
|
330
|
+
}, {
|
|
331
|
+
denom: 'mld',
|
|
332
|
+
exponent: 6,
|
|
333
|
+
aliases: ['melody']
|
|
334
|
+
}],
|
|
335
|
+
type_asset: 'sdk.coin',
|
|
336
|
+
base: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
337
|
+
name: 'Melody',
|
|
338
|
+
display: 'mld',
|
|
339
|
+
symbol: 'MLD',
|
|
340
|
+
logo_URIs: {
|
|
341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
342
|
+
},
|
|
343
|
+
images: [{
|
|
344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
345
|
+
}],
|
|
346
|
+
traces: [{
|
|
347
|
+
type: 'ibc',
|
|
348
|
+
counterparty: {
|
|
349
|
+
channel_id: 'channel-10',
|
|
350
|
+
base_denom: 'note',
|
|
351
|
+
chain_name: 'symphonytestnet'
|
|
352
|
+
},
|
|
353
|
+
chain: {
|
|
354
|
+
channel_id: 'channel-495'
|
|
355
|
+
}
|
|
356
|
+
}]
|
|
289
357
|
}
|
|
290
358
|
]
|
|
291
359
|
};
|