@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/kujira.js
CHANGED
|
@@ -744,6 +744,102 @@ const assets = {
|
|
|
744
744
|
}
|
|
745
745
|
}]
|
|
746
746
|
},
|
|
747
|
+
{
|
|
748
|
+
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.',
|
|
749
|
+
denom_units: [{
|
|
750
|
+
denom: 'ibc/1282FCAB863D4107B8771F839EB94BC203A752425A60F2A8ED644339E8EFC8FC',
|
|
751
|
+
exponent: 0,
|
|
752
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
753
|
+
}, {
|
|
754
|
+
denom: 'sara',
|
|
755
|
+
exponent: 6
|
|
756
|
+
}],
|
|
757
|
+
base: 'ibc/1282FCAB863D4107B8771F839EB94BC203A752425A60F2A8ED644339E8EFC8FC',
|
|
758
|
+
name: 'Sara',
|
|
759
|
+
display: 'sara',
|
|
760
|
+
symbol: 'SARA',
|
|
761
|
+
logo_URIs: {
|
|
762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
763
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
764
|
+
},
|
|
765
|
+
coingecko_id: 'pulsara',
|
|
766
|
+
keywords: [
|
|
767
|
+
'dex',
|
|
768
|
+
'staking',
|
|
769
|
+
'assets'
|
|
770
|
+
],
|
|
771
|
+
images: [{
|
|
772
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
773
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
774
|
+
theme: {
|
|
775
|
+
primary_color_hex: '#0517b1'
|
|
776
|
+
}
|
|
777
|
+
}],
|
|
778
|
+
socials: {
|
|
779
|
+
website: 'https://www.pulsara.io',
|
|
780
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
781
|
+
},
|
|
782
|
+
type_asset: 'sdk.coin',
|
|
783
|
+
traces: [{
|
|
784
|
+
type: 'ibc',
|
|
785
|
+
counterparty: {
|
|
786
|
+
channel_id: 'channel-17',
|
|
787
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
788
|
+
chain_name: 'coreum'
|
|
789
|
+
},
|
|
790
|
+
chain: {
|
|
791
|
+
channel_id: 'channel-122'
|
|
792
|
+
}
|
|
793
|
+
}]
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
797
|
+
denom_units: [{
|
|
798
|
+
denom: 'ibc/B98C68E5C2F556A44DE54CEF864FA05987689ECF129D3E853791045C1BF813BC',
|
|
799
|
+
exponent: 0,
|
|
800
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
801
|
+
}, {
|
|
802
|
+
denom: 'licore',
|
|
803
|
+
exponent: 6
|
|
804
|
+
}],
|
|
805
|
+
base: 'ibc/B98C68E5C2F556A44DE54CEF864FA05987689ECF129D3E853791045C1BF813BC',
|
|
806
|
+
name: 'liCORE',
|
|
807
|
+
display: 'licore',
|
|
808
|
+
symbol: 'LICORE',
|
|
809
|
+
logo_URIs: {
|
|
810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
812
|
+
},
|
|
813
|
+
coingecko_id: 'licore',
|
|
814
|
+
keywords: [
|
|
815
|
+
'dex',
|
|
816
|
+
'staking',
|
|
817
|
+
'assets'
|
|
818
|
+
],
|
|
819
|
+
images: [{
|
|
820
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
821
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
822
|
+
theme: {
|
|
823
|
+
primary_color_hex: '#ea00c5'
|
|
824
|
+
}
|
|
825
|
+
}],
|
|
826
|
+
socials: {
|
|
827
|
+
website: 'https://www.pulsara.io',
|
|
828
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
829
|
+
},
|
|
830
|
+
type_asset: 'sdk.coin',
|
|
831
|
+
traces: [{
|
|
832
|
+
type: 'ibc',
|
|
833
|
+
counterparty: {
|
|
834
|
+
channel_id: 'channel-17',
|
|
835
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
836
|
+
chain_name: 'coreum'
|
|
837
|
+
},
|
|
838
|
+
chain: {
|
|
839
|
+
channel_id: 'channel-122'
|
|
840
|
+
}
|
|
841
|
+
}]
|
|
842
|
+
},
|
|
747
843
|
{
|
|
748
844
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
749
845
|
denom_units: [{
|
|
@@ -2565,6 +2661,102 @@ const assets = {
|
|
|
2565
2661
|
}
|
|
2566
2662
|
}]
|
|
2567
2663
|
},
|
|
2664
|
+
{
|
|
2665
|
+
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.',
|
|
2666
|
+
denom_units: [{
|
|
2667
|
+
denom: 'ibc/1282FCAB863D4107B8771F839EB94BC203A752425A60F2A8ED644339E8EFC8FC',
|
|
2668
|
+
exponent: 0,
|
|
2669
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
2670
|
+
}, {
|
|
2671
|
+
denom: 'sara',
|
|
2672
|
+
exponent: 6
|
|
2673
|
+
}],
|
|
2674
|
+
base: 'ibc/1282FCAB863D4107B8771F839EB94BC203A752425A60F2A8ED644339E8EFC8FC',
|
|
2675
|
+
name: 'Sara',
|
|
2676
|
+
display: 'sara',
|
|
2677
|
+
symbol: 'SARA',
|
|
2678
|
+
logo_URIs: {
|
|
2679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2681
|
+
},
|
|
2682
|
+
coingecko_id: 'pulsara',
|
|
2683
|
+
keywords: [
|
|
2684
|
+
'dex',
|
|
2685
|
+
'staking',
|
|
2686
|
+
'assets'
|
|
2687
|
+
],
|
|
2688
|
+
images: [{
|
|
2689
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2690
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
2691
|
+
theme: {
|
|
2692
|
+
primary_color_hex: '#0517b1'
|
|
2693
|
+
}
|
|
2694
|
+
}],
|
|
2695
|
+
socials: {
|
|
2696
|
+
website: 'https://www.pulsara.io',
|
|
2697
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
2698
|
+
},
|
|
2699
|
+
type_asset: 'sdk.coin',
|
|
2700
|
+
traces: [{
|
|
2701
|
+
type: 'ibc',
|
|
2702
|
+
counterparty: {
|
|
2703
|
+
channel_id: 'channel-17',
|
|
2704
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
2705
|
+
chain_name: 'coreum'
|
|
2706
|
+
},
|
|
2707
|
+
chain: {
|
|
2708
|
+
channel_id: 'channel-122'
|
|
2709
|
+
}
|
|
2710
|
+
}]
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
2714
|
+
denom_units: [{
|
|
2715
|
+
denom: 'ibc/B98C68E5C2F556A44DE54CEF864FA05987689ECF129D3E853791045C1BF813BC',
|
|
2716
|
+
exponent: 0,
|
|
2717
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
2718
|
+
}, {
|
|
2719
|
+
denom: 'licore',
|
|
2720
|
+
exponent: 6
|
|
2721
|
+
}],
|
|
2722
|
+
base: 'ibc/B98C68E5C2F556A44DE54CEF864FA05987689ECF129D3E853791045C1BF813BC',
|
|
2723
|
+
name: 'liCORE',
|
|
2724
|
+
display: 'licore',
|
|
2725
|
+
symbol: 'LICORE',
|
|
2726
|
+
logo_URIs: {
|
|
2727
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
2728
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
2729
|
+
},
|
|
2730
|
+
coingecko_id: 'licore',
|
|
2731
|
+
keywords: [
|
|
2732
|
+
'dex',
|
|
2733
|
+
'staking',
|
|
2734
|
+
'assets'
|
|
2735
|
+
],
|
|
2736
|
+
images: [{
|
|
2737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
2738
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
2739
|
+
theme: {
|
|
2740
|
+
primary_color_hex: '#ea00c5'
|
|
2741
|
+
}
|
|
2742
|
+
}],
|
|
2743
|
+
socials: {
|
|
2744
|
+
website: 'https://www.pulsara.io',
|
|
2745
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
2746
|
+
},
|
|
2747
|
+
type_asset: 'sdk.coin',
|
|
2748
|
+
traces: [{
|
|
2749
|
+
type: 'ibc',
|
|
2750
|
+
counterparty: {
|
|
2751
|
+
channel_id: 'channel-17',
|
|
2752
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
2753
|
+
chain_name: 'coreum'
|
|
2754
|
+
},
|
|
2755
|
+
chain: {
|
|
2756
|
+
channel_id: 'channel-122'
|
|
2757
|
+
}
|
|
2758
|
+
}]
|
|
2759
|
+
},
|
|
2568
2760
|
{
|
|
2569
2761
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
2570
2762
|
denom_units: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -302,6 +302,102 @@ const assets = {
|
|
|
302
302
|
}
|
|
303
303
|
}]
|
|
304
304
|
},
|
|
305
|
+
{
|
|
306
|
+
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.',
|
|
307
|
+
denom_units: [{
|
|
308
|
+
denom: 'ibc/8921861E2422AFE6F21B3D57173BEC563237BC9310FDC705FF9777D5F987D9B9',
|
|
309
|
+
exponent: 0,
|
|
310
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
311
|
+
}, {
|
|
312
|
+
denom: 'sara',
|
|
313
|
+
exponent: 6
|
|
314
|
+
}],
|
|
315
|
+
base: 'ibc/8921861E2422AFE6F21B3D57173BEC563237BC9310FDC705FF9777D5F987D9B9',
|
|
316
|
+
name: 'Sara',
|
|
317
|
+
display: 'sara',
|
|
318
|
+
symbol: 'SARA',
|
|
319
|
+
logo_URIs: {
|
|
320
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
321
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
322
|
+
},
|
|
323
|
+
coingecko_id: 'pulsara',
|
|
324
|
+
keywords: [
|
|
325
|
+
'dex',
|
|
326
|
+
'staking',
|
|
327
|
+
'assets'
|
|
328
|
+
],
|
|
329
|
+
images: [{
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
332
|
+
theme: {
|
|
333
|
+
primary_color_hex: '#0517b1'
|
|
334
|
+
}
|
|
335
|
+
}],
|
|
336
|
+
socials: {
|
|
337
|
+
website: 'https://www.pulsara.io',
|
|
338
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
339
|
+
},
|
|
340
|
+
type_asset: 'sdk.coin',
|
|
341
|
+
traces: [{
|
|
342
|
+
type: 'ibc',
|
|
343
|
+
counterparty: {
|
|
344
|
+
channel_id: 'channel-19',
|
|
345
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
346
|
+
chain_name: 'coreum'
|
|
347
|
+
},
|
|
348
|
+
chain: {
|
|
349
|
+
channel_id: 'channel-49'
|
|
350
|
+
}
|
|
351
|
+
}]
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
355
|
+
denom_units: [{
|
|
356
|
+
denom: 'ibc/8ADEBDB5BFBF76FCE0B510BE4139BE001FEFCAEEC736CA7234E97F9A67E09DD6',
|
|
357
|
+
exponent: 0,
|
|
358
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
359
|
+
}, {
|
|
360
|
+
denom: 'licore',
|
|
361
|
+
exponent: 6
|
|
362
|
+
}],
|
|
363
|
+
base: 'ibc/8ADEBDB5BFBF76FCE0B510BE4139BE001FEFCAEEC736CA7234E97F9A67E09DD6',
|
|
364
|
+
name: 'liCORE',
|
|
365
|
+
display: 'licore',
|
|
366
|
+
symbol: 'LICORE',
|
|
367
|
+
logo_URIs: {
|
|
368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
369
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
370
|
+
},
|
|
371
|
+
coingecko_id: 'licore',
|
|
372
|
+
keywords: [
|
|
373
|
+
'dex',
|
|
374
|
+
'staking',
|
|
375
|
+
'assets'
|
|
376
|
+
],
|
|
377
|
+
images: [{
|
|
378
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
379
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
380
|
+
theme: {
|
|
381
|
+
primary_color_hex: '#ea00c5'
|
|
382
|
+
}
|
|
383
|
+
}],
|
|
384
|
+
socials: {
|
|
385
|
+
website: 'https://www.pulsara.io',
|
|
386
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
387
|
+
},
|
|
388
|
+
type_asset: 'sdk.coin',
|
|
389
|
+
traces: [{
|
|
390
|
+
type: 'ibc',
|
|
391
|
+
counterparty: {
|
|
392
|
+
channel_id: 'channel-19',
|
|
393
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
394
|
+
chain_name: 'coreum'
|
|
395
|
+
},
|
|
396
|
+
chain: {
|
|
397
|
+
channel_id: 'channel-49'
|
|
398
|
+
}
|
|
399
|
+
}]
|
|
400
|
+
},
|
|
305
401
|
{
|
|
306
402
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
307
403
|
denom_units: [{
|
|
@@ -2568,6 +2664,102 @@ const assets = {
|
|
|
2568
2664
|
}
|
|
2569
2665
|
}]
|
|
2570
2666
|
},
|
|
2667
|
+
{
|
|
2668
|
+
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.',
|
|
2669
|
+
denom_units: [{
|
|
2670
|
+
denom: 'ibc/8921861E2422AFE6F21B3D57173BEC563237BC9310FDC705FF9777D5F987D9B9',
|
|
2671
|
+
exponent: 0,
|
|
2672
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
2673
|
+
}, {
|
|
2674
|
+
denom: 'sara',
|
|
2675
|
+
exponent: 6
|
|
2676
|
+
}],
|
|
2677
|
+
base: 'ibc/8921861E2422AFE6F21B3D57173BEC563237BC9310FDC705FF9777D5F987D9B9',
|
|
2678
|
+
name: 'Sara',
|
|
2679
|
+
display: 'sara',
|
|
2680
|
+
symbol: 'SARA',
|
|
2681
|
+
logo_URIs: {
|
|
2682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2683
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2684
|
+
},
|
|
2685
|
+
coingecko_id: 'pulsara',
|
|
2686
|
+
keywords: [
|
|
2687
|
+
'dex',
|
|
2688
|
+
'staking',
|
|
2689
|
+
'assets'
|
|
2690
|
+
],
|
|
2691
|
+
images: [{
|
|
2692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
2694
|
+
theme: {
|
|
2695
|
+
primary_color_hex: '#0517b1'
|
|
2696
|
+
}
|
|
2697
|
+
}],
|
|
2698
|
+
socials: {
|
|
2699
|
+
website: 'https://www.pulsara.io',
|
|
2700
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
2701
|
+
},
|
|
2702
|
+
type_asset: 'sdk.coin',
|
|
2703
|
+
traces: [{
|
|
2704
|
+
type: 'ibc',
|
|
2705
|
+
counterparty: {
|
|
2706
|
+
channel_id: 'channel-19',
|
|
2707
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
2708
|
+
chain_name: 'coreum'
|
|
2709
|
+
},
|
|
2710
|
+
chain: {
|
|
2711
|
+
channel_id: 'channel-49'
|
|
2712
|
+
}
|
|
2713
|
+
}]
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
2717
|
+
denom_units: [{
|
|
2718
|
+
denom: 'ibc/8ADEBDB5BFBF76FCE0B510BE4139BE001FEFCAEEC736CA7234E97F9A67E09DD6',
|
|
2719
|
+
exponent: 0,
|
|
2720
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
2721
|
+
}, {
|
|
2722
|
+
denom: 'licore',
|
|
2723
|
+
exponent: 6
|
|
2724
|
+
}],
|
|
2725
|
+
base: 'ibc/8ADEBDB5BFBF76FCE0B510BE4139BE001FEFCAEEC736CA7234E97F9A67E09DD6',
|
|
2726
|
+
name: 'liCORE',
|
|
2727
|
+
display: 'licore',
|
|
2728
|
+
symbol: 'LICORE',
|
|
2729
|
+
logo_URIs: {
|
|
2730
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
2731
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
2732
|
+
},
|
|
2733
|
+
coingecko_id: 'licore',
|
|
2734
|
+
keywords: [
|
|
2735
|
+
'dex',
|
|
2736
|
+
'staking',
|
|
2737
|
+
'assets'
|
|
2738
|
+
],
|
|
2739
|
+
images: [{
|
|
2740
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
2741
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
2742
|
+
theme: {
|
|
2743
|
+
primary_color_hex: '#ea00c5'
|
|
2744
|
+
}
|
|
2745
|
+
}],
|
|
2746
|
+
socials: {
|
|
2747
|
+
website: 'https://www.pulsara.io',
|
|
2748
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
2749
|
+
},
|
|
2750
|
+
type_asset: 'sdk.coin',
|
|
2751
|
+
traces: [{
|
|
2752
|
+
type: 'ibc',
|
|
2753
|
+
counterparty: {
|
|
2754
|
+
channel_id: 'channel-19',
|
|
2755
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
2756
|
+
chain_name: 'coreum'
|
|
2757
|
+
},
|
|
2758
|
+
chain: {
|
|
2759
|
+
channel_id: 'channel-49'
|
|
2760
|
+
}
|
|
2761
|
+
}]
|
|
2762
|
+
},
|
|
2571
2763
|
{
|
|
2572
2764
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
2573
2765
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -1727,6 +1727,102 @@ const assets = {
|
|
|
1727
1727
|
}
|
|
1728
1728
|
}]
|
|
1729
1729
|
},
|
|
1730
|
+
{
|
|
1731
|
+
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.',
|
|
1732
|
+
denom_units: [{
|
|
1733
|
+
denom: 'ibc/70FF2F374019710F752A18821B72689C10A213D44A00E7B3472B21462528E1B7',
|
|
1734
|
+
exponent: 0,
|
|
1735
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
1736
|
+
}, {
|
|
1737
|
+
denom: 'sara',
|
|
1738
|
+
exponent: 6
|
|
1739
|
+
}],
|
|
1740
|
+
base: 'ibc/70FF2F374019710F752A18821B72689C10A213D44A00E7B3472B21462528E1B7',
|
|
1741
|
+
name: 'Sara',
|
|
1742
|
+
display: 'sara',
|
|
1743
|
+
symbol: 'SARA',
|
|
1744
|
+
logo_URIs: {
|
|
1745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1747
|
+
},
|
|
1748
|
+
coingecko_id: 'pulsara',
|
|
1749
|
+
keywords: [
|
|
1750
|
+
'dex',
|
|
1751
|
+
'staking',
|
|
1752
|
+
'assets'
|
|
1753
|
+
],
|
|
1754
|
+
images: [{
|
|
1755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
1757
|
+
theme: {
|
|
1758
|
+
primary_color_hex: '#0517b1'
|
|
1759
|
+
}
|
|
1760
|
+
}],
|
|
1761
|
+
socials: {
|
|
1762
|
+
website: 'https://www.pulsara.io',
|
|
1763
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1764
|
+
},
|
|
1765
|
+
type_asset: 'sdk.coin',
|
|
1766
|
+
traces: [{
|
|
1767
|
+
type: 'ibc',
|
|
1768
|
+
counterparty: {
|
|
1769
|
+
channel_id: 'channel-2',
|
|
1770
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
1771
|
+
chain_name: 'coreum'
|
|
1772
|
+
},
|
|
1773
|
+
chain: {
|
|
1774
|
+
channel_id: 'channel-2188'
|
|
1775
|
+
}
|
|
1776
|
+
}]
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
1780
|
+
denom_units: [{
|
|
1781
|
+
denom: 'ibc/3EDD165DA38E407DBDFC693CB57D3F012EB787FF8902A665D2122CDEE3F505AA',
|
|
1782
|
+
exponent: 0,
|
|
1783
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
1784
|
+
}, {
|
|
1785
|
+
denom: 'licore',
|
|
1786
|
+
exponent: 6
|
|
1787
|
+
}],
|
|
1788
|
+
base: 'ibc/3EDD165DA38E407DBDFC693CB57D3F012EB787FF8902A665D2122CDEE3F505AA',
|
|
1789
|
+
name: 'liCORE',
|
|
1790
|
+
display: 'licore',
|
|
1791
|
+
symbol: 'LICORE',
|
|
1792
|
+
logo_URIs: {
|
|
1793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1794
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
1795
|
+
},
|
|
1796
|
+
coingecko_id: 'licore',
|
|
1797
|
+
keywords: [
|
|
1798
|
+
'dex',
|
|
1799
|
+
'staking',
|
|
1800
|
+
'assets'
|
|
1801
|
+
],
|
|
1802
|
+
images: [{
|
|
1803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
1805
|
+
theme: {
|
|
1806
|
+
primary_color_hex: '#ea00c5'
|
|
1807
|
+
}
|
|
1808
|
+
}],
|
|
1809
|
+
socials: {
|
|
1810
|
+
website: 'https://www.pulsara.io',
|
|
1811
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1812
|
+
},
|
|
1813
|
+
type_asset: 'sdk.coin',
|
|
1814
|
+
traces: [{
|
|
1815
|
+
type: 'ibc',
|
|
1816
|
+
counterparty: {
|
|
1817
|
+
channel_id: 'channel-2',
|
|
1818
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
1819
|
+
chain_name: 'coreum'
|
|
1820
|
+
},
|
|
1821
|
+
chain: {
|
|
1822
|
+
channel_id: 'channel-2188'
|
|
1823
|
+
}
|
|
1824
|
+
}]
|
|
1825
|
+
},
|
|
1730
1826
|
{
|
|
1731
1827
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
1732
1828
|
denom_units: [{
|
|
@@ -7672,6 +7768,102 @@ const assets = {
|
|
|
7672
7768
|
}
|
|
7673
7769
|
}]
|
|
7674
7770
|
},
|
|
7771
|
+
{
|
|
7772
|
+
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.',
|
|
7773
|
+
denom_units: [{
|
|
7774
|
+
denom: 'ibc/70FF2F374019710F752A18821B72689C10A213D44A00E7B3472B21462528E1B7',
|
|
7775
|
+
exponent: 0,
|
|
7776
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
7777
|
+
}, {
|
|
7778
|
+
denom: 'sara',
|
|
7779
|
+
exponent: 6
|
|
7780
|
+
}],
|
|
7781
|
+
base: 'ibc/70FF2F374019710F752A18821B72689C10A213D44A00E7B3472B21462528E1B7',
|
|
7782
|
+
name: 'Sara',
|
|
7783
|
+
display: 'sara',
|
|
7784
|
+
symbol: 'SARA',
|
|
7785
|
+
logo_URIs: {
|
|
7786
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
7787
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
7788
|
+
},
|
|
7789
|
+
coingecko_id: 'pulsara',
|
|
7790
|
+
keywords: [
|
|
7791
|
+
'dex',
|
|
7792
|
+
'staking',
|
|
7793
|
+
'assets'
|
|
7794
|
+
],
|
|
7795
|
+
images: [{
|
|
7796
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
7797
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
7798
|
+
theme: {
|
|
7799
|
+
primary_color_hex: '#0517b1'
|
|
7800
|
+
}
|
|
7801
|
+
}],
|
|
7802
|
+
socials: {
|
|
7803
|
+
website: 'https://www.pulsara.io',
|
|
7804
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
7805
|
+
},
|
|
7806
|
+
type_asset: 'sdk.coin',
|
|
7807
|
+
traces: [{
|
|
7808
|
+
type: 'ibc',
|
|
7809
|
+
counterparty: {
|
|
7810
|
+
channel_id: 'channel-2',
|
|
7811
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
7812
|
+
chain_name: 'coreum'
|
|
7813
|
+
},
|
|
7814
|
+
chain: {
|
|
7815
|
+
channel_id: 'channel-2188'
|
|
7816
|
+
}
|
|
7817
|
+
}]
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
7821
|
+
denom_units: [{
|
|
7822
|
+
denom: 'ibc/3EDD165DA38E407DBDFC693CB57D3F012EB787FF8902A665D2122CDEE3F505AA',
|
|
7823
|
+
exponent: 0,
|
|
7824
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
7825
|
+
}, {
|
|
7826
|
+
denom: 'licore',
|
|
7827
|
+
exponent: 6
|
|
7828
|
+
}],
|
|
7829
|
+
base: 'ibc/3EDD165DA38E407DBDFC693CB57D3F012EB787FF8902A665D2122CDEE3F505AA',
|
|
7830
|
+
name: 'liCORE',
|
|
7831
|
+
display: 'licore',
|
|
7832
|
+
symbol: 'LICORE',
|
|
7833
|
+
logo_URIs: {
|
|
7834
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
7835
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
7836
|
+
},
|
|
7837
|
+
coingecko_id: 'licore',
|
|
7838
|
+
keywords: [
|
|
7839
|
+
'dex',
|
|
7840
|
+
'staking',
|
|
7841
|
+
'assets'
|
|
7842
|
+
],
|
|
7843
|
+
images: [{
|
|
7844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
7845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
7846
|
+
theme: {
|
|
7847
|
+
primary_color_hex: '#ea00c5'
|
|
7848
|
+
}
|
|
7849
|
+
}],
|
|
7850
|
+
socials: {
|
|
7851
|
+
website: 'https://www.pulsara.io',
|
|
7852
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
7853
|
+
},
|
|
7854
|
+
type_asset: 'sdk.coin',
|
|
7855
|
+
traces: [{
|
|
7856
|
+
type: 'ibc',
|
|
7857
|
+
counterparty: {
|
|
7858
|
+
channel_id: 'channel-2',
|
|
7859
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
7860
|
+
chain_name: 'coreum'
|
|
7861
|
+
},
|
|
7862
|
+
chain: {
|
|
7863
|
+
channel_id: 'channel-2188'
|
|
7864
|
+
}
|
|
7865
|
+
}]
|
|
7866
|
+
},
|
|
7675
7867
|
{
|
|
7676
7868
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
7677
7869
|
denom_units: [{
|