@chain-registry/assets 1.64.73 → 1.64.75
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/axelar.js +626 -0
- package/esm/mainnet/canto.js +100 -0
- package/esm/mainnet/celestia.js +544 -0
- package/esm/mainnet/cosmoshub.js +544 -0
- package/esm/mainnet/dydx.js +544 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +544 -0
- package/esm/mainnet/lorenzo.js +182 -0
- package/esm/mainnet/neutron.js +544 -0
- package/esm/mainnet/noble.js +626 -0
- package/esm/mainnet/osmosis.js +716 -0
- package/esm/mainnet/sommelier.js +84 -0
- package/esm/mainnet/stride.js +544 -0
- package/esm/mainnet/terra2.js +544 -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/axelar.js +626 -0
- package/mainnet/canto.js +100 -0
- package/mainnet/celestia.js +544 -0
- package/mainnet/cosmoshub.js +544 -0
- package/mainnet/dydx.js +544 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +544 -0
- package/mainnet/lorenzo.d.ts +3 -0
- package/mainnet/lorenzo.js +184 -0
- package/mainnet/neutron.js +544 -0
- package/mainnet/noble.js +626 -0
- package/mainnet/osmosis.js +716 -0
- package/mainnet/sommelier.js +84 -0
- package/mainnet/stride.js +544 -0
- package/mainnet/terra2.js +544 -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/mainnet/canto.js
CHANGED
|
@@ -209,6 +209,56 @@ const assets = {
|
|
|
209
209
|
}
|
|
210
210
|
}]
|
|
211
211
|
},
|
|
212
|
+
{
|
|
213
|
+
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
214
|
+
denom_units: [
|
|
215
|
+
{
|
|
216
|
+
denom: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
|
|
217
|
+
exponent: 0,
|
|
218
|
+
aliases: ['usomm']
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
denom: 'msomm',
|
|
222
|
+
exponent: 3,
|
|
223
|
+
aliases: ['millisomm']
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
denom: 'somm',
|
|
227
|
+
exponent: 6
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
base: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
|
|
231
|
+
name: 'Sommelier',
|
|
232
|
+
display: 'somm',
|
|
233
|
+
symbol: 'SOMM',
|
|
234
|
+
logo_URIs: {
|
|
235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
237
|
+
},
|
|
238
|
+
coingecko_id: 'sommelier',
|
|
239
|
+
images: [{
|
|
240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg',
|
|
242
|
+
theme: {
|
|
243
|
+
primary_color_hex: '#f36353'
|
|
244
|
+
}
|
|
245
|
+
}],
|
|
246
|
+
socials: {
|
|
247
|
+
website: 'https://www.sommelier.finance/',
|
|
248
|
+
twitter: 'https://twitter.com/sommfinance'
|
|
249
|
+
},
|
|
250
|
+
traces: [{
|
|
251
|
+
type: 'ibc',
|
|
252
|
+
counterparty: {
|
|
253
|
+
channel_id: 'channel-2',
|
|
254
|
+
base_denom: 'usomm',
|
|
255
|
+
chain_name: 'sommelier'
|
|
256
|
+
},
|
|
257
|
+
chain: {
|
|
258
|
+
channel_id: 'channel-10'
|
|
259
|
+
}
|
|
260
|
+
}]
|
|
261
|
+
},
|
|
212
262
|
{
|
|
213
263
|
description: 'The native governance token of Carbon',
|
|
214
264
|
denom_units: [{
|
|
@@ -414,6 +464,56 @@ const assets = {
|
|
|
414
464
|
channel_id: 'channel-5'
|
|
415
465
|
}
|
|
416
466
|
}]
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
470
|
+
denom_units: [
|
|
471
|
+
{
|
|
472
|
+
denom: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
|
|
473
|
+
exponent: 0,
|
|
474
|
+
aliases: ['usomm']
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
denom: 'msomm',
|
|
478
|
+
exponent: 3,
|
|
479
|
+
aliases: ['millisomm']
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
denom: 'somm',
|
|
483
|
+
exponent: 6
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
base: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
|
|
487
|
+
name: 'Sommelier',
|
|
488
|
+
display: 'somm',
|
|
489
|
+
symbol: 'SOMM',
|
|
490
|
+
logo_URIs: {
|
|
491
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
493
|
+
},
|
|
494
|
+
coingecko_id: 'sommelier',
|
|
495
|
+
images: [{
|
|
496
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
497
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg',
|
|
498
|
+
theme: {
|
|
499
|
+
primary_color_hex: '#f36353'
|
|
500
|
+
}
|
|
501
|
+
}],
|
|
502
|
+
socials: {
|
|
503
|
+
website: 'https://www.sommelier.finance/',
|
|
504
|
+
twitter: 'https://twitter.com/sommfinance'
|
|
505
|
+
},
|
|
506
|
+
traces: [{
|
|
507
|
+
type: 'ibc',
|
|
508
|
+
counterparty: {
|
|
509
|
+
channel_id: 'channel-2',
|
|
510
|
+
base_denom: 'usomm',
|
|
511
|
+
chain_name: 'sommelier'
|
|
512
|
+
},
|
|
513
|
+
chain: {
|
|
514
|
+
channel_id: 'channel-10'
|
|
515
|
+
}
|
|
516
|
+
}]
|
|
417
517
|
}
|
|
418
518
|
]
|
|
419
519
|
};
|