@chain-registry/assets 1.70.99 → 1.70.101
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/axelar.js +192 -0
- package/esm/mainnet/bandchain.js +192 -0
- package/esm/mainnet/chihuahua.js +86 -0
- package/esm/mainnet/cosmoshub.js +192 -0
- package/esm/mainnet/doravota.js +192 -0
- package/esm/mainnet/dydx.js +192 -0
- package/esm/mainnet/dymension.js +78 -0
- package/esm/mainnet/evmos.js +192 -0
- package/esm/mainnet/gravitybridge.js +192 -0
- package/esm/mainnet/kava.js +192 -0
- package/esm/mainnet/kujira.js +192 -0
- package/esm/mainnet/noble.js +192 -0
- package/esm/mainnet/osmosis.js +192 -0
- package/esm/mainnet/secretnetwork.js +192 -0
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +192 -0
- package/mainnet/bandchain.js +192 -0
- package/mainnet/chihuahua.js +86 -0
- package/mainnet/cosmoshub.js +192 -0
- package/mainnet/doravota.js +192 -0
- package/mainnet/dydx.js +192 -0
- package/mainnet/dymension.js +78 -0
- package/mainnet/evmos.js +192 -0
- package/mainnet/gravitybridge.js +192 -0
- package/mainnet/kava.js +192 -0
- package/mainnet/kujira.js +192 -0
- package/mainnet/noble.js +192 -0
- package/mainnet/osmosis.js +192 -0
- package/mainnet/secretnetwork.js +192 -0
- package/package.json +5 -5
package/mainnet/evmos.js
CHANGED
|
@@ -464,6 +464,102 @@ const assets = {
|
|
|
464
464
|
}
|
|
465
465
|
}]
|
|
466
466
|
},
|
|
467
|
+
{
|
|
468
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
469
|
+
denom_units: [{
|
|
470
|
+
denom: 'ibc/91710C035F768866E5FE56086FD34A2BF09675AF920B88A8C483412EC3896E32',
|
|
471
|
+
exponent: 0,
|
|
472
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
473
|
+
}, {
|
|
474
|
+
denom: 'sara',
|
|
475
|
+
exponent: 6
|
|
476
|
+
}],
|
|
477
|
+
base: 'ibc/91710C035F768866E5FE56086FD34A2BF09675AF920B88A8C483412EC3896E32',
|
|
478
|
+
name: 'Sara',
|
|
479
|
+
display: 'sara',
|
|
480
|
+
symbol: 'SARA',
|
|
481
|
+
logo_URIs: {
|
|
482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
483
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
484
|
+
},
|
|
485
|
+
coingecko_id: 'pulsara',
|
|
486
|
+
keywords: [
|
|
487
|
+
'dex',
|
|
488
|
+
'staking',
|
|
489
|
+
'assets'
|
|
490
|
+
],
|
|
491
|
+
images: [{
|
|
492
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
493
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
494
|
+
theme: {
|
|
495
|
+
primary_color_hex: '#0517b1'
|
|
496
|
+
}
|
|
497
|
+
}],
|
|
498
|
+
socials: {
|
|
499
|
+
website: 'https://www.pulsara.io',
|
|
500
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
501
|
+
},
|
|
502
|
+
type_asset: 'sdk.coin',
|
|
503
|
+
traces: [{
|
|
504
|
+
type: 'ibc',
|
|
505
|
+
counterparty: {
|
|
506
|
+
channel_id: 'channel-8',
|
|
507
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
508
|
+
chain_name: 'coreum'
|
|
509
|
+
},
|
|
510
|
+
chain: {
|
|
511
|
+
channel_id: 'channel-87'
|
|
512
|
+
}
|
|
513
|
+
}]
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
517
|
+
denom_units: [{
|
|
518
|
+
denom: 'ibc/1F5375D99CC65EF418660CE5F4C72A383C5C2C5D03838B2A747FC14C874B97ED',
|
|
519
|
+
exponent: 0,
|
|
520
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
521
|
+
}, {
|
|
522
|
+
denom: 'licore',
|
|
523
|
+
exponent: 6
|
|
524
|
+
}],
|
|
525
|
+
base: 'ibc/1F5375D99CC65EF418660CE5F4C72A383C5C2C5D03838B2A747FC14C874B97ED',
|
|
526
|
+
name: 'liCORE',
|
|
527
|
+
display: 'licore',
|
|
528
|
+
symbol: 'LICORE',
|
|
529
|
+
logo_URIs: {
|
|
530
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
531
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
532
|
+
},
|
|
533
|
+
coingecko_id: 'licore',
|
|
534
|
+
keywords: [
|
|
535
|
+
'dex',
|
|
536
|
+
'staking',
|
|
537
|
+
'assets'
|
|
538
|
+
],
|
|
539
|
+
images: [{
|
|
540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
541
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
542
|
+
theme: {
|
|
543
|
+
primary_color_hex: '#ea00c5'
|
|
544
|
+
}
|
|
545
|
+
}],
|
|
546
|
+
socials: {
|
|
547
|
+
website: 'https://www.pulsara.io',
|
|
548
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
549
|
+
},
|
|
550
|
+
type_asset: 'sdk.coin',
|
|
551
|
+
traces: [{
|
|
552
|
+
type: 'ibc',
|
|
553
|
+
counterparty: {
|
|
554
|
+
channel_id: 'channel-8',
|
|
555
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
556
|
+
chain_name: 'coreum'
|
|
557
|
+
},
|
|
558
|
+
chain: {
|
|
559
|
+
channel_id: 'channel-87'
|
|
560
|
+
}
|
|
561
|
+
}]
|
|
562
|
+
},
|
|
467
563
|
{
|
|
468
564
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
469
565
|
denom_units: [{
|
|
@@ -1179,6 +1275,102 @@ const assets = {
|
|
|
1179
1275
|
}
|
|
1180
1276
|
}]
|
|
1181
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
1280
|
+
denom_units: [{
|
|
1281
|
+
denom: 'ibc/91710C035F768866E5FE56086FD34A2BF09675AF920B88A8C483412EC3896E32',
|
|
1282
|
+
exponent: 0,
|
|
1283
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
1284
|
+
}, {
|
|
1285
|
+
denom: 'sara',
|
|
1286
|
+
exponent: 6
|
|
1287
|
+
}],
|
|
1288
|
+
base: 'ibc/91710C035F768866E5FE56086FD34A2BF09675AF920B88A8C483412EC3896E32',
|
|
1289
|
+
name: 'Sara',
|
|
1290
|
+
display: 'sara',
|
|
1291
|
+
symbol: 'SARA',
|
|
1292
|
+
logo_URIs: {
|
|
1293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1294
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1295
|
+
},
|
|
1296
|
+
coingecko_id: 'pulsara',
|
|
1297
|
+
keywords: [
|
|
1298
|
+
'dex',
|
|
1299
|
+
'staking',
|
|
1300
|
+
'assets'
|
|
1301
|
+
],
|
|
1302
|
+
images: [{
|
|
1303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
1305
|
+
theme: {
|
|
1306
|
+
primary_color_hex: '#0517b1'
|
|
1307
|
+
}
|
|
1308
|
+
}],
|
|
1309
|
+
socials: {
|
|
1310
|
+
website: 'https://www.pulsara.io',
|
|
1311
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1312
|
+
},
|
|
1313
|
+
type_asset: 'sdk.coin',
|
|
1314
|
+
traces: [{
|
|
1315
|
+
type: 'ibc',
|
|
1316
|
+
counterparty: {
|
|
1317
|
+
channel_id: 'channel-8',
|
|
1318
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
1319
|
+
chain_name: 'coreum'
|
|
1320
|
+
},
|
|
1321
|
+
chain: {
|
|
1322
|
+
channel_id: 'channel-87'
|
|
1323
|
+
}
|
|
1324
|
+
}]
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
1328
|
+
denom_units: [{
|
|
1329
|
+
denom: 'ibc/1F5375D99CC65EF418660CE5F4C72A383C5C2C5D03838B2A747FC14C874B97ED',
|
|
1330
|
+
exponent: 0,
|
|
1331
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
1332
|
+
}, {
|
|
1333
|
+
denom: 'licore',
|
|
1334
|
+
exponent: 6
|
|
1335
|
+
}],
|
|
1336
|
+
base: 'ibc/1F5375D99CC65EF418660CE5F4C72A383C5C2C5D03838B2A747FC14C874B97ED',
|
|
1337
|
+
name: 'liCORE',
|
|
1338
|
+
display: 'licore',
|
|
1339
|
+
symbol: 'LICORE',
|
|
1340
|
+
logo_URIs: {
|
|
1341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1342
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
1343
|
+
},
|
|
1344
|
+
coingecko_id: 'licore',
|
|
1345
|
+
keywords: [
|
|
1346
|
+
'dex',
|
|
1347
|
+
'staking',
|
|
1348
|
+
'assets'
|
|
1349
|
+
],
|
|
1350
|
+
images: [{
|
|
1351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
1353
|
+
theme: {
|
|
1354
|
+
primary_color_hex: '#ea00c5'
|
|
1355
|
+
}
|
|
1356
|
+
}],
|
|
1357
|
+
socials: {
|
|
1358
|
+
website: 'https://www.pulsara.io',
|
|
1359
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1360
|
+
},
|
|
1361
|
+
type_asset: 'sdk.coin',
|
|
1362
|
+
traces: [{
|
|
1363
|
+
type: 'ibc',
|
|
1364
|
+
counterparty: {
|
|
1365
|
+
channel_id: 'channel-8',
|
|
1366
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
1367
|
+
chain_name: 'coreum'
|
|
1368
|
+
},
|
|
1369
|
+
chain: {
|
|
1370
|
+
channel_id: 'channel-87'
|
|
1371
|
+
}
|
|
1372
|
+
}]
|
|
1373
|
+
},
|
|
1182
1374
|
{
|
|
1183
1375
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
1184
1376
|
denom_units: [{
|
package/mainnet/gravitybridge.js
CHANGED
|
@@ -425,6 +425,102 @@ const assets = {
|
|
|
425
425
|
}
|
|
426
426
|
}]
|
|
427
427
|
},
|
|
428
|
+
{
|
|
429
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
430
|
+
denom_units: [{
|
|
431
|
+
denom: 'ibc/C38D4783762A3486012D3362D74D743E45CC4F7EEF0325F59D11D15586FF29CE',
|
|
432
|
+
exponent: 0,
|
|
433
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
434
|
+
}, {
|
|
435
|
+
denom: 'sara',
|
|
436
|
+
exponent: 6
|
|
437
|
+
}],
|
|
438
|
+
base: 'ibc/C38D4783762A3486012D3362D74D743E45CC4F7EEF0325F59D11D15586FF29CE',
|
|
439
|
+
name: 'Sara',
|
|
440
|
+
display: 'sara',
|
|
441
|
+
symbol: 'SARA',
|
|
442
|
+
logo_URIs: {
|
|
443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
445
|
+
},
|
|
446
|
+
coingecko_id: 'pulsara',
|
|
447
|
+
keywords: [
|
|
448
|
+
'dex',
|
|
449
|
+
'staking',
|
|
450
|
+
'assets'
|
|
451
|
+
],
|
|
452
|
+
images: [{
|
|
453
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
454
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
455
|
+
theme: {
|
|
456
|
+
primary_color_hex: '#0517b1'
|
|
457
|
+
}
|
|
458
|
+
}],
|
|
459
|
+
socials: {
|
|
460
|
+
website: 'https://www.pulsara.io',
|
|
461
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
462
|
+
},
|
|
463
|
+
type_asset: 'sdk.coin',
|
|
464
|
+
traces: [{
|
|
465
|
+
type: 'ibc',
|
|
466
|
+
counterparty: {
|
|
467
|
+
channel_id: 'channel-7',
|
|
468
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
469
|
+
chain_name: 'coreum'
|
|
470
|
+
},
|
|
471
|
+
chain: {
|
|
472
|
+
channel_id: 'channel-142'
|
|
473
|
+
}
|
|
474
|
+
}]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
478
|
+
denom_units: [{
|
|
479
|
+
denom: 'ibc/CB11DD53C07EA0870DE9B17E9E38688F384519C36CDBC5A44C43EB54D98927C7',
|
|
480
|
+
exponent: 0,
|
|
481
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
482
|
+
}, {
|
|
483
|
+
denom: 'licore',
|
|
484
|
+
exponent: 6
|
|
485
|
+
}],
|
|
486
|
+
base: 'ibc/CB11DD53C07EA0870DE9B17E9E38688F384519C36CDBC5A44C43EB54D98927C7',
|
|
487
|
+
name: 'liCORE',
|
|
488
|
+
display: 'licore',
|
|
489
|
+
symbol: 'LICORE',
|
|
490
|
+
logo_URIs: {
|
|
491
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
493
|
+
},
|
|
494
|
+
coingecko_id: 'licore',
|
|
495
|
+
keywords: [
|
|
496
|
+
'dex',
|
|
497
|
+
'staking',
|
|
498
|
+
'assets'
|
|
499
|
+
],
|
|
500
|
+
images: [{
|
|
501
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
502
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
503
|
+
theme: {
|
|
504
|
+
primary_color_hex: '#ea00c5'
|
|
505
|
+
}
|
|
506
|
+
}],
|
|
507
|
+
socials: {
|
|
508
|
+
website: 'https://www.pulsara.io',
|
|
509
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
510
|
+
},
|
|
511
|
+
type_asset: 'sdk.coin',
|
|
512
|
+
traces: [{
|
|
513
|
+
type: 'ibc',
|
|
514
|
+
counterparty: {
|
|
515
|
+
channel_id: 'channel-7',
|
|
516
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
517
|
+
chain_name: 'coreum'
|
|
518
|
+
},
|
|
519
|
+
chain: {
|
|
520
|
+
channel_id: 'channel-142'
|
|
521
|
+
}
|
|
522
|
+
}]
|
|
523
|
+
},
|
|
428
524
|
{
|
|
429
525
|
description: 'The native token of Crescent',
|
|
430
526
|
denom_units: [{
|
|
@@ -1087,6 +1183,102 @@ const assets = {
|
|
|
1087
1183
|
}
|
|
1088
1184
|
}]
|
|
1089
1185
|
},
|
|
1186
|
+
{
|
|
1187
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
1188
|
+
denom_units: [{
|
|
1189
|
+
denom: 'ibc/C38D4783762A3486012D3362D74D743E45CC4F7EEF0325F59D11D15586FF29CE',
|
|
1190
|
+
exponent: 0,
|
|
1191
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
1192
|
+
}, {
|
|
1193
|
+
denom: 'sara',
|
|
1194
|
+
exponent: 6
|
|
1195
|
+
}],
|
|
1196
|
+
base: 'ibc/C38D4783762A3486012D3362D74D743E45CC4F7EEF0325F59D11D15586FF29CE',
|
|
1197
|
+
name: 'Sara',
|
|
1198
|
+
display: 'sara',
|
|
1199
|
+
symbol: 'SARA',
|
|
1200
|
+
logo_URIs: {
|
|
1201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1202
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1203
|
+
},
|
|
1204
|
+
coingecko_id: 'pulsara',
|
|
1205
|
+
keywords: [
|
|
1206
|
+
'dex',
|
|
1207
|
+
'staking',
|
|
1208
|
+
'assets'
|
|
1209
|
+
],
|
|
1210
|
+
images: [{
|
|
1211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1212
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
1213
|
+
theme: {
|
|
1214
|
+
primary_color_hex: '#0517b1'
|
|
1215
|
+
}
|
|
1216
|
+
}],
|
|
1217
|
+
socials: {
|
|
1218
|
+
website: 'https://www.pulsara.io',
|
|
1219
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1220
|
+
},
|
|
1221
|
+
type_asset: 'sdk.coin',
|
|
1222
|
+
traces: [{
|
|
1223
|
+
type: 'ibc',
|
|
1224
|
+
counterparty: {
|
|
1225
|
+
channel_id: 'channel-7',
|
|
1226
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
1227
|
+
chain_name: 'coreum'
|
|
1228
|
+
},
|
|
1229
|
+
chain: {
|
|
1230
|
+
channel_id: 'channel-142'
|
|
1231
|
+
}
|
|
1232
|
+
}]
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
1236
|
+
denom_units: [{
|
|
1237
|
+
denom: 'ibc/CB11DD53C07EA0870DE9B17E9E38688F384519C36CDBC5A44C43EB54D98927C7',
|
|
1238
|
+
exponent: 0,
|
|
1239
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
1240
|
+
}, {
|
|
1241
|
+
denom: 'licore',
|
|
1242
|
+
exponent: 6
|
|
1243
|
+
}],
|
|
1244
|
+
base: 'ibc/CB11DD53C07EA0870DE9B17E9E38688F384519C36CDBC5A44C43EB54D98927C7',
|
|
1245
|
+
name: 'liCORE',
|
|
1246
|
+
display: 'licore',
|
|
1247
|
+
symbol: 'LICORE',
|
|
1248
|
+
logo_URIs: {
|
|
1249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
1251
|
+
},
|
|
1252
|
+
coingecko_id: 'licore',
|
|
1253
|
+
keywords: [
|
|
1254
|
+
'dex',
|
|
1255
|
+
'staking',
|
|
1256
|
+
'assets'
|
|
1257
|
+
],
|
|
1258
|
+
images: [{
|
|
1259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1260
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
1261
|
+
theme: {
|
|
1262
|
+
primary_color_hex: '#ea00c5'
|
|
1263
|
+
}
|
|
1264
|
+
}],
|
|
1265
|
+
socials: {
|
|
1266
|
+
website: 'https://www.pulsara.io',
|
|
1267
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1268
|
+
},
|
|
1269
|
+
type_asset: 'sdk.coin',
|
|
1270
|
+
traces: [{
|
|
1271
|
+
type: 'ibc',
|
|
1272
|
+
counterparty: {
|
|
1273
|
+
channel_id: 'channel-7',
|
|
1274
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
1275
|
+
chain_name: 'coreum'
|
|
1276
|
+
},
|
|
1277
|
+
chain: {
|
|
1278
|
+
channel_id: 'channel-142'
|
|
1279
|
+
}
|
|
1280
|
+
}]
|
|
1281
|
+
},
|
|
1090
1282
|
{
|
|
1091
1283
|
description: 'The native token of Crescent',
|
|
1092
1284
|
denom_units: [{
|
package/mainnet/kava.js
CHANGED
|
@@ -218,6 +218,102 @@ const assets = {
|
|
|
218
218
|
}
|
|
219
219
|
}]
|
|
220
220
|
},
|
|
221
|
+
{
|
|
222
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
223
|
+
denom_units: [{
|
|
224
|
+
denom: 'ibc/C38D4783762A3486012D3362D74D743E45CC4F7EEF0325F59D11D15586FF29CE',
|
|
225
|
+
exponent: 0,
|
|
226
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
227
|
+
}, {
|
|
228
|
+
denom: 'sara',
|
|
229
|
+
exponent: 6
|
|
230
|
+
}],
|
|
231
|
+
base: 'ibc/C38D4783762A3486012D3362D74D743E45CC4F7EEF0325F59D11D15586FF29CE',
|
|
232
|
+
name: 'Sara',
|
|
233
|
+
display: 'sara',
|
|
234
|
+
symbol: 'SARA',
|
|
235
|
+
logo_URIs: {
|
|
236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
238
|
+
},
|
|
239
|
+
coingecko_id: 'pulsara',
|
|
240
|
+
keywords: [
|
|
241
|
+
'dex',
|
|
242
|
+
'staking',
|
|
243
|
+
'assets'
|
|
244
|
+
],
|
|
245
|
+
images: [{
|
|
246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
248
|
+
theme: {
|
|
249
|
+
primary_color_hex: '#0517b1'
|
|
250
|
+
}
|
|
251
|
+
}],
|
|
252
|
+
socials: {
|
|
253
|
+
website: 'https://www.pulsara.io',
|
|
254
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
255
|
+
},
|
|
256
|
+
type_asset: 'sdk.coin',
|
|
257
|
+
traces: [{
|
|
258
|
+
type: 'ibc',
|
|
259
|
+
counterparty: {
|
|
260
|
+
channel_id: 'channel-18',
|
|
261
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
262
|
+
chain_name: 'coreum'
|
|
263
|
+
},
|
|
264
|
+
chain: {
|
|
265
|
+
channel_id: 'channel-142'
|
|
266
|
+
}
|
|
267
|
+
}]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
271
|
+
denom_units: [{
|
|
272
|
+
denom: 'ibc/CB11DD53C07EA0870DE9B17E9E38688F384519C36CDBC5A44C43EB54D98927C7',
|
|
273
|
+
exponent: 0,
|
|
274
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
275
|
+
}, {
|
|
276
|
+
denom: 'licore',
|
|
277
|
+
exponent: 6
|
|
278
|
+
}],
|
|
279
|
+
base: 'ibc/CB11DD53C07EA0870DE9B17E9E38688F384519C36CDBC5A44C43EB54D98927C7',
|
|
280
|
+
name: 'liCORE',
|
|
281
|
+
display: 'licore',
|
|
282
|
+
symbol: 'LICORE',
|
|
283
|
+
logo_URIs: {
|
|
284
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
286
|
+
},
|
|
287
|
+
coingecko_id: 'licore',
|
|
288
|
+
keywords: [
|
|
289
|
+
'dex',
|
|
290
|
+
'staking',
|
|
291
|
+
'assets'
|
|
292
|
+
],
|
|
293
|
+
images: [{
|
|
294
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
295
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
296
|
+
theme: {
|
|
297
|
+
primary_color_hex: '#ea00c5'
|
|
298
|
+
}
|
|
299
|
+
}],
|
|
300
|
+
socials: {
|
|
301
|
+
website: 'https://www.pulsara.io',
|
|
302
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
303
|
+
},
|
|
304
|
+
type_asset: 'sdk.coin',
|
|
305
|
+
traces: [{
|
|
306
|
+
type: 'ibc',
|
|
307
|
+
counterparty: {
|
|
308
|
+
channel_id: 'channel-18',
|
|
309
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
310
|
+
chain_name: 'coreum'
|
|
311
|
+
},
|
|
312
|
+
chain: {
|
|
313
|
+
channel_id: 'channel-142'
|
|
314
|
+
}
|
|
315
|
+
}]
|
|
316
|
+
},
|
|
221
317
|
{
|
|
222
318
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
223
319
|
denom_units: [{
|
|
@@ -1098,6 +1194,102 @@ const assets = {
|
|
|
1098
1194
|
}
|
|
1099
1195
|
}]
|
|
1100
1196
|
},
|
|
1197
|
+
{
|
|
1198
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
1199
|
+
denom_units: [{
|
|
1200
|
+
denom: 'ibc/C38D4783762A3486012D3362D74D743E45CC4F7EEF0325F59D11D15586FF29CE',
|
|
1201
|
+
exponent: 0,
|
|
1202
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
1203
|
+
}, {
|
|
1204
|
+
denom: 'sara',
|
|
1205
|
+
exponent: 6
|
|
1206
|
+
}],
|
|
1207
|
+
base: 'ibc/C38D4783762A3486012D3362D74D743E45CC4F7EEF0325F59D11D15586FF29CE',
|
|
1208
|
+
name: 'Sara',
|
|
1209
|
+
display: 'sara',
|
|
1210
|
+
symbol: 'SARA',
|
|
1211
|
+
logo_URIs: {
|
|
1212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1213
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1214
|
+
},
|
|
1215
|
+
coingecko_id: 'pulsara',
|
|
1216
|
+
keywords: [
|
|
1217
|
+
'dex',
|
|
1218
|
+
'staking',
|
|
1219
|
+
'assets'
|
|
1220
|
+
],
|
|
1221
|
+
images: [{
|
|
1222
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1223
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
1224
|
+
theme: {
|
|
1225
|
+
primary_color_hex: '#0517b1'
|
|
1226
|
+
}
|
|
1227
|
+
}],
|
|
1228
|
+
socials: {
|
|
1229
|
+
website: 'https://www.pulsara.io',
|
|
1230
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1231
|
+
},
|
|
1232
|
+
type_asset: 'sdk.coin',
|
|
1233
|
+
traces: [{
|
|
1234
|
+
type: 'ibc',
|
|
1235
|
+
counterparty: {
|
|
1236
|
+
channel_id: 'channel-18',
|
|
1237
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
1238
|
+
chain_name: 'coreum'
|
|
1239
|
+
},
|
|
1240
|
+
chain: {
|
|
1241
|
+
channel_id: 'channel-142'
|
|
1242
|
+
}
|
|
1243
|
+
}]
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
1247
|
+
denom_units: [{
|
|
1248
|
+
denom: 'ibc/CB11DD53C07EA0870DE9B17E9E38688F384519C36CDBC5A44C43EB54D98927C7',
|
|
1249
|
+
exponent: 0,
|
|
1250
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
1251
|
+
}, {
|
|
1252
|
+
denom: 'licore',
|
|
1253
|
+
exponent: 6
|
|
1254
|
+
}],
|
|
1255
|
+
base: 'ibc/CB11DD53C07EA0870DE9B17E9E38688F384519C36CDBC5A44C43EB54D98927C7',
|
|
1256
|
+
name: 'liCORE',
|
|
1257
|
+
display: 'licore',
|
|
1258
|
+
symbol: 'LICORE',
|
|
1259
|
+
logo_URIs: {
|
|
1260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
1262
|
+
},
|
|
1263
|
+
coingecko_id: 'licore',
|
|
1264
|
+
keywords: [
|
|
1265
|
+
'dex',
|
|
1266
|
+
'staking',
|
|
1267
|
+
'assets'
|
|
1268
|
+
],
|
|
1269
|
+
images: [{
|
|
1270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
1272
|
+
theme: {
|
|
1273
|
+
primary_color_hex: '#ea00c5'
|
|
1274
|
+
}
|
|
1275
|
+
}],
|
|
1276
|
+
socials: {
|
|
1277
|
+
website: 'https://www.pulsara.io',
|
|
1278
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1279
|
+
},
|
|
1280
|
+
type_asset: 'sdk.coin',
|
|
1281
|
+
traces: [{
|
|
1282
|
+
type: 'ibc',
|
|
1283
|
+
counterparty: {
|
|
1284
|
+
channel_id: 'channel-18',
|
|
1285
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
1286
|
+
chain_name: 'coreum'
|
|
1287
|
+
},
|
|
1288
|
+
chain: {
|
|
1289
|
+
channel_id: 'channel-142'
|
|
1290
|
+
}
|
|
1291
|
+
}]
|
|
1292
|
+
},
|
|
1101
1293
|
{
|
|
1102
1294
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
1103
1295
|
denom_units: [{
|