@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/noble.js
CHANGED
|
@@ -865,7 +865,6 @@ const assets = {
|
|
|
865
865
|
logo_URIs: {
|
|
866
866
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
867
867
|
},
|
|
868
|
-
coingecko_id: 'elys-network',
|
|
869
868
|
images: [{
|
|
870
869
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
871
870
|
}],
|
|
@@ -3323,7 +3322,6 @@ const assets = {
|
|
|
3323
3322
|
logo_URIs: {
|
|
3324
3323
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
3325
3324
|
},
|
|
3326
|
-
coingecko_id: 'elys-network',
|
|
3327
3325
|
images: [{
|
|
3328
3326
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
3329
3327
|
}],
|
|
@@ -6567,12 +6565,10 @@ const assets = {
|
|
|
6567
6565
|
display: 'pAUUU30Sep2024',
|
|
6568
6566
|
symbol: 'pAUUU-30Sep2024',
|
|
6569
6567
|
logo_URIs: {
|
|
6570
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6571
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6568
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6572
6569
|
},
|
|
6573
6570
|
images: [{
|
|
6574
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6575
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6576
6572
|
}],
|
|
6577
6573
|
type_asset: 'sdk.coin',
|
|
6578
6574
|
traces: [{
|
|
@@ -6602,12 +6598,10 @@ const assets = {
|
|
|
6602
6598
|
display: 'pAUUU31Dec2024',
|
|
6603
6599
|
symbol: 'pAUUU-31Dec2024',
|
|
6604
6600
|
logo_URIs: {
|
|
6605
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6606
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6607
6602
|
},
|
|
6608
6603
|
images: [{
|
|
6609
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6610
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6611
6605
|
}],
|
|
6612
6606
|
type_asset: 'sdk.coin',
|
|
6613
6607
|
traces: [{
|
|
@@ -6637,12 +6631,10 @@ const assets = {
|
|
|
6637
6631
|
display: 'pAUUU30Jun2025',
|
|
6638
6632
|
symbol: 'pAUUU-30Jun2025',
|
|
6639
6633
|
logo_URIs: {
|
|
6640
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6641
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6634
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6642
6635
|
},
|
|
6643
6636
|
images: [{
|
|
6644
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6645
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6646
6638
|
}],
|
|
6647
6639
|
type_asset: 'sdk.coin',
|
|
6648
6640
|
traces: [{
|
|
@@ -6672,12 +6664,10 @@ const assets = {
|
|
|
6672
6664
|
display: 'pAUUU31Dec2025',
|
|
6673
6665
|
symbol: 'pAUUU-31Dec2025',
|
|
6674
6666
|
logo_URIs: {
|
|
6675
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6676
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6677
6668
|
},
|
|
6678
6669
|
images: [{
|
|
6679
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6680
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6670
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6681
6671
|
}],
|
|
6682
6672
|
type_asset: 'sdk.coin',
|
|
6683
6673
|
traces: [{
|
|
@@ -6707,12 +6697,10 @@ const assets = {
|
|
|
6707
6697
|
display: 'pAUUU31Dec2026',
|
|
6708
6698
|
symbol: 'pAUUU-31Dec2026',
|
|
6709
6699
|
logo_URIs: {
|
|
6710
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6711
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6712
6701
|
},
|
|
6713
6702
|
images: [{
|
|
6714
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6715
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6703
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
6716
6704
|
}],
|
|
6717
6705
|
type_asset: 'sdk.coin',
|
|
6718
6706
|
traces: [{
|
|
@@ -9262,12 +9250,10 @@ const assets = {
|
|
|
9262
9250
|
display: 'yAUUU30Sep2024',
|
|
9263
9251
|
symbol: 'yAUUU-30Sep2024',
|
|
9264
9252
|
logo_URIs: {
|
|
9265
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9266
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9267
9254
|
},
|
|
9268
9255
|
images: [{
|
|
9269
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9270
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9271
9257
|
}],
|
|
9272
9258
|
type_asset: 'sdk.coin',
|
|
9273
9259
|
traces: [{
|
|
@@ -9297,12 +9283,10 @@ const assets = {
|
|
|
9297
9283
|
display: 'yAUUU31Dec2024',
|
|
9298
9284
|
symbol: 'yAUUU-31Dec2024',
|
|
9299
9285
|
logo_URIs: {
|
|
9300
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9301
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9286
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9302
9287
|
},
|
|
9303
9288
|
images: [{
|
|
9304
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9305
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9289
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9306
9290
|
}],
|
|
9307
9291
|
type_asset: 'sdk.coin',
|
|
9308
9292
|
traces: [{
|
|
@@ -9332,12 +9316,10 @@ const assets = {
|
|
|
9332
9316
|
display: 'yAUUU30Jun2025',
|
|
9333
9317
|
symbol: 'yAUUU-30Jun2025',
|
|
9334
9318
|
logo_URIs: {
|
|
9335
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9336
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9319
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9337
9320
|
},
|
|
9338
9321
|
images: [{
|
|
9339
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9340
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9341
9323
|
}],
|
|
9342
9324
|
type_asset: 'sdk.coin',
|
|
9343
9325
|
traces: [{
|
|
@@ -9367,12 +9349,10 @@ const assets = {
|
|
|
9367
9349
|
display: 'yAUUU31Dec2025',
|
|
9368
9350
|
symbol: 'yAUUU-31Dec2025',
|
|
9369
9351
|
logo_URIs: {
|
|
9370
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9371
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9372
9353
|
},
|
|
9373
9354
|
images: [{
|
|
9374
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9375
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9376
9356
|
}],
|
|
9377
9357
|
type_asset: 'sdk.coin',
|
|
9378
9358
|
traces: [{
|
|
@@ -9402,12 +9382,10 @@ const assets = {
|
|
|
9402
9382
|
display: 'yAUUU31Dec2026',
|
|
9403
9383
|
symbol: 'yAUUU-31Dec2026',
|
|
9404
9384
|
logo_URIs: {
|
|
9405
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9406
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9407
9386
|
},
|
|
9408
9387
|
images: [{
|
|
9409
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9410
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9388
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
9411
9389
|
}],
|
|
9412
9390
|
type_asset: 'sdk.coin',
|
|
9413
9391
|
traces: [{
|
|
@@ -12402,13 +12380,11 @@ const assets = {
|
|
|
12402
12380
|
display: 'scrt',
|
|
12403
12381
|
symbol: 'SCRT',
|
|
12404
12382
|
logo_URIs: {
|
|
12405
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
12406
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
12383
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
12407
12384
|
},
|
|
12408
12385
|
coingecko_id: 'secret',
|
|
12409
12386
|
images: [{
|
|
12410
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
12411
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
12387
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
12412
12388
|
}],
|
|
12413
12389
|
socials: {
|
|
12414
12390
|
website: 'https://scrt.network/',
|
|
@@ -13967,12 +13943,10 @@ const assets = {
|
|
|
13967
13943
|
display: 'stzig',
|
|
13968
13944
|
symbol: 'STZIG',
|
|
13969
13945
|
logo_URIs: {
|
|
13970
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
13971
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
13946
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
13972
13947
|
},
|
|
13973
13948
|
images: [{
|
|
13974
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
13975
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
13949
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
13976
13950
|
}],
|
|
13977
13951
|
type_asset: 'sdk.coin',
|
|
13978
13952
|
socials: {
|
|
@@ -15563,12 +15537,10 @@ const assets = {
|
|
|
15563
15537
|
display: 'pAUUU30Sep2024',
|
|
15564
15538
|
symbol: 'pAUUU-30Sep2024',
|
|
15565
15539
|
logo_URIs: {
|
|
15566
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15567
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15568
15541
|
},
|
|
15569
15542
|
images: [{
|
|
15570
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15571
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15572
15544
|
}],
|
|
15573
15545
|
type_asset: 'sdk.coin',
|
|
15574
15546
|
traces: [{
|
|
@@ -15598,12 +15570,10 @@ const assets = {
|
|
|
15598
15570
|
display: 'pAUUU31Dec2024',
|
|
15599
15571
|
symbol: 'pAUUU-31Dec2024',
|
|
15600
15572
|
logo_URIs: {
|
|
15601
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15602
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15573
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15603
15574
|
},
|
|
15604
15575
|
images: [{
|
|
15605
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15606
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15607
15577
|
}],
|
|
15608
15578
|
type_asset: 'sdk.coin',
|
|
15609
15579
|
traces: [{
|
|
@@ -15633,12 +15603,10 @@ const assets = {
|
|
|
15633
15603
|
display: 'pAUUU30Jun2025',
|
|
15634
15604
|
symbol: 'pAUUU-30Jun2025',
|
|
15635
15605
|
logo_URIs: {
|
|
15636
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15637
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15638
15607
|
},
|
|
15639
15608
|
images: [{
|
|
15640
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15641
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15609
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15642
15610
|
}],
|
|
15643
15611
|
type_asset: 'sdk.coin',
|
|
15644
15612
|
traces: [{
|
|
@@ -15668,12 +15636,10 @@ const assets = {
|
|
|
15668
15636
|
display: 'pAUUU31Dec2025',
|
|
15669
15637
|
symbol: 'pAUUU-31Dec2025',
|
|
15670
15638
|
logo_URIs: {
|
|
15671
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15672
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15673
15640
|
},
|
|
15674
15641
|
images: [{
|
|
15675
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15676
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15677
15643
|
}],
|
|
15678
15644
|
type_asset: 'sdk.coin',
|
|
15679
15645
|
traces: [{
|
|
@@ -15703,12 +15669,10 @@ const assets = {
|
|
|
15703
15669
|
display: 'pAUUU31Dec2026',
|
|
15704
15670
|
symbol: 'pAUUU-31Dec2026',
|
|
15705
15671
|
logo_URIs: {
|
|
15706
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15707
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15672
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15708
15673
|
},
|
|
15709
15674
|
images: [{
|
|
15710
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15711
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
15675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
15712
15676
|
}],
|
|
15713
15677
|
type_asset: 'sdk.coin',
|
|
15714
15678
|
traces: [{
|
|
@@ -18258,12 +18222,10 @@ const assets = {
|
|
|
18258
18222
|
display: 'yAUUU30Sep2024',
|
|
18259
18223
|
symbol: 'yAUUU-30Sep2024',
|
|
18260
18224
|
logo_URIs: {
|
|
18261
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18262
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18263
18226
|
},
|
|
18264
18227
|
images: [{
|
|
18265
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18266
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18228
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18267
18229
|
}],
|
|
18268
18230
|
type_asset: 'sdk.coin',
|
|
18269
18231
|
traces: [{
|
|
@@ -18293,12 +18255,10 @@ const assets = {
|
|
|
18293
18255
|
display: 'yAUUU31Dec2024',
|
|
18294
18256
|
symbol: 'yAUUU-31Dec2024',
|
|
18295
18257
|
logo_URIs: {
|
|
18296
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18297
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18298
18259
|
},
|
|
18299
18260
|
images: [{
|
|
18300
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18301
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18261
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18302
18262
|
}],
|
|
18303
18263
|
type_asset: 'sdk.coin',
|
|
18304
18264
|
traces: [{
|
|
@@ -18328,12 +18288,10 @@ const assets = {
|
|
|
18328
18288
|
display: 'yAUUU30Jun2025',
|
|
18329
18289
|
symbol: 'yAUUU-30Jun2025',
|
|
18330
18290
|
logo_URIs: {
|
|
18331
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18332
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18291
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18333
18292
|
},
|
|
18334
18293
|
images: [{
|
|
18335
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18336
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18294
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18337
18295
|
}],
|
|
18338
18296
|
type_asset: 'sdk.coin',
|
|
18339
18297
|
traces: [{
|
|
@@ -18363,12 +18321,10 @@ const assets = {
|
|
|
18363
18321
|
display: 'yAUUU31Dec2025',
|
|
18364
18322
|
symbol: 'yAUUU-31Dec2025',
|
|
18365
18323
|
logo_URIs: {
|
|
18366
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18367
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18368
18325
|
},
|
|
18369
18326
|
images: [{
|
|
18370
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18371
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18372
18328
|
}],
|
|
18373
18329
|
type_asset: 'sdk.coin',
|
|
18374
18330
|
traces: [{
|
|
@@ -18398,12 +18354,10 @@ const assets = {
|
|
|
18398
18354
|
display: 'yAUUU31Dec2026',
|
|
18399
18355
|
symbol: 'yAUUU-31Dec2026',
|
|
18400
18356
|
logo_URIs: {
|
|
18401
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18402
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18357
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18403
18358
|
},
|
|
18404
18359
|
images: [{
|
|
18405
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18406
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
18360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
18407
18361
|
}],
|
|
18408
18362
|
type_asset: 'sdk.coin',
|
|
18409
18363
|
traces: [{
|
|
@@ -21398,13 +21352,11 @@ const assets = {
|
|
|
21398
21352
|
display: 'scrt',
|
|
21399
21353
|
symbol: 'SCRT',
|
|
21400
21354
|
logo_URIs: {
|
|
21401
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
21402
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
21355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
21403
21356
|
},
|
|
21404
21357
|
coingecko_id: 'secret',
|
|
21405
21358
|
images: [{
|
|
21406
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
21407
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
21359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
21408
21360
|
}],
|
|
21409
21361
|
socials: {
|
|
21410
21362
|
website: 'https://scrt.network/',
|
|
@@ -22963,12 +22915,10 @@ const assets = {
|
|
|
22963
22915
|
display: 'stzig',
|
|
22964
22916
|
symbol: 'STZIG',
|
|
22965
22917
|
logo_URIs: {
|
|
22966
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
22967
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
22918
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
22968
22919
|
},
|
|
22969
22920
|
images: [{
|
|
22970
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
22971
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
22921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
|
|
22972
22922
|
}],
|
|
22973
22923
|
type_asset: 'sdk.coin',
|
|
22974
22924
|
socials: {
|
|
@@ -23160,12 +23110,10 @@ const assets = {
|
|
|
23160
23110
|
display: 'kwt',
|
|
23161
23111
|
symbol: 'KWT',
|
|
23162
23112
|
images: [{
|
|
23163
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
23164
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
23113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
23165
23114
|
}],
|
|
23166
23115
|
logo_URIs: {
|
|
23167
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
23168
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
23116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
23169
23117
|
},
|
|
23170
23118
|
traces: [{
|
|
23171
23119
|
type: 'ibc-cw20',
|
|
@@ -23198,12 +23146,10 @@ const assets = {
|
|
|
23198
23146
|
display: 'milky',
|
|
23199
23147
|
symbol: 'MILKY',
|
|
23200
23148
|
images: [{
|
|
23201
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
23202
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
23149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
23203
23150
|
}],
|
|
23204
23151
|
logo_URIs: {
|
|
23205
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
23206
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
23152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
23207
23153
|
},
|
|
23208
23154
|
traces: [{
|
|
23209
23155
|
type: 'ibc-cw20',
|
|
@@ -23358,12 +23304,10 @@ const assets = {
|
|
|
23358
23304
|
display: 'xoch',
|
|
23359
23305
|
symbol: 'xOCH',
|
|
23360
23306
|
images: [{
|
|
23361
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23362
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
23307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23363
23308
|
}],
|
|
23364
23309
|
logo_URIs: {
|
|
23365
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23366
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
23310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23367
23311
|
},
|
|
23368
23312
|
traces: [{
|
|
23369
23313
|
type: 'ibc-cw20',
|
|
@@ -23484,12 +23428,10 @@ const assets = {
|
|
|
23484
23428
|
symbol: 'OCH',
|
|
23485
23429
|
coingecko_id: 'och',
|
|
23486
23430
|
images: [{
|
|
23487
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23488
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
23431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23489
23432
|
}],
|
|
23490
23433
|
logo_URIs: {
|
|
23491
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23492
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
23434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23493
23435
|
},
|
|
23494
23436
|
traces: [{
|
|
23495
23437
|
type: 'ibc-cw20',
|
|
@@ -23676,12 +23618,10 @@ const assets = {
|
|
|
23676
23618
|
display: 'kwt',
|
|
23677
23619
|
symbol: 'KWT',
|
|
23678
23620
|
images: [{
|
|
23679
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
23680
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
23621
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
23681
23622
|
}],
|
|
23682
23623
|
logo_URIs: {
|
|
23683
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
23684
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
23624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
23685
23625
|
},
|
|
23686
23626
|
traces: [{
|
|
23687
23627
|
type: 'ibc-cw20',
|
|
@@ -23714,12 +23654,10 @@ const assets = {
|
|
|
23714
23654
|
display: 'milky',
|
|
23715
23655
|
symbol: 'MILKY',
|
|
23716
23656
|
images: [{
|
|
23717
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
23718
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
23657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
23719
23658
|
}],
|
|
23720
23659
|
logo_URIs: {
|
|
23721
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
23722
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
23660
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
23723
23661
|
},
|
|
23724
23662
|
traces: [{
|
|
23725
23663
|
type: 'ibc-cw20',
|
|
@@ -23874,12 +23812,10 @@ const assets = {
|
|
|
23874
23812
|
display: 'xoch',
|
|
23875
23813
|
symbol: 'xOCH',
|
|
23876
23814
|
images: [{
|
|
23877
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23878
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
23815
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23879
23816
|
}],
|
|
23880
23817
|
logo_URIs: {
|
|
23881
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23882
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
23818
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
23883
23819
|
},
|
|
23884
23820
|
traces: [{
|
|
23885
23821
|
type: 'ibc-cw20',
|
|
@@ -24000,12 +23936,10 @@ const assets = {
|
|
|
24000
23936
|
symbol: 'OCH',
|
|
24001
23937
|
coingecko_id: 'och',
|
|
24002
23938
|
images: [{
|
|
24003
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
24004
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
23939
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
24005
23940
|
}],
|
|
24006
23941
|
logo_URIs: {
|
|
24007
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
24008
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
23942
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
24009
23943
|
},
|
|
24010
23944
|
traces: [{
|
|
24011
23945
|
type: 'ibc-cw20',
|
package/mainnet/nolus.js
CHANGED
|
@@ -534,13 +534,11 @@ const assets = {
|
|
|
534
534
|
display: 'scrt',
|
|
535
535
|
symbol: 'SCRT',
|
|
536
536
|
logo_URIs: {
|
|
537
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
538
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
537
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
539
538
|
},
|
|
540
539
|
coingecko_id: 'secret',
|
|
541
540
|
images: [{
|
|
542
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
543
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
544
542
|
}],
|
|
545
543
|
socials: {
|
|
546
544
|
website: 'https://scrt.network/',
|
|
@@ -656,13 +654,11 @@ const assets = {
|
|
|
656
654
|
display: 'scrt',
|
|
657
655
|
symbol: 'SCRT',
|
|
658
656
|
logo_URIs: {
|
|
659
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
660
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
661
658
|
},
|
|
662
659
|
coingecko_id: 'secret',
|
|
663
660
|
images: [{
|
|
664
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
665
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
666
662
|
}],
|
|
667
663
|
socials: {
|
|
668
664
|
website: 'https://scrt.network/',
|
package/mainnet/nyx.js
CHANGED
|
@@ -334,13 +334,11 @@ const assets = {
|
|
|
334
334
|
display: 'scrt',
|
|
335
335
|
symbol: 'SCRT',
|
|
336
336
|
logo_URIs: {
|
|
337
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
338
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
339
338
|
},
|
|
340
339
|
coingecko_id: 'secret',
|
|
341
340
|
images: [{
|
|
342
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
343
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
344
342
|
}],
|
|
345
343
|
socials: {
|
|
346
344
|
website: 'https://scrt.network/',
|
|
@@ -456,13 +454,11 @@ const assets = {
|
|
|
456
454
|
display: 'scrt',
|
|
457
455
|
symbol: 'SCRT',
|
|
458
456
|
logo_URIs: {
|
|
459
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
460
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
461
458
|
},
|
|
462
459
|
coingecko_id: 'secret',
|
|
463
460
|
images: [{
|
|
464
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
465
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
466
462
|
}],
|
|
467
463
|
socials: {
|
|
468
464
|
website: 'https://scrt.network/',
|
package/mainnet/oraichain.js
CHANGED
|
@@ -918,13 +918,11 @@ const assets = {
|
|
|
918
918
|
display: 'scrt',
|
|
919
919
|
symbol: 'SCRT',
|
|
920
920
|
logo_URIs: {
|
|
921
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
922
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
923
922
|
},
|
|
924
923
|
coingecko_id: 'secret',
|
|
925
924
|
images: [{
|
|
926
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
927
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
928
926
|
}],
|
|
929
927
|
socials: {
|
|
930
928
|
website: 'https://scrt.network/',
|
|
@@ -1040,13 +1038,11 @@ const assets = {
|
|
|
1040
1038
|
display: 'scrt',
|
|
1041
1039
|
symbol: 'SCRT',
|
|
1042
1040
|
logo_URIs: {
|
|
1043
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1044
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1045
1042
|
},
|
|
1046
1043
|
coingecko_id: 'secret',
|
|
1047
1044
|
images: [{
|
|
1048
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1049
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1050
1046
|
}],
|
|
1051
1047
|
socials: {
|
|
1052
1048
|
website: 'https://scrt.network/',
|