@chain-registry/assets 1.70.387 → 1.70.388
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/dydx.js
CHANGED
|
@@ -2293,12 +2293,10 @@ const assets = {
|
|
|
2293
2293
|
display: 'pAUUU30Sep2024',
|
|
2294
2294
|
symbol: 'pAUUU-30Sep2024',
|
|
2295
2295
|
logo_URIs: {
|
|
2296
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2297
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2298
2297
|
},
|
|
2299
2298
|
images: [{
|
|
2300
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2301
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2302
2300
|
}],
|
|
2303
2301
|
type_asset: 'sdk.coin',
|
|
2304
2302
|
traces: [{
|
|
@@ -2328,12 +2326,10 @@ const assets = {
|
|
|
2328
2326
|
display: 'pAUUU31Dec2024',
|
|
2329
2327
|
symbol: 'pAUUU-31Dec2024',
|
|
2330
2328
|
logo_URIs: {
|
|
2331
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2332
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2329
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2333
2330
|
},
|
|
2334
2331
|
images: [{
|
|
2335
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2336
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2337
2333
|
}],
|
|
2338
2334
|
type_asset: 'sdk.coin',
|
|
2339
2335
|
traces: [{
|
|
@@ -2363,12 +2359,10 @@ const assets = {
|
|
|
2363
2359
|
display: 'pAUUU30Jun2025',
|
|
2364
2360
|
symbol: 'pAUUU-30Jun2025',
|
|
2365
2361
|
logo_URIs: {
|
|
2366
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2367
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2368
2363
|
},
|
|
2369
2364
|
images: [{
|
|
2370
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2371
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2372
2366
|
}],
|
|
2373
2367
|
type_asset: 'sdk.coin',
|
|
2374
2368
|
traces: [{
|
|
@@ -2398,12 +2392,10 @@ const assets = {
|
|
|
2398
2392
|
display: 'pAUUU31Dec2025',
|
|
2399
2393
|
symbol: 'pAUUU-31Dec2025',
|
|
2400
2394
|
logo_URIs: {
|
|
2401
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2402
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2403
2396
|
},
|
|
2404
2397
|
images: [{
|
|
2405
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2406
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2398
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2407
2399
|
}],
|
|
2408
2400
|
type_asset: 'sdk.coin',
|
|
2409
2401
|
traces: [{
|
|
@@ -2433,12 +2425,10 @@ const assets = {
|
|
|
2433
2425
|
display: 'pAUUU31Dec2026',
|
|
2434
2426
|
symbol: 'pAUUU-31Dec2026',
|
|
2435
2427
|
logo_URIs: {
|
|
2436
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2437
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2438
2429
|
},
|
|
2439
2430
|
images: [{
|
|
2440
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2441
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
2442
2432
|
}],
|
|
2443
2433
|
type_asset: 'sdk.coin',
|
|
2444
2434
|
traces: [{
|
|
@@ -4988,12 +4978,10 @@ const assets = {
|
|
|
4988
4978
|
display: 'yAUUU30Sep2024',
|
|
4989
4979
|
symbol: 'yAUUU-30Sep2024',
|
|
4990
4980
|
logo_URIs: {
|
|
4991
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
4992
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4981
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
4993
4982
|
},
|
|
4994
4983
|
images: [{
|
|
4995
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
4996
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4984
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
4997
4985
|
}],
|
|
4998
4986
|
type_asset: 'sdk.coin',
|
|
4999
4987
|
traces: [{
|
|
@@ -5023,12 +5011,10 @@ const assets = {
|
|
|
5023
5011
|
display: 'yAUUU31Dec2024',
|
|
5024
5012
|
symbol: 'yAUUU-31Dec2024',
|
|
5025
5013
|
logo_URIs: {
|
|
5026
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5027
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5028
5015
|
},
|
|
5029
5016
|
images: [{
|
|
5030
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5031
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5017
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5032
5018
|
}],
|
|
5033
5019
|
type_asset: 'sdk.coin',
|
|
5034
5020
|
traces: [{
|
|
@@ -5058,12 +5044,10 @@ const assets = {
|
|
|
5058
5044
|
display: 'yAUUU30Jun2025',
|
|
5059
5045
|
symbol: 'yAUUU-30Jun2025',
|
|
5060
5046
|
logo_URIs: {
|
|
5061
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5062
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5063
5048
|
},
|
|
5064
5049
|
images: [{
|
|
5065
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5066
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5067
5051
|
}],
|
|
5068
5052
|
type_asset: 'sdk.coin',
|
|
5069
5053
|
traces: [{
|
|
@@ -5093,12 +5077,10 @@ const assets = {
|
|
|
5093
5077
|
display: 'yAUUU31Dec2025',
|
|
5094
5078
|
symbol: 'yAUUU-31Dec2025',
|
|
5095
5079
|
logo_URIs: {
|
|
5096
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5097
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5080
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5098
5081
|
},
|
|
5099
5082
|
images: [{
|
|
5100
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5101
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5102
5084
|
}],
|
|
5103
5085
|
type_asset: 'sdk.coin',
|
|
5104
5086
|
traces: [{
|
|
@@ -5128,12 +5110,10 @@ const assets = {
|
|
|
5128
5110
|
display: 'yAUUU31Dec2026',
|
|
5129
5111
|
symbol: 'yAUUU-31Dec2026',
|
|
5130
5112
|
logo_URIs: {
|
|
5131
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5132
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5133
5114
|
},
|
|
5134
5115
|
images: [{
|
|
5135
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5136
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5137
5117
|
}],
|
|
5138
5118
|
type_asset: 'sdk.coin',
|
|
5139
5119
|
traces: [{
|
|
@@ -9969,12 +9949,10 @@ const assets = {
|
|
|
9969
9949
|
display: 'pAUUU30Sep2024',
|
|
9970
9950
|
symbol: 'pAUUU-30Sep2024',
|
|
9971
9951
|
logo_URIs: {
|
|
9972
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
9973
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9952
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
9974
9953
|
},
|
|
9975
9954
|
images: [{
|
|
9976
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
9977
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9955
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
9978
9956
|
}],
|
|
9979
9957
|
type_asset: 'sdk.coin',
|
|
9980
9958
|
traces: [{
|
|
@@ -10004,12 +9982,10 @@ const assets = {
|
|
|
10004
9982
|
display: 'pAUUU31Dec2024',
|
|
10005
9983
|
symbol: 'pAUUU-31Dec2024',
|
|
10006
9984
|
logo_URIs: {
|
|
10007
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10008
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10009
9986
|
},
|
|
10010
9987
|
images: [{
|
|
10011
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10012
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9988
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10013
9989
|
}],
|
|
10014
9990
|
type_asset: 'sdk.coin',
|
|
10015
9991
|
traces: [{
|
|
@@ -10039,12 +10015,10 @@ const assets = {
|
|
|
10039
10015
|
display: 'pAUUU30Jun2025',
|
|
10040
10016
|
symbol: 'pAUUU-30Jun2025',
|
|
10041
10017
|
logo_URIs: {
|
|
10042
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10043
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
10018
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10044
10019
|
},
|
|
10045
10020
|
images: [{
|
|
10046
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10047
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
10021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10048
10022
|
}],
|
|
10049
10023
|
type_asset: 'sdk.coin',
|
|
10050
10024
|
traces: [{
|
|
@@ -10074,12 +10048,10 @@ const assets = {
|
|
|
10074
10048
|
display: 'pAUUU31Dec2025',
|
|
10075
10049
|
symbol: 'pAUUU-31Dec2025',
|
|
10076
10050
|
logo_URIs: {
|
|
10077
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10078
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
10051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10079
10052
|
},
|
|
10080
10053
|
images: [{
|
|
10081
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10082
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
10054
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10083
10055
|
}],
|
|
10084
10056
|
type_asset: 'sdk.coin',
|
|
10085
10057
|
traces: [{
|
|
@@ -10109,12 +10081,10 @@ const assets = {
|
|
|
10109
10081
|
display: 'pAUUU31Dec2026',
|
|
10110
10082
|
symbol: 'pAUUU-31Dec2026',
|
|
10111
10083
|
logo_URIs: {
|
|
10112
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10113
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
10084
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10114
10085
|
},
|
|
10115
10086
|
images: [{
|
|
10116
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10117
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
10087
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
10118
10088
|
}],
|
|
10119
10089
|
type_asset: 'sdk.coin',
|
|
10120
10090
|
traces: [{
|
|
@@ -12664,12 +12634,10 @@ const assets = {
|
|
|
12664
12634
|
display: 'yAUUU30Sep2024',
|
|
12665
12635
|
symbol: 'yAUUU-30Sep2024',
|
|
12666
12636
|
logo_URIs: {
|
|
12667
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12668
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12669
12638
|
},
|
|
12670
12639
|
images: [{
|
|
12671
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12672
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12640
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12673
12641
|
}],
|
|
12674
12642
|
type_asset: 'sdk.coin',
|
|
12675
12643
|
traces: [{
|
|
@@ -12699,12 +12667,10 @@ const assets = {
|
|
|
12699
12667
|
display: 'yAUUU31Dec2024',
|
|
12700
12668
|
symbol: 'yAUUU-31Dec2024',
|
|
12701
12669
|
logo_URIs: {
|
|
12702
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12703
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12670
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12704
12671
|
},
|
|
12705
12672
|
images: [{
|
|
12706
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12707
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12673
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12708
12674
|
}],
|
|
12709
12675
|
type_asset: 'sdk.coin',
|
|
12710
12676
|
traces: [{
|
|
@@ -12734,12 +12700,10 @@ const assets = {
|
|
|
12734
12700
|
display: 'yAUUU30Jun2025',
|
|
12735
12701
|
symbol: 'yAUUU-30Jun2025',
|
|
12736
12702
|
logo_URIs: {
|
|
12737
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12738
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12703
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12739
12704
|
},
|
|
12740
12705
|
images: [{
|
|
12741
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12742
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12743
12707
|
}],
|
|
12744
12708
|
type_asset: 'sdk.coin',
|
|
12745
12709
|
traces: [{
|
|
@@ -12769,12 +12733,10 @@ const assets = {
|
|
|
12769
12733
|
display: 'yAUUU31Dec2025',
|
|
12770
12734
|
symbol: 'yAUUU-31Dec2025',
|
|
12771
12735
|
logo_URIs: {
|
|
12772
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12773
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12736
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12774
12737
|
},
|
|
12775
12738
|
images: [{
|
|
12776
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12777
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12778
12740
|
}],
|
|
12779
12741
|
type_asset: 'sdk.coin',
|
|
12780
12742
|
traces: [{
|
|
@@ -12804,12 +12766,10 @@ const assets = {
|
|
|
12804
12766
|
display: 'yAUUU31Dec2026',
|
|
12805
12767
|
symbol: 'yAUUU-31Dec2026',
|
|
12806
12768
|
logo_URIs: {
|
|
12807
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12808
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12809
12770
|
},
|
|
12810
12771
|
images: [{
|
|
12811
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12812
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12772
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
12813
12773
|
}],
|
|
12814
12774
|
type_asset: 'sdk.coin',
|
|
12815
12775
|
traces: [{
|
package/mainnet/dymension.js
CHANGED
|
@@ -1321,13 +1321,11 @@ const assets = {
|
|
|
1321
1321
|
display: 'scrt',
|
|
1322
1322
|
symbol: 'SCRT',
|
|
1323
1323
|
logo_URIs: {
|
|
1324
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1325
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1326
1325
|
},
|
|
1327
1326
|
coingecko_id: 'secret',
|
|
1328
1327
|
images: [{
|
|
1329
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1330
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1331
1329
|
}],
|
|
1332
1330
|
socials: {
|
|
1333
1331
|
website: 'https://scrt.network/',
|
|
@@ -2230,13 +2228,11 @@ const assets = {
|
|
|
2230
2228
|
display: 'scrt',
|
|
2231
2229
|
symbol: 'SCRT',
|
|
2232
2230
|
logo_URIs: {
|
|
2233
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2234
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2235
2232
|
},
|
|
2236
2233
|
coingecko_id: 'secret',
|
|
2237
2234
|
images: [{
|
|
2238
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2239
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2240
2236
|
}],
|
|
2241
2237
|
socials: {
|
|
2242
2238
|
website: 'https://scrt.network/',
|
package/mainnet/evmos.js
CHANGED
|
@@ -2470,13 +2470,11 @@ const assets = {
|
|
|
2470
2470
|
display: 'scrt',
|
|
2471
2471
|
symbol: 'SCRT',
|
|
2472
2472
|
logo_URIs: {
|
|
2473
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2474
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2475
2474
|
},
|
|
2476
2475
|
coingecko_id: 'secret',
|
|
2477
2476
|
images: [{
|
|
2478
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2479
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2480
2478
|
}],
|
|
2481
2479
|
socials: {
|
|
2482
2480
|
website: 'https://scrt.network/',
|
|
@@ -3495,13 +3493,11 @@ const assets = {
|
|
|
3495
3493
|
display: 'scrt',
|
|
3496
3494
|
symbol: 'SCRT',
|
|
3497
3495
|
logo_URIs: {
|
|
3498
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3499
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3496
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3500
3497
|
},
|
|
3501
3498
|
coingecko_id: 'secret',
|
|
3502
3499
|
images: [{
|
|
3503
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3504
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3500
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3505
3501
|
}],
|
|
3506
3502
|
socials: {
|
|
3507
3503
|
website: 'https://scrt.network/',
|
package/mainnet/gravitybridge.js
CHANGED
|
@@ -2095,13 +2095,11 @@ const assets = {
|
|
|
2095
2095
|
display: 'scrt',
|
|
2096
2096
|
symbol: 'SCRT',
|
|
2097
2097
|
logo_URIs: {
|
|
2098
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2099
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2100
2099
|
},
|
|
2101
2100
|
coingecko_id: 'secret',
|
|
2102
2101
|
images: [{
|
|
2103
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2104
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2105
2103
|
}],
|
|
2106
2104
|
socials: {
|
|
2107
2105
|
website: 'https://scrt.network/',
|
|
@@ -2764,13 +2762,11 @@ const assets = {
|
|
|
2764
2762
|
display: 'scrt',
|
|
2765
2763
|
symbol: 'SCRT',
|
|
2766
2764
|
logo_URIs: {
|
|
2767
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2768
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2765
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2769
2766
|
},
|
|
2770
2767
|
coingecko_id: 'secret',
|
|
2771
2768
|
images: [{
|
|
2772
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2773
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2774
2770
|
}],
|
|
2775
2771
|
socials: {
|
|
2776
2772
|
website: 'https://scrt.network/',
|