@chain-registry/assets 1.70.387 → 1.70.389
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/agoric.js +4 -8
- package/esm/mainnet/akash.js +4 -10
- package/esm/mainnet/andromeda.js +4 -8
- package/esm/mainnet/archway.js +4 -8
- package/esm/mainnet/axelar.js +48 -98
- package/esm/mainnet/babylon.js +0 -2
- package/esm/mainnet/celestia.js +44 -90
- package/esm/mainnet/cheqd.js +4 -8
- package/esm/mainnet/chihuahua.js +4 -8
- package/esm/mainnet/comdex.js +4 -8
- package/esm/mainnet/composable.js +8 -12
- package/esm/mainnet/coreum.js +4 -8
- package/esm/mainnet/cosmoshub.js +68 -138
- package/esm/mainnet/crescent.js +4 -8
- package/esm/mainnet/dydx.js +40 -80
- package/esm/mainnet/dymension.js +4 -8
- package/esm/mainnet/evmos.js +4 -8
- package/esm/mainnet/gravitybridge.js +4 -8
- package/esm/mainnet/injective.js +44 -88
- package/esm/mainnet/irisnet.js +20 -40
- package/esm/mainnet/jackal.js +4 -8
- package/esm/mainnet/juno.js +24 -48
- package/esm/mainnet/kopi.js +0 -2
- package/esm/mainnet/kujira.js +4 -8
- package/esm/mainnet/migaloo.js +88 -12
- package/esm/mainnet/neutron.js +44 -90
- package/esm/mainnet/noble.js +64 -130
- package/esm/mainnet/nolus.js +4 -8
- package/esm/mainnet/nyx.js +4 -8
- package/esm/mainnet/oraichain.js +4 -8
- package/esm/mainnet/osmosis.js +152 -150
- package/esm/mainnet/persistence.js +4 -8
- package/esm/mainnet/quicksilver.js +4 -8
- package/esm/mainnet/saga.js +4 -10
- package/esm/mainnet/secretnetwork.js +20 -44
- package/esm/mainnet/sentinel.js +4 -8
- package/esm/mainnet/sifchain.js +4 -8
- package/esm/mainnet/stargaze.js +4 -8
- package/esm/mainnet/stride.js +44 -88
- package/esm/mainnet/teritori.js +4 -8
- package/esm/mainnet/terra.js +4 -8
- package/esm/mainnet/terra2.js +44 -88
- package/esm/mainnet/umee.js +4 -8
- package/esm/mainnet/xion.js +0 -2
- package/esm/mainnet/xrplevm.js +0 -2
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +4 -8
- package/mainnet/akash.js +4 -10
- package/mainnet/andromeda.js +4 -8
- package/mainnet/archway.js +4 -8
- package/mainnet/axelar.js +48 -98
- package/mainnet/babylon.js +0 -2
- package/mainnet/celestia.js +44 -90
- package/mainnet/cheqd.js +4 -8
- package/mainnet/chihuahua.js +4 -8
- package/mainnet/comdex.js +4 -8
- package/mainnet/composable.js +8 -12
- package/mainnet/coreum.js +4 -8
- package/mainnet/cosmoshub.js +68 -138
- package/mainnet/crescent.js +4 -8
- package/mainnet/dydx.js +40 -80
- package/mainnet/dymension.js +4 -8
- package/mainnet/evmos.js +4 -8
- package/mainnet/gravitybridge.js +4 -8
- package/mainnet/injective.js +44 -88
- package/mainnet/irisnet.js +20 -40
- package/mainnet/jackal.js +4 -8
- package/mainnet/juno.js +24 -48
- package/mainnet/kopi.js +0 -2
- package/mainnet/kujira.js +4 -8
- package/mainnet/migaloo.js +88 -12
- package/mainnet/neutron.js +44 -90
- package/mainnet/noble.js +64 -130
- package/mainnet/nolus.js +4 -8
- package/mainnet/nyx.js +4 -8
- package/mainnet/oraichain.js +4 -8
- package/mainnet/osmosis.js +152 -150
- package/mainnet/persistence.js +4 -8
- package/mainnet/quicksilver.js +4 -8
- package/mainnet/saga.js +4 -10
- package/mainnet/secretnetwork.js +20 -44
- package/mainnet/sentinel.js +4 -8
- package/mainnet/sifchain.js +4 -8
- package/mainnet/stargaze.js +4 -8
- package/mainnet/stride.js +44 -88
- package/mainnet/teritori.js +4 -8
- package/mainnet/terra.js +4 -8
- package/mainnet/terra2.js +44 -88
- package/mainnet/umee.js +4 -8
- package/mainnet/xion.js +0 -2
- package/mainnet/xrplevm.js +0 -2
- package/package.json +5 -5
package/mainnet/terra2.js
CHANGED
|
@@ -3016,12 +3016,10 @@ const assets = {
|
|
|
3016
3016
|
display: 'pAUUU30Sep2024',
|
|
3017
3017
|
symbol: 'pAUUU-30Sep2024',
|
|
3018
3018
|
logo_URIs: {
|
|
3019
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3020
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3019
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3021
3020
|
},
|
|
3022
3021
|
images: [{
|
|
3023
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3024
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3025
3023
|
}],
|
|
3026
3024
|
type_asset: 'sdk.coin',
|
|
3027
3025
|
traces: [{
|
|
@@ -3051,12 +3049,10 @@ const assets = {
|
|
|
3051
3049
|
display: 'pAUUU31Dec2024',
|
|
3052
3050
|
symbol: 'pAUUU-31Dec2024',
|
|
3053
3051
|
logo_URIs: {
|
|
3054
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3055
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3052
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3056
3053
|
},
|
|
3057
3054
|
images: [{
|
|
3058
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3059
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3060
3056
|
}],
|
|
3061
3057
|
type_asset: 'sdk.coin',
|
|
3062
3058
|
traces: [{
|
|
@@ -3086,12 +3082,10 @@ const assets = {
|
|
|
3086
3082
|
display: 'pAUUU30Jun2025',
|
|
3087
3083
|
symbol: 'pAUUU-30Jun2025',
|
|
3088
3084
|
logo_URIs: {
|
|
3089
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3090
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3085
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3091
3086
|
},
|
|
3092
3087
|
images: [{
|
|
3093
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3094
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3095
3089
|
}],
|
|
3096
3090
|
type_asset: 'sdk.coin',
|
|
3097
3091
|
traces: [{
|
|
@@ -3121,12 +3115,10 @@ const assets = {
|
|
|
3121
3115
|
display: 'pAUUU31Dec2025',
|
|
3122
3116
|
symbol: 'pAUUU-31Dec2025',
|
|
3123
3117
|
logo_URIs: {
|
|
3124
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3125
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3126
3119
|
},
|
|
3127
3120
|
images: [{
|
|
3128
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3129
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3121
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3130
3122
|
}],
|
|
3131
3123
|
type_asset: 'sdk.coin',
|
|
3132
3124
|
traces: [{
|
|
@@ -3156,12 +3148,10 @@ const assets = {
|
|
|
3156
3148
|
display: 'pAUUU31Dec2026',
|
|
3157
3149
|
symbol: 'pAUUU-31Dec2026',
|
|
3158
3150
|
logo_URIs: {
|
|
3159
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3160
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3161
3152
|
},
|
|
3162
3153
|
images: [{
|
|
3163
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3164
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3165
3155
|
}],
|
|
3166
3156
|
type_asset: 'sdk.coin',
|
|
3167
3157
|
traces: [{
|
|
@@ -5711,12 +5701,10 @@ const assets = {
|
|
|
5711
5701
|
display: 'yAUUU30Sep2024',
|
|
5712
5702
|
symbol: 'yAUUU-30Sep2024',
|
|
5713
5703
|
logo_URIs: {
|
|
5714
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5715
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5716
5705
|
},
|
|
5717
5706
|
images: [{
|
|
5718
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5719
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5720
5708
|
}],
|
|
5721
5709
|
type_asset: 'sdk.coin',
|
|
5722
5710
|
traces: [{
|
|
@@ -5746,12 +5734,10 @@ const assets = {
|
|
|
5746
5734
|
display: 'yAUUU31Dec2024',
|
|
5747
5735
|
symbol: 'yAUUU-31Dec2024',
|
|
5748
5736
|
logo_URIs: {
|
|
5749
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5750
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5751
5738
|
},
|
|
5752
5739
|
images: [{
|
|
5753
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5754
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5740
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5755
5741
|
}],
|
|
5756
5742
|
type_asset: 'sdk.coin',
|
|
5757
5743
|
traces: [{
|
|
@@ -5781,12 +5767,10 @@ const assets = {
|
|
|
5781
5767
|
display: 'yAUUU30Jun2025',
|
|
5782
5768
|
symbol: 'yAUUU-30Jun2025',
|
|
5783
5769
|
logo_URIs: {
|
|
5784
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5785
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5786
5771
|
},
|
|
5787
5772
|
images: [{
|
|
5788
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5789
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5790
5774
|
}],
|
|
5791
5775
|
type_asset: 'sdk.coin',
|
|
5792
5776
|
traces: [{
|
|
@@ -5816,12 +5800,10 @@ const assets = {
|
|
|
5816
5800
|
display: 'yAUUU31Dec2025',
|
|
5817
5801
|
symbol: 'yAUUU-31Dec2025',
|
|
5818
5802
|
logo_URIs: {
|
|
5819
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5820
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5821
5804
|
},
|
|
5822
5805
|
images: [{
|
|
5823
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5824
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5806
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5825
5807
|
}],
|
|
5826
5808
|
type_asset: 'sdk.coin',
|
|
5827
5809
|
traces: [{
|
|
@@ -5851,12 +5833,10 @@ const assets = {
|
|
|
5851
5833
|
display: 'yAUUU31Dec2026',
|
|
5852
5834
|
symbol: 'yAUUU-31Dec2026',
|
|
5853
5835
|
logo_URIs: {
|
|
5854
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5855
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5856
5837
|
},
|
|
5857
5838
|
images: [{
|
|
5858
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5859
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5839
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5860
5840
|
}],
|
|
5861
5841
|
type_asset: 'sdk.coin',
|
|
5862
5842
|
traces: [{
|
|
@@ -8725,13 +8705,11 @@ const assets = {
|
|
|
8725
8705
|
display: 'scrt',
|
|
8726
8706
|
symbol: 'SCRT',
|
|
8727
8707
|
logo_URIs: {
|
|
8728
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
8729
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
8708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
8730
8709
|
},
|
|
8731
8710
|
coingecko_id: 'secret',
|
|
8732
8711
|
images: [{
|
|
8733
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
8734
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
8712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
8735
8713
|
}],
|
|
8736
8714
|
socials: {
|
|
8737
8715
|
website: 'https://scrt.network/',
|
|
@@ -12891,12 +12869,10 @@ const assets = {
|
|
|
12891
12869
|
display: 'pAUUU30Sep2024',
|
|
12892
12870
|
symbol: 'pAUUU-30Sep2024',
|
|
12893
12871
|
logo_URIs: {
|
|
12894
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12895
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12896
12873
|
},
|
|
12897
12874
|
images: [{
|
|
12898
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12899
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12900
12876
|
}],
|
|
12901
12877
|
type_asset: 'sdk.coin',
|
|
12902
12878
|
traces: [{
|
|
@@ -12926,12 +12902,10 @@ const assets = {
|
|
|
12926
12902
|
display: 'pAUUU31Dec2024',
|
|
12927
12903
|
symbol: 'pAUUU-31Dec2024',
|
|
12928
12904
|
logo_URIs: {
|
|
12929
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12930
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12905
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12931
12906
|
},
|
|
12932
12907
|
images: [{
|
|
12933
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12934
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12908
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12935
12909
|
}],
|
|
12936
12910
|
type_asset: 'sdk.coin',
|
|
12937
12911
|
traces: [{
|
|
@@ -12961,12 +12935,10 @@ const assets = {
|
|
|
12961
12935
|
display: 'pAUUU30Jun2025',
|
|
12962
12936
|
symbol: 'pAUUU-30Jun2025',
|
|
12963
12937
|
logo_URIs: {
|
|
12964
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12965
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12966
12939
|
},
|
|
12967
12940
|
images: [{
|
|
12968
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12969
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12941
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
12970
12942
|
}],
|
|
12971
12943
|
type_asset: 'sdk.coin',
|
|
12972
12944
|
traces: [{
|
|
@@ -12996,12 +12968,10 @@ const assets = {
|
|
|
12996
12968
|
display: 'pAUUU31Dec2025',
|
|
12997
12969
|
symbol: 'pAUUU-31Dec2025',
|
|
12998
12970
|
logo_URIs: {
|
|
12999
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
13000
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
13001
12972
|
},
|
|
13002
12973
|
images: [{
|
|
13003
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
13004
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
13005
12975
|
}],
|
|
13006
12976
|
type_asset: 'sdk.coin',
|
|
13007
12977
|
traces: [{
|
|
@@ -13031,12 +13001,10 @@ const assets = {
|
|
|
13031
13001
|
display: 'pAUUU31Dec2026',
|
|
13032
13002
|
symbol: 'pAUUU-31Dec2026',
|
|
13033
13003
|
logo_URIs: {
|
|
13034
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
13035
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
13004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
13036
13005
|
},
|
|
13037
13006
|
images: [{
|
|
13038
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
13039
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
13007
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
13040
13008
|
}],
|
|
13041
13009
|
type_asset: 'sdk.coin',
|
|
13042
13010
|
traces: [{
|
|
@@ -15586,12 +15554,10 @@ const assets = {
|
|
|
15586
15554
|
display: 'yAUUU30Sep2024',
|
|
15587
15555
|
symbol: 'yAUUU-30Sep2024',
|
|
15588
15556
|
logo_URIs: {
|
|
15589
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15590
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15591
15558
|
},
|
|
15592
15559
|
images: [{
|
|
15593
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15594
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15560
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15595
15561
|
}],
|
|
15596
15562
|
type_asset: 'sdk.coin',
|
|
15597
15563
|
traces: [{
|
|
@@ -15621,12 +15587,10 @@ const assets = {
|
|
|
15621
15587
|
display: 'yAUUU31Dec2024',
|
|
15622
15588
|
symbol: 'yAUUU-31Dec2024',
|
|
15623
15589
|
logo_URIs: {
|
|
15624
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15625
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15590
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15626
15591
|
},
|
|
15627
15592
|
images: [{
|
|
15628
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15629
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15630
15594
|
}],
|
|
15631
15595
|
type_asset: 'sdk.coin',
|
|
15632
15596
|
traces: [{
|
|
@@ -15656,12 +15620,10 @@ const assets = {
|
|
|
15656
15620
|
display: 'yAUUU30Jun2025',
|
|
15657
15621
|
symbol: 'yAUUU-30Jun2025',
|
|
15658
15622
|
logo_URIs: {
|
|
15659
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15660
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15661
15624
|
},
|
|
15662
15625
|
images: [{
|
|
15663
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15664
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15665
15627
|
}],
|
|
15666
15628
|
type_asset: 'sdk.coin',
|
|
15667
15629
|
traces: [{
|
|
@@ -15691,12 +15653,10 @@ const assets = {
|
|
|
15691
15653
|
display: 'yAUUU31Dec2025',
|
|
15692
15654
|
symbol: 'yAUUU-31Dec2025',
|
|
15693
15655
|
logo_URIs: {
|
|
15694
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15695
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15656
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15696
15657
|
},
|
|
15697
15658
|
images: [{
|
|
15698
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15699
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15659
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15700
15660
|
}],
|
|
15701
15661
|
type_asset: 'sdk.coin',
|
|
15702
15662
|
traces: [{
|
|
@@ -15726,12 +15686,10 @@ const assets = {
|
|
|
15726
15686
|
display: 'yAUUU31Dec2026',
|
|
15727
15687
|
symbol: 'yAUUU-31Dec2026',
|
|
15728
15688
|
logo_URIs: {
|
|
15729
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15730
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15689
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15731
15690
|
},
|
|
15732
15691
|
images: [{
|
|
15733
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15734
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
15735
15693
|
}],
|
|
15736
15694
|
type_asset: 'sdk.coin',
|
|
15737
15695
|
traces: [{
|
|
@@ -18600,13 +18558,11 @@ const assets = {
|
|
|
18600
18558
|
display: 'scrt',
|
|
18601
18559
|
symbol: 'SCRT',
|
|
18602
18560
|
logo_URIs: {
|
|
18603
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
18604
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
18561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
18605
18562
|
},
|
|
18606
18563
|
coingecko_id: 'secret',
|
|
18607
18564
|
images: [{
|
|
18608
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
18609
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
18565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
18610
18566
|
}],
|
|
18611
18567
|
socials: {
|
|
18612
18568
|
website: 'https://scrt.network/',
|
package/mainnet/umee.js
CHANGED
|
@@ -1276,13 +1276,11 @@ const assets = {
|
|
|
1276
1276
|
display: 'scrt',
|
|
1277
1277
|
symbol: 'SCRT',
|
|
1278
1278
|
logo_URIs: {
|
|
1279
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1280
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1281
1280
|
},
|
|
1282
1281
|
coingecko_id: 'secret',
|
|
1283
1282
|
images: [{
|
|
1284
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1285
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1286
1284
|
}],
|
|
1287
1285
|
socials: {
|
|
1288
1286
|
website: 'https://scrt.network/',
|
|
@@ -2614,13 +2612,11 @@ const assets = {
|
|
|
2614
2612
|
display: 'scrt',
|
|
2615
2613
|
symbol: 'SCRT',
|
|
2616
2614
|
logo_URIs: {
|
|
2617
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2618
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2615
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2619
2616
|
},
|
|
2620
2617
|
coingecko_id: 'secret',
|
|
2621
2618
|
images: [{
|
|
2622
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2623
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2624
2620
|
}],
|
|
2625
2621
|
socials: {
|
|
2626
2622
|
website: 'https://scrt.network/',
|
package/mainnet/xion.js
CHANGED
|
@@ -69,7 +69,6 @@ const assets = {
|
|
|
69
69
|
logo_URIs: {
|
|
70
70
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
71
71
|
},
|
|
72
|
-
coingecko_id: 'elys-network',
|
|
73
72
|
images: [{
|
|
74
73
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
75
74
|
}],
|
|
@@ -797,7 +796,6 @@ const assets = {
|
|
|
797
796
|
logo_URIs: {
|
|
798
797
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
799
798
|
},
|
|
800
|
-
coingecko_id: 'elys-network',
|
|
801
799
|
images: [{
|
|
802
800
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
803
801
|
}],
|
package/mainnet/xrplevm.js
CHANGED
|
@@ -69,7 +69,6 @@ const assets = {
|
|
|
69
69
|
logo_URIs: {
|
|
70
70
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
71
71
|
},
|
|
72
|
-
coingecko_id: 'elys-network',
|
|
73
72
|
images: [{
|
|
74
73
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
75
74
|
}],
|
|
@@ -718,7 +717,6 @@ const assets = {
|
|
|
718
717
|
logo_URIs: {
|
|
719
718
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
720
719
|
},
|
|
721
|
-
coingecko_id: 'elys-network',
|
|
722
720
|
images: [{
|
|
723
721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
724
722
|
}],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.389",
|
|
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.246",
|
|
33
|
+
"chain-registry": "^1.69.389"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.246"
|
|
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": "e2b215dd9b11e3b00ff304a02d30e4fb1221a961"
|
|
47
47
|
}
|