@chain-registry/assets 1.64.72 → 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
|
@@ -462,6 +462,40 @@ const assets = {
|
|
|
462
462
|
}
|
|
463
463
|
}]
|
|
464
464
|
},
|
|
465
|
+
{
|
|
466
|
+
description: 'The native token of Symphony',
|
|
467
|
+
denom_units: [{
|
|
468
|
+
denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
469
|
+
exponent: 0,
|
|
470
|
+
aliases: ['note']
|
|
471
|
+
}, {
|
|
472
|
+
denom: 'mld',
|
|
473
|
+
exponent: 6,
|
|
474
|
+
aliases: ['melody']
|
|
475
|
+
}],
|
|
476
|
+
type_asset: 'sdk.coin',
|
|
477
|
+
base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
478
|
+
name: 'Melody',
|
|
479
|
+
display: 'mld',
|
|
480
|
+
symbol: 'MLD',
|
|
481
|
+
logo_URIs: {
|
|
482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
483
|
+
},
|
|
484
|
+
images: [{
|
|
485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
486
|
+
}],
|
|
487
|
+
traces: [{
|
|
488
|
+
type: 'ibc',
|
|
489
|
+
counterparty: {
|
|
490
|
+
channel_id: 'channel-7',
|
|
491
|
+
base_denom: 'note',
|
|
492
|
+
chain_name: 'symphonytestnet'
|
|
493
|
+
},
|
|
494
|
+
chain: {
|
|
495
|
+
channel_id: 'channel-4300'
|
|
496
|
+
}
|
|
497
|
+
}]
|
|
498
|
+
},
|
|
465
499
|
{
|
|
466
500
|
description: 'The native token of the Titan network.',
|
|
467
501
|
denom_units: [
|
|
@@ -904,6 +938,40 @@ const assets = {
|
|
|
904
938
|
}
|
|
905
939
|
}]
|
|
906
940
|
},
|
|
941
|
+
{
|
|
942
|
+
description: 'The native token of Symphony',
|
|
943
|
+
denom_units: [{
|
|
944
|
+
denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
945
|
+
exponent: 0,
|
|
946
|
+
aliases: ['note']
|
|
947
|
+
}, {
|
|
948
|
+
denom: 'mld',
|
|
949
|
+
exponent: 6,
|
|
950
|
+
aliases: ['melody']
|
|
951
|
+
}],
|
|
952
|
+
type_asset: 'sdk.coin',
|
|
953
|
+
base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
954
|
+
name: 'Melody',
|
|
955
|
+
display: 'mld',
|
|
956
|
+
symbol: 'MLD',
|
|
957
|
+
logo_URIs: {
|
|
958
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
959
|
+
},
|
|
960
|
+
images: [{
|
|
961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
962
|
+
}],
|
|
963
|
+
traces: [{
|
|
964
|
+
type: 'ibc',
|
|
965
|
+
counterparty: {
|
|
966
|
+
channel_id: 'channel-7',
|
|
967
|
+
base_denom: 'note',
|
|
968
|
+
chain_name: 'symphonytestnet'
|
|
969
|
+
},
|
|
970
|
+
chain: {
|
|
971
|
+
channel_id: 'channel-4300'
|
|
972
|
+
}
|
|
973
|
+
}]
|
|
974
|
+
},
|
|
907
975
|
{
|
|
908
976
|
description: 'The native token of the Titan network.',
|
|
909
977
|
denom_units: [
|
|
@@ -187,6 +187,40 @@ const assets = {
|
|
|
187
187
|
}
|
|
188
188
|
}]
|
|
189
189
|
},
|
|
190
|
+
{
|
|
191
|
+
description: 'The native token of Symphony',
|
|
192
|
+
denom_units: [{
|
|
193
|
+
denom: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
|
|
194
|
+
exponent: 0,
|
|
195
|
+
aliases: ['note']
|
|
196
|
+
}, {
|
|
197
|
+
denom: 'mld',
|
|
198
|
+
exponent: 6,
|
|
199
|
+
aliases: ['melody']
|
|
200
|
+
}],
|
|
201
|
+
type_asset: 'sdk.coin',
|
|
202
|
+
base: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
|
|
203
|
+
name: 'Melody',
|
|
204
|
+
display: 'mld',
|
|
205
|
+
symbol: 'MLD',
|
|
206
|
+
logo_URIs: {
|
|
207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
208
|
+
},
|
|
209
|
+
images: [{
|
|
210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
211
|
+
}],
|
|
212
|
+
traces: [{
|
|
213
|
+
type: 'ibc',
|
|
214
|
+
counterparty: {
|
|
215
|
+
channel_id: 'channel-9',
|
|
216
|
+
base_denom: 'note',
|
|
217
|
+
chain_name: 'symphonytestnet'
|
|
218
|
+
},
|
|
219
|
+
chain: {
|
|
220
|
+
channel_id: 'channel-942'
|
|
221
|
+
}
|
|
222
|
+
}]
|
|
223
|
+
},
|
|
190
224
|
{
|
|
191
225
|
description: 'The native token of Nois',
|
|
192
226
|
denom_units: [{
|
|
@@ -372,6 +406,40 @@ const assets = {
|
|
|
372
406
|
channel_id: 'channel-140'
|
|
373
407
|
}
|
|
374
408
|
}]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
description: 'The native token of Symphony',
|
|
412
|
+
denom_units: [{
|
|
413
|
+
denom: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
|
|
414
|
+
exponent: 0,
|
|
415
|
+
aliases: ['note']
|
|
416
|
+
}, {
|
|
417
|
+
denom: 'mld',
|
|
418
|
+
exponent: 6,
|
|
419
|
+
aliases: ['melody']
|
|
420
|
+
}],
|
|
421
|
+
type_asset: 'sdk.coin',
|
|
422
|
+
base: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
|
|
423
|
+
name: 'Melody',
|
|
424
|
+
display: 'mld',
|
|
425
|
+
symbol: 'MLD',
|
|
426
|
+
logo_URIs: {
|
|
427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
428
|
+
},
|
|
429
|
+
images: [{
|
|
430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
431
|
+
}],
|
|
432
|
+
traces: [{
|
|
433
|
+
type: 'ibc',
|
|
434
|
+
counterparty: {
|
|
435
|
+
channel_id: 'channel-9',
|
|
436
|
+
base_denom: 'note',
|
|
437
|
+
chain_name: 'symphonytestnet'
|
|
438
|
+
},
|
|
439
|
+
chain: {
|
|
440
|
+
channel_id: 'channel-942'
|
|
441
|
+
}
|
|
442
|
+
}]
|
|
375
443
|
}
|
|
376
444
|
]
|
|
377
445
|
};
|
|
@@ -35,6 +35,75 @@ const assets = {
|
|
|
35
35
|
}
|
|
36
36
|
}]
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
40
|
+
denom_units: [{
|
|
41
|
+
denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
42
|
+
exponent: 0,
|
|
43
|
+
aliases: ['uatom']
|
|
44
|
+
}, {
|
|
45
|
+
denom: 'atom',
|
|
46
|
+
exponent: 6
|
|
47
|
+
}],
|
|
48
|
+
base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
49
|
+
name: 'Cosmos',
|
|
50
|
+
display: 'atom',
|
|
51
|
+
symbol: 'ATOM',
|
|
52
|
+
logo_URIs: {
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
55
|
+
},
|
|
56
|
+
images: [{
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
59
|
+
}],
|
|
60
|
+
traces: [{
|
|
61
|
+
type: 'ibc',
|
|
62
|
+
counterparty: {
|
|
63
|
+
channel_id: 'channel-4300',
|
|
64
|
+
base_denom: 'uatom',
|
|
65
|
+
chain_name: 'cosmoshubtestnet'
|
|
66
|
+
},
|
|
67
|
+
chain: {
|
|
68
|
+
channel_id: 'channel-7'
|
|
69
|
+
}
|
|
70
|
+
}]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
description: 'The native token of JUNO Chain',
|
|
74
|
+
denom_units: [{
|
|
75
|
+
denom: 'ibc/276E04FA6EC9F9C2860607513D2B48C6E9267CD62FF071D8220D04A93092740D',
|
|
76
|
+
exponent: 0,
|
|
77
|
+
aliases: ['ujunox']
|
|
78
|
+
}, {
|
|
79
|
+
denom: 'junox',
|
|
80
|
+
exponent: 6
|
|
81
|
+
}],
|
|
82
|
+
base: 'ibc/276E04FA6EC9F9C2860607513D2B48C6E9267CD62FF071D8220D04A93092740D',
|
|
83
|
+
name: 'Juno Testnet',
|
|
84
|
+
display: 'junox',
|
|
85
|
+
symbol: 'JUNOX',
|
|
86
|
+
logo_URIs: {
|
|
87
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
88
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
89
|
+
},
|
|
90
|
+
coingecko_id: 'juno-network',
|
|
91
|
+
images: [{
|
|
92
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
93
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
94
|
+
}],
|
|
95
|
+
traces: [{
|
|
96
|
+
type: 'ibc',
|
|
97
|
+
counterparty: {
|
|
98
|
+
channel_id: 'channel-942',
|
|
99
|
+
base_denom: 'ujunox',
|
|
100
|
+
chain_name: 'junotestnet'
|
|
101
|
+
},
|
|
102
|
+
chain: {
|
|
103
|
+
channel_id: 'channel-9'
|
|
104
|
+
}
|
|
105
|
+
}]
|
|
106
|
+
},
|
|
38
107
|
{
|
|
39
108
|
description: 'The native token of Osmosis',
|
|
40
109
|
denom_units: [{
|
|
@@ -176,6 +245,75 @@ const assets = {
|
|
|
176
245
|
}
|
|
177
246
|
}]
|
|
178
247
|
},
|
|
248
|
+
{
|
|
249
|
+
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
250
|
+
denom_units: [{
|
|
251
|
+
denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
252
|
+
exponent: 0,
|
|
253
|
+
aliases: ['uatom']
|
|
254
|
+
}, {
|
|
255
|
+
denom: 'atom',
|
|
256
|
+
exponent: 6
|
|
257
|
+
}],
|
|
258
|
+
base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
259
|
+
name: 'Cosmos',
|
|
260
|
+
display: 'atom',
|
|
261
|
+
symbol: 'ATOM',
|
|
262
|
+
logo_URIs: {
|
|
263
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
264
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
265
|
+
},
|
|
266
|
+
images: [{
|
|
267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
268
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
269
|
+
}],
|
|
270
|
+
traces: [{
|
|
271
|
+
type: 'ibc',
|
|
272
|
+
counterparty: {
|
|
273
|
+
channel_id: 'channel-4300',
|
|
274
|
+
base_denom: 'uatom',
|
|
275
|
+
chain_name: 'cosmoshubtestnet'
|
|
276
|
+
},
|
|
277
|
+
chain: {
|
|
278
|
+
channel_id: 'channel-7'
|
|
279
|
+
}
|
|
280
|
+
}]
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
description: 'The native token of JUNO Chain',
|
|
284
|
+
denom_units: [{
|
|
285
|
+
denom: 'ibc/276E04FA6EC9F9C2860607513D2B48C6E9267CD62FF071D8220D04A93092740D',
|
|
286
|
+
exponent: 0,
|
|
287
|
+
aliases: ['ujunox']
|
|
288
|
+
}, {
|
|
289
|
+
denom: 'junox',
|
|
290
|
+
exponent: 6
|
|
291
|
+
}],
|
|
292
|
+
base: 'ibc/276E04FA6EC9F9C2860607513D2B48C6E9267CD62FF071D8220D04A93092740D',
|
|
293
|
+
name: 'Juno Testnet',
|
|
294
|
+
display: 'junox',
|
|
295
|
+
symbol: 'JUNOX',
|
|
296
|
+
logo_URIs: {
|
|
297
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
298
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
299
|
+
},
|
|
300
|
+
coingecko_id: 'juno-network',
|
|
301
|
+
images: [{
|
|
302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
303
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
304
|
+
}],
|
|
305
|
+
traces: [{
|
|
306
|
+
type: 'ibc',
|
|
307
|
+
counterparty: {
|
|
308
|
+
channel_id: 'channel-942',
|
|
309
|
+
base_denom: 'ujunox',
|
|
310
|
+
chain_name: 'junotestnet'
|
|
311
|
+
},
|
|
312
|
+
chain: {
|
|
313
|
+
channel_id: 'channel-9'
|
|
314
|
+
}
|
|
315
|
+
}]
|
|
316
|
+
},
|
|
179
317
|
{
|
|
180
318
|
description: 'The native token of Osmosis',
|
|
181
319
|
denom_units: [{
|
package/mainnet/assets.js
CHANGED
|
@@ -77,6 +77,7 @@ const kyve_1 = __importDefault(require("./kyve"));
|
|
|
77
77
|
const lambda_1 = __importDefault(require("./lambda"));
|
|
78
78
|
const lava_1 = __importDefault(require("./lava"));
|
|
79
79
|
const likecoin_1 = __importDefault(require("./likecoin"));
|
|
80
|
+
const lorenzo_1 = __importDefault(require("./lorenzo"));
|
|
80
81
|
const lumenx_1 = __importDefault(require("./lumenx"));
|
|
81
82
|
const lumnetwork_1 = __importDefault(require("./lumnetwork"));
|
|
82
83
|
const mande_1 = __importDefault(require("./mande"));
|
|
@@ -145,5 +146,5 @@ const unification_1 = __importDefault(require("./unification"));
|
|
|
145
146
|
const uptick_1 = __importDefault(require("./uptick"));
|
|
146
147
|
const vidulum_1 = __importDefault(require("./vidulum"));
|
|
147
148
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
148
|
-
const assets = [ethereum_1.default, solana_1.default, _8ball_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, 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, cerberus_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, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_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, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_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, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
149
|
+
const assets = [ethereum_1.default, solana_1.default, _8ball_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, 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, cerberus_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, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_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, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_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, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
149
150
|
exports.default = assets;
|
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
|
};
|
package/mainnet/index.d.ts
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';
|
package/mainnet/index.js
CHANGED
|
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = exports.solana = exports.ethereum = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = void 0;
|
|
27
|
+
exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.lorenzo = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = void 0;
|
|
28
|
+
exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = void 0;
|
|
29
29
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
30
30
|
exports.solana = __importStar(require("./solana"));
|
|
31
31
|
exports._8ball = __importStar(require("./8ball"));
|
|
@@ -100,6 +100,7 @@ exports.kyve = __importStar(require("./kyve"));
|
|
|
100
100
|
exports.lambda = __importStar(require("./lambda"));
|
|
101
101
|
exports.lava = __importStar(require("./lava"));
|
|
102
102
|
exports.likecoin = __importStar(require("./likecoin"));
|
|
103
|
+
exports.lorenzo = __importStar(require("./lorenzo"));
|
|
103
104
|
exports.lumenx = __importStar(require("./lumenx"));
|
|
104
105
|
exports.lumnetwork = __importStar(require("./lumnetwork"));
|
|
105
106
|
exports.mande = __importStar(require("./mande"));
|