@chain-registry/assets 1.70.65 → 1.70.67
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/akash.js +170 -0
- package/esm/mainnet/assets.js +3 -1
- package/esm/mainnet/axelar.js +1328 -38
- package/esm/mainnet/celestia.js +1334 -44
- package/esm/mainnet/cosmoshub.js +1328 -38
- package/esm/mainnet/dydx.js +1166 -46
- package/esm/mainnet/elys.js +764 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/injective.js +1166 -46
- package/esm/mainnet/neutron.js +1166 -46
- package/esm/mainnet/noble.js +1326 -36
- package/esm/mainnet/osmosis.js +1322 -32
- package/esm/mainnet/sei.js +74 -0
- package/esm/mainnet/stride.js +1166 -46
- package/esm/mainnet/terra2.js +1166 -46
- package/esm/mainnet/zenrock.js +166 -0
- package/esm/testnet/cosmoshubtestnet.js +50 -322
- package/esm/testnet/symphonytestnet.js +4 -74
- package/index.d.ts +1 -1
- package/mainnet/akash.js +170 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +1328 -38
- package/mainnet/celestia.js +1334 -44
- package/mainnet/cosmoshub.js +1328 -38
- package/mainnet/dydx.js +1166 -46
- package/mainnet/elys.d.ts +3 -0
- package/mainnet/elys.js +766 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +5 -3
- package/mainnet/injective.js +1166 -46
- package/mainnet/neutron.js +1166 -46
- package/mainnet/noble.js +1326 -36
- package/mainnet/osmosis.js +1322 -32
- package/mainnet/sei.js +74 -0
- package/mainnet/stride.js +1166 -46
- package/mainnet/terra2.js +1166 -46
- package/mainnet/zenrock.d.ts +3 -0
- package/mainnet/zenrock.js +168 -0
- package/package.json +5 -5
- package/testnet/cosmoshubtestnet.js +50 -322
- package/testnet/symphonytestnet.js +4 -74
package/esm/mainnet/akash.js
CHANGED
|
@@ -286,6 +286,91 @@ const assets = {
|
|
|
286
286
|
}
|
|
287
287
|
}]
|
|
288
288
|
},
|
|
289
|
+
{
|
|
290
|
+
description: 'The native token of Elys Network',
|
|
291
|
+
denom_units: [
|
|
292
|
+
{
|
|
293
|
+
denom: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC',
|
|
294
|
+
exponent: 0,
|
|
295
|
+
aliases: ['uelys']
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
denom: 'melys',
|
|
299
|
+
exponent: 3,
|
|
300
|
+
aliases: ['millielys']
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
denom: 'elys',
|
|
304
|
+
exponent: 6,
|
|
305
|
+
aliases: []
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
base: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC',
|
|
309
|
+
name: 'Elys Network',
|
|
310
|
+
display: 'elys',
|
|
311
|
+
symbol: 'ELYS',
|
|
312
|
+
logo_URIs: {
|
|
313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
314
|
+
},
|
|
315
|
+
coingecko_id: 'elys',
|
|
316
|
+
images: [{
|
|
317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
318
|
+
}],
|
|
319
|
+
type_asset: 'sdk.coin',
|
|
320
|
+
traces: [{
|
|
321
|
+
type: 'ibc',
|
|
322
|
+
counterparty: {
|
|
323
|
+
channel_id: 'channel-5',
|
|
324
|
+
base_denom: 'uelys',
|
|
325
|
+
chain_name: 'elys'
|
|
326
|
+
},
|
|
327
|
+
chain: {
|
|
328
|
+
channel_id: 'channel-129'
|
|
329
|
+
}
|
|
330
|
+
}]
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
description: 'Eden token definition',
|
|
334
|
+
denom_units: [
|
|
335
|
+
{
|
|
336
|
+
denom: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8',
|
|
337
|
+
exponent: 0,
|
|
338
|
+
aliases: ['ueden']
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
denom: 'meden',
|
|
342
|
+
exponent: 3,
|
|
343
|
+
aliases: ['millieden']
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
denom: 'eden',
|
|
347
|
+
exponent: 6,
|
|
348
|
+
aliases: []
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
base: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8',
|
|
352
|
+
name: 'Eden',
|
|
353
|
+
display: 'eden',
|
|
354
|
+
symbol: 'EDEN',
|
|
355
|
+
logo_URIs: {
|
|
356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
357
|
+
},
|
|
358
|
+
images: [{
|
|
359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
360
|
+
}],
|
|
361
|
+
type_asset: 'sdk.coin',
|
|
362
|
+
traces: [{
|
|
363
|
+
type: 'ibc',
|
|
364
|
+
counterparty: {
|
|
365
|
+
channel_id: 'channel-5',
|
|
366
|
+
base_denom: 'ueden',
|
|
367
|
+
chain_name: 'elys'
|
|
368
|
+
},
|
|
369
|
+
chain: {
|
|
370
|
+
channel_id: 'channel-129'
|
|
371
|
+
}
|
|
372
|
+
}]
|
|
373
|
+
},
|
|
289
374
|
{
|
|
290
375
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
291
376
|
denom_units: [{
|
|
@@ -1162,6 +1247,91 @@ const assets = {
|
|
|
1162
1247
|
}
|
|
1163
1248
|
}]
|
|
1164
1249
|
},
|
|
1250
|
+
{
|
|
1251
|
+
description: 'The native token of Elys Network',
|
|
1252
|
+
denom_units: [
|
|
1253
|
+
{
|
|
1254
|
+
denom: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC',
|
|
1255
|
+
exponent: 0,
|
|
1256
|
+
aliases: ['uelys']
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
denom: 'melys',
|
|
1260
|
+
exponent: 3,
|
|
1261
|
+
aliases: ['millielys']
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
denom: 'elys',
|
|
1265
|
+
exponent: 6,
|
|
1266
|
+
aliases: []
|
|
1267
|
+
}
|
|
1268
|
+
],
|
|
1269
|
+
base: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC',
|
|
1270
|
+
name: 'Elys Network',
|
|
1271
|
+
display: 'elys',
|
|
1272
|
+
symbol: 'ELYS',
|
|
1273
|
+
logo_URIs: {
|
|
1274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1275
|
+
},
|
|
1276
|
+
coingecko_id: 'elys',
|
|
1277
|
+
images: [{
|
|
1278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1279
|
+
}],
|
|
1280
|
+
type_asset: 'sdk.coin',
|
|
1281
|
+
traces: [{
|
|
1282
|
+
type: 'ibc',
|
|
1283
|
+
counterparty: {
|
|
1284
|
+
channel_id: 'channel-5',
|
|
1285
|
+
base_denom: 'uelys',
|
|
1286
|
+
chain_name: 'elys'
|
|
1287
|
+
},
|
|
1288
|
+
chain: {
|
|
1289
|
+
channel_id: 'channel-129'
|
|
1290
|
+
}
|
|
1291
|
+
}]
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
description: 'Eden token definition',
|
|
1295
|
+
denom_units: [
|
|
1296
|
+
{
|
|
1297
|
+
denom: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8',
|
|
1298
|
+
exponent: 0,
|
|
1299
|
+
aliases: ['ueden']
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
denom: 'meden',
|
|
1303
|
+
exponent: 3,
|
|
1304
|
+
aliases: ['millieden']
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
denom: 'eden',
|
|
1308
|
+
exponent: 6,
|
|
1309
|
+
aliases: []
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
base: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8',
|
|
1313
|
+
name: 'Eden',
|
|
1314
|
+
display: 'eden',
|
|
1315
|
+
symbol: 'EDEN',
|
|
1316
|
+
logo_URIs: {
|
|
1317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
1318
|
+
},
|
|
1319
|
+
images: [{
|
|
1320
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
1321
|
+
}],
|
|
1322
|
+
type_asset: 'sdk.coin',
|
|
1323
|
+
traces: [{
|
|
1324
|
+
type: 'ibc',
|
|
1325
|
+
counterparty: {
|
|
1326
|
+
channel_id: 'channel-5',
|
|
1327
|
+
base_denom: 'ueden',
|
|
1328
|
+
chain_name: 'elys'
|
|
1329
|
+
},
|
|
1330
|
+
chain: {
|
|
1331
|
+
channel_id: 'channel-129'
|
|
1332
|
+
}
|
|
1333
|
+
}]
|
|
1334
|
+
},
|
|
1165
1335
|
{
|
|
1166
1336
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
1167
1337
|
denom_units: [{
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -41,6 +41,7 @@ import _dydx from './dydx';
|
|
|
41
41
|
import _dymension from './dymension';
|
|
42
42
|
import _dyson from './dyson';
|
|
43
43
|
import _echelon from './echelon';
|
|
44
|
+
import _elys from './elys';
|
|
44
45
|
import _emoney from './emoney';
|
|
45
46
|
import _empowerchain from './empowerchain';
|
|
46
47
|
import _evmos from './evmos';
|
|
@@ -144,5 +145,6 @@ import _unification from './unification';
|
|
|
144
145
|
import _uptick from './uptick';
|
|
145
146
|
import _xion from './xion';
|
|
146
147
|
import _xpla from './xpla';
|
|
147
|
-
|
|
148
|
+
import _zenrock from './zenrock';
|
|
149
|
+
const assets = [_ethereum, _solana, _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];
|
|
148
150
|
export default assets;
|