@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/injective.js
CHANGED
|
@@ -3208,12 +3208,10 @@ const assets = {
|
|
|
3208
3208
|
display: 'pAUUU30Sep2024',
|
|
3209
3209
|
symbol: 'pAUUU-30Sep2024',
|
|
3210
3210
|
logo_URIs: {
|
|
3211
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3212
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3213
3212
|
},
|
|
3214
3213
|
images: [{
|
|
3215
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3216
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3217
3215
|
}],
|
|
3218
3216
|
type_asset: 'sdk.coin',
|
|
3219
3217
|
traces: [{
|
|
@@ -3243,12 +3241,10 @@ const assets = {
|
|
|
3243
3241
|
display: 'pAUUU31Dec2024',
|
|
3244
3242
|
symbol: 'pAUUU-31Dec2024',
|
|
3245
3243
|
logo_URIs: {
|
|
3246
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3247
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3248
3245
|
},
|
|
3249
3246
|
images: [{
|
|
3250
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3251
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3247
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3252
3248
|
}],
|
|
3253
3249
|
type_asset: 'sdk.coin',
|
|
3254
3250
|
traces: [{
|
|
@@ -3278,12 +3274,10 @@ const assets = {
|
|
|
3278
3274
|
display: 'pAUUU30Jun2025',
|
|
3279
3275
|
symbol: 'pAUUU-30Jun2025',
|
|
3280
3276
|
logo_URIs: {
|
|
3281
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3282
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3283
3278
|
},
|
|
3284
3279
|
images: [{
|
|
3285
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3286
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3287
3281
|
}],
|
|
3288
3282
|
type_asset: 'sdk.coin',
|
|
3289
3283
|
traces: [{
|
|
@@ -3313,12 +3307,10 @@ const assets = {
|
|
|
3313
3307
|
display: 'pAUUU31Dec2025',
|
|
3314
3308
|
symbol: 'pAUUU-31Dec2025',
|
|
3315
3309
|
logo_URIs: {
|
|
3316
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3317
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3318
3311
|
},
|
|
3319
3312
|
images: [{
|
|
3320
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3321
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3322
3314
|
}],
|
|
3323
3315
|
type_asset: 'sdk.coin',
|
|
3324
3316
|
traces: [{
|
|
@@ -3348,12 +3340,10 @@ const assets = {
|
|
|
3348
3340
|
display: 'pAUUU31Dec2026',
|
|
3349
3341
|
symbol: 'pAUUU-31Dec2026',
|
|
3350
3342
|
logo_URIs: {
|
|
3351
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3352
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3353
3344
|
},
|
|
3354
3345
|
images: [{
|
|
3355
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3356
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
3357
3347
|
}],
|
|
3358
3348
|
type_asset: 'sdk.coin',
|
|
3359
3349
|
traces: [{
|
|
@@ -5903,12 +5893,10 @@ const assets = {
|
|
|
5903
5893
|
display: 'yAUUU30Sep2024',
|
|
5904
5894
|
symbol: 'yAUUU-30Sep2024',
|
|
5905
5895
|
logo_URIs: {
|
|
5906
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5907
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5896
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5908
5897
|
},
|
|
5909
5898
|
images: [{
|
|
5910
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5911
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5912
5900
|
}],
|
|
5913
5901
|
type_asset: 'sdk.coin',
|
|
5914
5902
|
traces: [{
|
|
@@ -5938,12 +5926,10 @@ const assets = {
|
|
|
5938
5926
|
display: 'yAUUU31Dec2024',
|
|
5939
5927
|
symbol: 'yAUUU-31Dec2024',
|
|
5940
5928
|
logo_URIs: {
|
|
5941
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5942
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5943
5930
|
},
|
|
5944
5931
|
images: [{
|
|
5945
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5946
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5932
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5947
5933
|
}],
|
|
5948
5934
|
type_asset: 'sdk.coin',
|
|
5949
5935
|
traces: [{
|
|
@@ -5973,12 +5959,10 @@ const assets = {
|
|
|
5973
5959
|
display: 'yAUUU30Jun2025',
|
|
5974
5960
|
symbol: 'yAUUU-30Jun2025',
|
|
5975
5961
|
logo_URIs: {
|
|
5976
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5977
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5962
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5978
5963
|
},
|
|
5979
5964
|
images: [{
|
|
5980
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5981
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
5982
5966
|
}],
|
|
5983
5967
|
type_asset: 'sdk.coin',
|
|
5984
5968
|
traces: [{
|
|
@@ -6008,12 +5992,10 @@ const assets = {
|
|
|
6008
5992
|
display: 'yAUUU31Dec2025',
|
|
6009
5993
|
symbol: 'yAUUU-31Dec2025',
|
|
6010
5994
|
logo_URIs: {
|
|
6011
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
6012
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5995
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
6013
5996
|
},
|
|
6014
5997
|
images: [{
|
|
6015
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
6016
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5998
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
6017
5999
|
}],
|
|
6018
6000
|
type_asset: 'sdk.coin',
|
|
6019
6001
|
traces: [{
|
|
@@ -6043,12 +6025,10 @@ const assets = {
|
|
|
6043
6025
|
display: 'yAUUU31Dec2026',
|
|
6044
6026
|
symbol: 'yAUUU-31Dec2026',
|
|
6045
6027
|
logo_URIs: {
|
|
6046
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
6047
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
6028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
6048
6029
|
},
|
|
6049
6030
|
images: [{
|
|
6050
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
6051
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
6031
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
6052
6032
|
}],
|
|
6053
6033
|
type_asset: 'sdk.coin',
|
|
6054
6034
|
traces: [{
|
|
@@ -8917,13 +8897,11 @@ const assets = {
|
|
|
8917
8897
|
display: 'scrt',
|
|
8918
8898
|
symbol: 'SCRT',
|
|
8919
8899
|
logo_URIs: {
|
|
8920
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
8921
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
8900
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
8922
8901
|
},
|
|
8923
8902
|
coingecko_id: 'secret',
|
|
8924
8903
|
images: [{
|
|
8925
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
8926
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
8904
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
8927
8905
|
}],
|
|
8928
8906
|
socials: {
|
|
8929
8907
|
website: 'https://scrt.network/',
|
|
@@ -11500,12 +11478,10 @@ const assets = {
|
|
|
11500
11478
|
display: 'pAUUU30Sep2024',
|
|
11501
11479
|
symbol: 'pAUUU-30Sep2024',
|
|
11502
11480
|
logo_URIs: {
|
|
11503
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11504
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11481
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11505
11482
|
},
|
|
11506
11483
|
images: [{
|
|
11507
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11508
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11509
11485
|
}],
|
|
11510
11486
|
type_asset: 'sdk.coin',
|
|
11511
11487
|
traces: [{
|
|
@@ -11535,12 +11511,10 @@ const assets = {
|
|
|
11535
11511
|
display: 'pAUUU31Dec2024',
|
|
11536
11512
|
symbol: 'pAUUU-31Dec2024',
|
|
11537
11513
|
logo_URIs: {
|
|
11538
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11539
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11540
11515
|
},
|
|
11541
11516
|
images: [{
|
|
11542
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11543
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11544
11518
|
}],
|
|
11545
11519
|
type_asset: 'sdk.coin',
|
|
11546
11520
|
traces: [{
|
|
@@ -11570,12 +11544,10 @@ const assets = {
|
|
|
11570
11544
|
display: 'pAUUU30Jun2025',
|
|
11571
11545
|
symbol: 'pAUUU-30Jun2025',
|
|
11572
11546
|
logo_URIs: {
|
|
11573
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11574
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11575
11548
|
},
|
|
11576
11549
|
images: [{
|
|
11577
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11578
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11550
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11579
11551
|
}],
|
|
11580
11552
|
type_asset: 'sdk.coin',
|
|
11581
11553
|
traces: [{
|
|
@@ -11605,12 +11577,10 @@ const assets = {
|
|
|
11605
11577
|
display: 'pAUUU31Dec2025',
|
|
11606
11578
|
symbol: 'pAUUU-31Dec2025',
|
|
11607
11579
|
logo_URIs: {
|
|
11608
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11609
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11610
11581
|
},
|
|
11611
11582
|
images: [{
|
|
11612
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11613
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11614
11584
|
}],
|
|
11615
11585
|
type_asset: 'sdk.coin',
|
|
11616
11586
|
traces: [{
|
|
@@ -11640,12 +11610,10 @@ const assets = {
|
|
|
11640
11610
|
display: 'pAUUU31Dec2026',
|
|
11641
11611
|
symbol: 'pAUUU-31Dec2026',
|
|
11642
11612
|
logo_URIs: {
|
|
11643
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11644
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11645
11614
|
},
|
|
11646
11615
|
images: [{
|
|
11647
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11648
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11616
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
11649
11617
|
}],
|
|
11650
11618
|
type_asset: 'sdk.coin',
|
|
11651
11619
|
traces: [{
|
|
@@ -14195,12 +14163,10 @@ const assets = {
|
|
|
14195
14163
|
display: 'yAUUU30Sep2024',
|
|
14196
14164
|
symbol: 'yAUUU-30Sep2024',
|
|
14197
14165
|
logo_URIs: {
|
|
14198
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14199
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14200
14167
|
},
|
|
14201
14168
|
images: [{
|
|
14202
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14203
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14169
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14204
14170
|
}],
|
|
14205
14171
|
type_asset: 'sdk.coin',
|
|
14206
14172
|
traces: [{
|
|
@@ -14230,12 +14196,10 @@ const assets = {
|
|
|
14230
14196
|
display: 'yAUUU31Dec2024',
|
|
14231
14197
|
symbol: 'yAUUU-31Dec2024',
|
|
14232
14198
|
logo_URIs: {
|
|
14233
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14234
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14235
14200
|
},
|
|
14236
14201
|
images: [{
|
|
14237
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14238
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14239
14203
|
}],
|
|
14240
14204
|
type_asset: 'sdk.coin',
|
|
14241
14205
|
traces: [{
|
|
@@ -14265,12 +14229,10 @@ const assets = {
|
|
|
14265
14229
|
display: 'yAUUU30Jun2025',
|
|
14266
14230
|
symbol: 'yAUUU-30Jun2025',
|
|
14267
14231
|
logo_URIs: {
|
|
14268
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14269
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14270
14233
|
},
|
|
14271
14234
|
images: [{
|
|
14272
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14273
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14274
14236
|
}],
|
|
14275
14237
|
type_asset: 'sdk.coin',
|
|
14276
14238
|
traces: [{
|
|
@@ -14300,12 +14262,10 @@ const assets = {
|
|
|
14300
14262
|
display: 'yAUUU31Dec2025',
|
|
14301
14263
|
symbol: 'yAUUU-31Dec2025',
|
|
14302
14264
|
logo_URIs: {
|
|
14303
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14304
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14305
14266
|
},
|
|
14306
14267
|
images: [{
|
|
14307
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14308
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14268
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14309
14269
|
}],
|
|
14310
14270
|
type_asset: 'sdk.coin',
|
|
14311
14271
|
traces: [{
|
|
@@ -14335,12 +14295,10 @@ const assets = {
|
|
|
14335
14295
|
display: 'yAUUU31Dec2026',
|
|
14336
14296
|
symbol: 'yAUUU-31Dec2026',
|
|
14337
14297
|
logo_URIs: {
|
|
14338
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14339
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14340
14299
|
},
|
|
14341
14300
|
images: [{
|
|
14342
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14343
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
14301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
14344
14302
|
}],
|
|
14345
14303
|
type_asset: 'sdk.coin',
|
|
14346
14304
|
traces: [{
|
|
@@ -17209,13 +17167,11 @@ const assets = {
|
|
|
17209
17167
|
display: 'scrt',
|
|
17210
17168
|
symbol: 'SCRT',
|
|
17211
17169
|
logo_URIs: {
|
|
17212
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
17213
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
17170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
17214
17171
|
},
|
|
17215
17172
|
coingecko_id: 'secret',
|
|
17216
17173
|
images: [{
|
|
17217
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
17218
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
17174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
17219
17175
|
}],
|
|
17220
17176
|
socials: {
|
|
17221
17177
|
website: 'https://scrt.network/',
|
package/mainnet/irisnet.js
CHANGED
|
@@ -363,13 +363,11 @@ const assets = {
|
|
|
363
363
|
display: 'eur',
|
|
364
364
|
symbol: 'EEUR',
|
|
365
365
|
logo_URIs: {
|
|
366
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
367
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
|
|
366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
368
367
|
},
|
|
369
368
|
coingecko_id: 'e-money-eur',
|
|
370
369
|
images: [{
|
|
371
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
372
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
|
|
370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
373
371
|
}],
|
|
374
372
|
type_asset: 'sdk.coin',
|
|
375
373
|
traces: [{
|
|
@@ -399,12 +397,10 @@ const assets = {
|
|
|
399
397
|
display: 'chf',
|
|
400
398
|
symbol: 'ECHF',
|
|
401
399
|
logo_URIs: {
|
|
402
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
403
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
404
401
|
},
|
|
405
402
|
images: [{
|
|
406
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
407
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
403
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
408
404
|
}],
|
|
409
405
|
type_asset: 'sdk.coin',
|
|
410
406
|
traces: [{
|
|
@@ -434,12 +430,10 @@ const assets = {
|
|
|
434
430
|
display: 'nok',
|
|
435
431
|
symbol: 'ENOK',
|
|
436
432
|
logo_URIs: {
|
|
437
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
438
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
433
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
439
434
|
},
|
|
440
435
|
images: [{
|
|
441
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
442
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
443
437
|
}],
|
|
444
438
|
type_asset: 'sdk.coin',
|
|
445
439
|
traces: [{
|
|
@@ -469,12 +463,10 @@ const assets = {
|
|
|
469
463
|
display: 'dkk',
|
|
470
464
|
symbol: 'EDKK',
|
|
471
465
|
logo_URIs: {
|
|
472
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
473
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
474
467
|
},
|
|
475
468
|
images: [{
|
|
476
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
477
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
478
470
|
}],
|
|
479
471
|
type_asset: 'sdk.coin',
|
|
480
472
|
traces: [{
|
|
@@ -504,12 +496,10 @@ const assets = {
|
|
|
504
496
|
display: 'sek',
|
|
505
497
|
symbol: 'ESEK',
|
|
506
498
|
logo_URIs: {
|
|
507
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
508
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
499
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
509
500
|
},
|
|
510
501
|
images: [{
|
|
511
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
512
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
502
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
513
503
|
}],
|
|
514
504
|
type_asset: 'sdk.coin',
|
|
515
505
|
traces: [{
|
|
@@ -884,13 +874,11 @@ const assets = {
|
|
|
884
874
|
display: 'eur',
|
|
885
875
|
symbol: 'EEUR',
|
|
886
876
|
logo_URIs: {
|
|
887
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
888
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
|
|
877
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
889
878
|
},
|
|
890
879
|
coingecko_id: 'e-money-eur',
|
|
891
880
|
images: [{
|
|
892
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
893
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
|
|
881
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
894
882
|
}],
|
|
895
883
|
type_asset: 'sdk.coin',
|
|
896
884
|
traces: [{
|
|
@@ -920,12 +908,10 @@ const assets = {
|
|
|
920
908
|
display: 'chf',
|
|
921
909
|
symbol: 'ECHF',
|
|
922
910
|
logo_URIs: {
|
|
923
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
924
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
911
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
925
912
|
},
|
|
926
913
|
images: [{
|
|
927
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
928
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
914
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
929
915
|
}],
|
|
930
916
|
type_asset: 'sdk.coin',
|
|
931
917
|
traces: [{
|
|
@@ -955,12 +941,10 @@ const assets = {
|
|
|
955
941
|
display: 'nok',
|
|
956
942
|
symbol: 'ENOK',
|
|
957
943
|
logo_URIs: {
|
|
958
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
959
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
944
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
960
945
|
},
|
|
961
946
|
images: [{
|
|
962
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
963
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
947
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
964
948
|
}],
|
|
965
949
|
type_asset: 'sdk.coin',
|
|
966
950
|
traces: [{
|
|
@@ -990,12 +974,10 @@ const assets = {
|
|
|
990
974
|
display: 'dkk',
|
|
991
975
|
symbol: 'EDKK',
|
|
992
976
|
logo_URIs: {
|
|
993
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
994
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
977
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
995
978
|
},
|
|
996
979
|
images: [{
|
|
997
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
998
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
980
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
999
981
|
}],
|
|
1000
982
|
type_asset: 'sdk.coin',
|
|
1001
983
|
traces: [{
|
|
@@ -1025,12 +1007,10 @@ const assets = {
|
|
|
1025
1007
|
display: 'sek',
|
|
1026
1008
|
symbol: 'ESEK',
|
|
1027
1009
|
logo_URIs: {
|
|
1028
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
1029
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
1010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
1030
1011
|
},
|
|
1031
1012
|
images: [{
|
|
1032
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
1033
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
1013
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
1034
1014
|
}],
|
|
1035
1015
|
type_asset: 'sdk.coin',
|
|
1036
1016
|
traces: [{
|
package/mainnet/jackal.js
CHANGED
|
@@ -602,13 +602,11 @@ const assets = {
|
|
|
602
602
|
display: 'scrt',
|
|
603
603
|
symbol: 'SCRT',
|
|
604
604
|
logo_URIs: {
|
|
605
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
606
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
605
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
607
606
|
},
|
|
608
607
|
coingecko_id: 'secret',
|
|
609
608
|
images: [{
|
|
610
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
611
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
609
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
612
610
|
}],
|
|
613
611
|
socials: {
|
|
614
612
|
website: 'https://scrt.network/',
|
|
@@ -764,13 +762,11 @@ const assets = {
|
|
|
764
762
|
display: 'scrt',
|
|
765
763
|
symbol: 'SCRT',
|
|
766
764
|
logo_URIs: {
|
|
767
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
768
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
765
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
769
766
|
},
|
|
770
767
|
coingecko_id: 'secret',
|
|
771
768
|
images: [{
|
|
772
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
773
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
774
770
|
}],
|
|
775
771
|
socials: {
|
|
776
772
|
website: 'https://scrt.network/',
|