@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/secretnetwork.js
CHANGED
|
@@ -580,6 +580,102 @@ const assets = {
|
|
|
580
580
|
}
|
|
581
581
|
}]
|
|
582
582
|
},
|
|
583
|
+
{
|
|
584
|
+
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.',
|
|
585
|
+
denom_units: [{
|
|
586
|
+
denom: 'ibc/1E391FEA430B33116246DAE829F24E962400F23C5208C2398F6CA10D4F124E27',
|
|
587
|
+
exponent: 0,
|
|
588
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
589
|
+
}, {
|
|
590
|
+
denom: 'sara',
|
|
591
|
+
exponent: 6
|
|
592
|
+
}],
|
|
593
|
+
base: 'ibc/1E391FEA430B33116246DAE829F24E962400F23C5208C2398F6CA10D4F124E27',
|
|
594
|
+
name: 'Sara',
|
|
595
|
+
display: 'sara',
|
|
596
|
+
symbol: 'SARA',
|
|
597
|
+
logo_URIs: {
|
|
598
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
599
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
600
|
+
},
|
|
601
|
+
coingecko_id: 'pulsara',
|
|
602
|
+
keywords: [
|
|
603
|
+
'dex',
|
|
604
|
+
'staking',
|
|
605
|
+
'assets'
|
|
606
|
+
],
|
|
607
|
+
images: [{
|
|
608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
609
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
610
|
+
theme: {
|
|
611
|
+
primary_color_hex: '#0517b1'
|
|
612
|
+
}
|
|
613
|
+
}],
|
|
614
|
+
socials: {
|
|
615
|
+
website: 'https://www.pulsara.io',
|
|
616
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
617
|
+
},
|
|
618
|
+
type_asset: 'sdk.coin',
|
|
619
|
+
traces: [{
|
|
620
|
+
type: 'ibc',
|
|
621
|
+
counterparty: {
|
|
622
|
+
channel_id: 'channel-25',
|
|
623
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
624
|
+
chain_name: 'coreum'
|
|
625
|
+
},
|
|
626
|
+
chain: {
|
|
627
|
+
channel_id: 'channel-101'
|
|
628
|
+
}
|
|
629
|
+
}]
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
633
|
+
denom_units: [{
|
|
634
|
+
denom: 'ibc/258F8C95FD9857719E198D445224A6A0F4CE86C3CE1D60E2177DCACCDB9203C0',
|
|
635
|
+
exponent: 0,
|
|
636
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
637
|
+
}, {
|
|
638
|
+
denom: 'licore',
|
|
639
|
+
exponent: 6
|
|
640
|
+
}],
|
|
641
|
+
base: 'ibc/258F8C95FD9857719E198D445224A6A0F4CE86C3CE1D60E2177DCACCDB9203C0',
|
|
642
|
+
name: 'liCORE',
|
|
643
|
+
display: 'licore',
|
|
644
|
+
symbol: 'LICORE',
|
|
645
|
+
logo_URIs: {
|
|
646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
648
|
+
},
|
|
649
|
+
coingecko_id: 'licore',
|
|
650
|
+
keywords: [
|
|
651
|
+
'dex',
|
|
652
|
+
'staking',
|
|
653
|
+
'assets'
|
|
654
|
+
],
|
|
655
|
+
images: [{
|
|
656
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
657
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
658
|
+
theme: {
|
|
659
|
+
primary_color_hex: '#ea00c5'
|
|
660
|
+
}
|
|
661
|
+
}],
|
|
662
|
+
socials: {
|
|
663
|
+
website: 'https://www.pulsara.io',
|
|
664
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
665
|
+
},
|
|
666
|
+
type_asset: 'sdk.coin',
|
|
667
|
+
traces: [{
|
|
668
|
+
type: 'ibc',
|
|
669
|
+
counterparty: {
|
|
670
|
+
channel_id: 'channel-25',
|
|
671
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
672
|
+
chain_name: 'coreum'
|
|
673
|
+
},
|
|
674
|
+
chain: {
|
|
675
|
+
channel_id: 'channel-101'
|
|
676
|
+
}
|
|
677
|
+
}]
|
|
678
|
+
},
|
|
583
679
|
{
|
|
584
680
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
585
681
|
denom_units: [{
|
|
@@ -2661,6 +2757,102 @@ const assets = {
|
|
|
2661
2757
|
}
|
|
2662
2758
|
}]
|
|
2663
2759
|
},
|
|
2760
|
+
{
|
|
2761
|
+
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.',
|
|
2762
|
+
denom_units: [{
|
|
2763
|
+
denom: 'ibc/1E391FEA430B33116246DAE829F24E962400F23C5208C2398F6CA10D4F124E27',
|
|
2764
|
+
exponent: 0,
|
|
2765
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
2766
|
+
}, {
|
|
2767
|
+
denom: 'sara',
|
|
2768
|
+
exponent: 6
|
|
2769
|
+
}],
|
|
2770
|
+
base: 'ibc/1E391FEA430B33116246DAE829F24E962400F23C5208C2398F6CA10D4F124E27',
|
|
2771
|
+
name: 'Sara',
|
|
2772
|
+
display: 'sara',
|
|
2773
|
+
symbol: 'SARA',
|
|
2774
|
+
logo_URIs: {
|
|
2775
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2776
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2777
|
+
},
|
|
2778
|
+
coingecko_id: 'pulsara',
|
|
2779
|
+
keywords: [
|
|
2780
|
+
'dex',
|
|
2781
|
+
'staking',
|
|
2782
|
+
'assets'
|
|
2783
|
+
],
|
|
2784
|
+
images: [{
|
|
2785
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2786
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
2787
|
+
theme: {
|
|
2788
|
+
primary_color_hex: '#0517b1'
|
|
2789
|
+
}
|
|
2790
|
+
}],
|
|
2791
|
+
socials: {
|
|
2792
|
+
website: 'https://www.pulsara.io',
|
|
2793
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
2794
|
+
},
|
|
2795
|
+
type_asset: 'sdk.coin',
|
|
2796
|
+
traces: [{
|
|
2797
|
+
type: 'ibc',
|
|
2798
|
+
counterparty: {
|
|
2799
|
+
channel_id: 'channel-25',
|
|
2800
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
2801
|
+
chain_name: 'coreum'
|
|
2802
|
+
},
|
|
2803
|
+
chain: {
|
|
2804
|
+
channel_id: 'channel-101'
|
|
2805
|
+
}
|
|
2806
|
+
}]
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
2810
|
+
denom_units: [{
|
|
2811
|
+
denom: 'ibc/258F8C95FD9857719E198D445224A6A0F4CE86C3CE1D60E2177DCACCDB9203C0',
|
|
2812
|
+
exponent: 0,
|
|
2813
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
2814
|
+
}, {
|
|
2815
|
+
denom: 'licore',
|
|
2816
|
+
exponent: 6
|
|
2817
|
+
}],
|
|
2818
|
+
base: 'ibc/258F8C95FD9857719E198D445224A6A0F4CE86C3CE1D60E2177DCACCDB9203C0',
|
|
2819
|
+
name: 'liCORE',
|
|
2820
|
+
display: 'licore',
|
|
2821
|
+
symbol: 'LICORE',
|
|
2822
|
+
logo_URIs: {
|
|
2823
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
2824
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
2825
|
+
},
|
|
2826
|
+
coingecko_id: 'licore',
|
|
2827
|
+
keywords: [
|
|
2828
|
+
'dex',
|
|
2829
|
+
'staking',
|
|
2830
|
+
'assets'
|
|
2831
|
+
],
|
|
2832
|
+
images: [{
|
|
2833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
2834
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
2835
|
+
theme: {
|
|
2836
|
+
primary_color_hex: '#ea00c5'
|
|
2837
|
+
}
|
|
2838
|
+
}],
|
|
2839
|
+
socials: {
|
|
2840
|
+
website: 'https://www.pulsara.io',
|
|
2841
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
2842
|
+
},
|
|
2843
|
+
type_asset: 'sdk.coin',
|
|
2844
|
+
traces: [{
|
|
2845
|
+
type: 'ibc',
|
|
2846
|
+
counterparty: {
|
|
2847
|
+
channel_id: 'channel-25',
|
|
2848
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
2849
|
+
chain_name: 'coreum'
|
|
2850
|
+
},
|
|
2851
|
+
chain: {
|
|
2852
|
+
channel_id: 'channel-101'
|
|
2853
|
+
}
|
|
2854
|
+
}]
|
|
2855
|
+
},
|
|
2664
2856
|
{
|
|
2665
2857
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
2666
2858
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.101",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.55",
|
|
33
|
+
"chain-registry": "^1.69.101"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.55"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "1ba86e7443a221038b02fca7ab1948cd639c48d6"
|
|
47
47
|
}
|