@chain-registry/assets 1.70.50 → 1.70.51
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 +2 -8
- package/esm/mainnet/akash.js +2 -8
- package/esm/mainnet/andromeda.js +2 -8
- package/esm/mainnet/archway.js +2 -8
- package/esm/mainnet/axelar.js +2 -8
- package/esm/mainnet/celestia.js +2 -8
- package/esm/mainnet/cheqd.js +2 -8
- package/esm/mainnet/chihuahua.js +2 -8
- package/esm/mainnet/comdex.js +2 -8
- package/esm/mainnet/composable.js +2 -8
- package/esm/mainnet/coreum.js +2 -8
- package/esm/mainnet/cosmoshub.js +2 -8
- package/esm/mainnet/crescent.js +2 -8
- package/esm/mainnet/dungeon.js +164 -0
- package/esm/mainnet/dymension.js +2 -8
- package/esm/mainnet/evmos.js +2 -8
- package/esm/mainnet/gravitybridge.js +2 -8
- package/esm/mainnet/injective.js +2 -8
- package/esm/mainnet/jackal.js +2 -8
- package/esm/mainnet/juno.js +2 -8
- package/esm/mainnet/kujira.js +2 -8
- package/esm/mainnet/migaloo.js +84 -8
- package/esm/mainnet/neutron.js +2 -8
- package/esm/mainnet/noble.js +2 -8
- package/esm/mainnet/nolus.js +2 -8
- package/esm/mainnet/nyx.js +80 -0
- package/esm/mainnet/oraichain.js +2 -8
- package/esm/mainnet/osmosis.js +2 -8
- package/esm/mainnet/persistence.js +2 -8
- package/esm/mainnet/quicksilver.js +2 -8
- package/esm/mainnet/saga.js +2 -8
- package/esm/mainnet/secretnetwork.js +170 -0
- package/esm/mainnet/sentinel.js +2 -8
- package/esm/mainnet/sifchain.js +2 -8
- package/esm/mainnet/stargaze.js +2 -8
- package/esm/mainnet/stride.js +2 -8
- package/esm/mainnet/teritori.js +2 -8
- package/esm/mainnet/terra.js +2 -8
- package/esm/mainnet/terra2.js +84 -8
- package/esm/mainnet/umee.js +2 -8
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +2 -8
- package/mainnet/akash.js +2 -8
- package/mainnet/andromeda.js +2 -8
- package/mainnet/archway.js +2 -8
- package/mainnet/axelar.js +2 -8
- package/mainnet/celestia.js +2 -8
- package/mainnet/cheqd.js +2 -8
- package/mainnet/chihuahua.js +2 -8
- package/mainnet/comdex.js +2 -8
- package/mainnet/composable.js +2 -8
- package/mainnet/coreum.js +2 -8
- package/mainnet/cosmoshub.js +2 -8
- package/mainnet/crescent.js +2 -8
- package/mainnet/dungeon.js +164 -0
- package/mainnet/dymension.js +2 -8
- package/mainnet/evmos.js +2 -8
- package/mainnet/gravitybridge.js +2 -8
- package/mainnet/injective.js +2 -8
- package/mainnet/jackal.js +2 -8
- package/mainnet/juno.js +2 -8
- package/mainnet/kujira.js +2 -8
- package/mainnet/migaloo.js +84 -8
- package/mainnet/neutron.js +2 -8
- package/mainnet/noble.js +2 -8
- package/mainnet/nolus.js +2 -8
- package/mainnet/nyx.js +80 -0
- package/mainnet/oraichain.js +2 -8
- package/mainnet/osmosis.js +2 -8
- package/mainnet/persistence.js +2 -8
- package/mainnet/quicksilver.js +2 -8
- package/mainnet/saga.js +2 -8
- package/mainnet/secretnetwork.js +170 -0
- package/mainnet/sentinel.js +2 -8
- package/mainnet/sifchain.js +2 -8
- package/mainnet/stargaze.js +2 -8
- package/mainnet/stride.js +2 -8
- package/mainnet/teritori.js +2 -8
- package/mainnet/terra.js +2 -8
- package/mainnet/terra2.js +84 -8
- package/mainnet/umee.js +2 -8
- package/package.json +5 -5
package/esm/mainnet/agoric.js
CHANGED
|
@@ -1017,10 +1017,7 @@ const assets = {
|
|
|
1017
1017
|
coingecko_id: 'secret',
|
|
1018
1018
|
images: [{
|
|
1019
1019
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1020
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1021
|
-
theme: {
|
|
1022
|
-
primary_color_hex: '#040404'
|
|
1023
|
-
}
|
|
1020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1024
1021
|
}],
|
|
1025
1022
|
socials: {
|
|
1026
1023
|
website: 'https://scrt.network/',
|
|
@@ -2137,10 +2134,7 @@ const assets = {
|
|
|
2137
2134
|
coingecko_id: 'secret',
|
|
2138
2135
|
images: [{
|
|
2139
2136
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2140
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2141
|
-
theme: {
|
|
2142
|
-
primary_color_hex: '#040404'
|
|
2143
|
-
}
|
|
2137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2144
2138
|
}],
|
|
2145
2139
|
socials: {
|
|
2146
2140
|
website: 'https://scrt.network/',
|
package/esm/mainnet/akash.js
CHANGED
|
@@ -690,10 +690,7 @@ const assets = {
|
|
|
690
690
|
coingecko_id: 'secret',
|
|
691
691
|
images: [{
|
|
692
692
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
693
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
694
|
-
theme: {
|
|
695
|
-
primary_color_hex: '#040404'
|
|
696
|
-
}
|
|
693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
697
694
|
}],
|
|
698
695
|
socials: {
|
|
699
696
|
website: 'https://scrt.network/',
|
|
@@ -1569,10 +1566,7 @@ const assets = {
|
|
|
1569
1566
|
coingecko_id: 'secret',
|
|
1570
1567
|
images: [{
|
|
1571
1568
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1572
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1573
|
-
theme: {
|
|
1574
|
-
primary_color_hex: '#040404'
|
|
1575
|
-
}
|
|
1569
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1576
1570
|
}],
|
|
1577
1571
|
socials: {
|
|
1578
1572
|
website: 'https://scrt.network/',
|
package/esm/mainnet/andromeda.js
CHANGED
|
@@ -560,10 +560,7 @@ const assets = {
|
|
|
560
560
|
coingecko_id: 'secret',
|
|
561
561
|
images: [{
|
|
562
562
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
563
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
564
|
-
theme: {
|
|
565
|
-
primary_color_hex: '#040404'
|
|
566
|
-
}
|
|
563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
567
564
|
}],
|
|
568
565
|
socials: {
|
|
569
566
|
website: 'https://scrt.network/',
|
|
@@ -1184,10 +1181,7 @@ const assets = {
|
|
|
1184
1181
|
coingecko_id: 'secret',
|
|
1185
1182
|
images: [{
|
|
1186
1183
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1187
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1188
|
-
theme: {
|
|
1189
|
-
primary_color_hex: '#040404'
|
|
1190
|
-
}
|
|
1184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1191
1185
|
}],
|
|
1192
1186
|
socials: {
|
|
1193
1187
|
website: 'https://scrt.network/',
|
package/esm/mainnet/archway.js
CHANGED
|
@@ -1462,10 +1462,7 @@ const assets = {
|
|
|
1462
1462
|
coingecko_id: 'secret',
|
|
1463
1463
|
images: [{
|
|
1464
1464
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1465
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1466
|
-
theme: {
|
|
1467
|
-
primary_color_hex: '#040404'
|
|
1468
|
-
}
|
|
1465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1469
1466
|
}],
|
|
1470
1467
|
socials: {
|
|
1471
1468
|
website: 'https://scrt.network/',
|
|
@@ -2703,10 +2700,7 @@ const assets = {
|
|
|
2703
2700
|
coingecko_id: 'secret',
|
|
2704
2701
|
images: [{
|
|
2705
2702
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2706
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2707
|
-
theme: {
|
|
2708
|
-
primary_color_hex: '#040404'
|
|
2709
|
-
}
|
|
2703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2710
2704
|
}],
|
|
2711
2705
|
socials: {
|
|
2712
2706
|
website: 'https://scrt.network/',
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -5441,10 +5441,7 @@ const assets = {
|
|
|
5441
5441
|
coingecko_id: 'secret',
|
|
5442
5442
|
images: [{
|
|
5443
5443
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
5444
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5445
|
-
theme: {
|
|
5446
|
-
primary_color_hex: '#040404'
|
|
5447
|
-
}
|
|
5444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5448
5445
|
}],
|
|
5449
5446
|
socials: {
|
|
5450
5447
|
website: 'https://scrt.network/',
|
|
@@ -10630,10 +10627,7 @@ const assets = {
|
|
|
10630
10627
|
coingecko_id: 'secret',
|
|
10631
10628
|
images: [{
|
|
10632
10629
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
10633
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10634
|
-
theme: {
|
|
10635
|
-
primary_color_hex: '#040404'
|
|
10636
|
-
}
|
|
10630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10637
10631
|
}],
|
|
10638
10632
|
socials: {
|
|
10639
10633
|
website: 'https://scrt.network/',
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -3807,10 +3807,7 @@ const assets = {
|
|
|
3807
3807
|
coingecko_id: 'secret',
|
|
3808
3808
|
images: [{
|
|
3809
3809
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3810
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3811
|
-
theme: {
|
|
3812
|
-
primary_color_hex: '#040404'
|
|
3813
|
-
}
|
|
3810
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3814
3811
|
}],
|
|
3815
3812
|
socials: {
|
|
3816
3813
|
website: 'https://scrt.network/',
|
|
@@ -7717,10 +7714,7 @@ const assets = {
|
|
|
7717
7714
|
coingecko_id: 'secret',
|
|
7718
7715
|
images: [{
|
|
7719
7716
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
7720
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7721
|
-
theme: {
|
|
7722
|
-
primary_color_hex: '#040404'
|
|
7723
|
-
}
|
|
7717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7724
7718
|
}],
|
|
7725
7719
|
socials: {
|
|
7726
7720
|
website: 'https://scrt.network/',
|
package/esm/mainnet/cheqd.js
CHANGED
|
@@ -153,10 +153,7 @@ const assets = {
|
|
|
153
153
|
coingecko_id: 'secret',
|
|
154
154
|
images: [{
|
|
155
155
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
156
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
157
|
-
theme: {
|
|
158
|
-
primary_color_hex: '#040404'
|
|
159
|
-
}
|
|
156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
160
157
|
}],
|
|
161
158
|
socials: {
|
|
162
159
|
website: 'https://scrt.network/',
|
|
@@ -370,10 +367,7 @@ const assets = {
|
|
|
370
367
|
coingecko_id: 'secret',
|
|
371
368
|
images: [{
|
|
372
369
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
373
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
374
|
-
theme: {
|
|
375
|
-
primary_color_hex: '#040404'
|
|
376
|
-
}
|
|
370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
377
371
|
}],
|
|
378
372
|
socials: {
|
|
379
373
|
website: 'https://scrt.network/',
|
package/esm/mainnet/chihuahua.js
CHANGED
|
@@ -427,10 +427,7 @@ const assets = {
|
|
|
427
427
|
coingecko_id: 'secret',
|
|
428
428
|
images: [{
|
|
429
429
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
430
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
431
|
-
theme: {
|
|
432
|
-
primary_color_hex: '#040404'
|
|
433
|
-
}
|
|
430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
434
431
|
}],
|
|
435
432
|
socials: {
|
|
436
433
|
website: 'https://scrt.network/',
|
|
@@ -909,10 +906,7 @@ const assets = {
|
|
|
909
906
|
coingecko_id: 'secret',
|
|
910
907
|
images: [{
|
|
911
908
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
912
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
913
|
-
theme: {
|
|
914
|
-
primary_color_hex: '#040404'
|
|
915
|
-
}
|
|
909
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
916
910
|
}],
|
|
917
911
|
socials: {
|
|
918
912
|
website: 'https://scrt.network/',
|
package/esm/mainnet/comdex.js
CHANGED
|
@@ -357,10 +357,7 @@ const assets = {
|
|
|
357
357
|
coingecko_id: 'secret',
|
|
358
358
|
images: [{
|
|
359
359
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
360
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
361
|
-
theme: {
|
|
362
|
-
primary_color_hex: '#040404'
|
|
363
|
-
}
|
|
360
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
364
361
|
}],
|
|
365
362
|
socials: {
|
|
366
363
|
website: 'https://scrt.network/',
|
|
@@ -821,10 +818,7 @@ const assets = {
|
|
|
821
818
|
coingecko_id: 'secret',
|
|
822
819
|
images: [{
|
|
823
820
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
824
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
825
|
-
theme: {
|
|
826
|
-
primary_color_hex: '#040404'
|
|
827
|
-
}
|
|
821
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
828
822
|
}],
|
|
829
823
|
socials: {
|
|
830
824
|
website: 'https://scrt.network/',
|
|
@@ -3498,10 +3498,7 @@ const assets = {
|
|
|
3498
3498
|
coingecko_id: 'secret',
|
|
3499
3499
|
images: [{
|
|
3500
3500
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3501
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3502
|
-
theme: {
|
|
3503
|
-
primary_color_hex: '#040404'
|
|
3504
|
-
}
|
|
3501
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3505
3502
|
}],
|
|
3506
3503
|
socials: {
|
|
3507
3504
|
website: 'https://scrt.network/',
|
|
@@ -4889,10 +4886,7 @@ const assets = {
|
|
|
4889
4886
|
coingecko_id: 'secret',
|
|
4890
4887
|
images: [{
|
|
4891
4888
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4892
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4893
|
-
theme: {
|
|
4894
|
-
primary_color_hex: '#040404'
|
|
4895
|
-
}
|
|
4889
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4896
4890
|
}],
|
|
4897
4891
|
socials: {
|
|
4898
4892
|
website: 'https://scrt.network/',
|
package/esm/mainnet/coreum.js
CHANGED
|
@@ -983,10 +983,7 @@ const assets = {
|
|
|
983
983
|
coingecko_id: 'secret',
|
|
984
984
|
images: [{
|
|
985
985
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
986
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
987
|
-
theme: {
|
|
988
|
-
primary_color_hex: '#040404'
|
|
989
|
-
}
|
|
986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
990
987
|
}],
|
|
991
988
|
socials: {
|
|
992
989
|
website: 'https://scrt.network/',
|
|
@@ -1815,10 +1812,7 @@ const assets = {
|
|
|
1815
1812
|
coingecko_id: 'secret',
|
|
1816
1813
|
images: [{
|
|
1817
1814
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1818
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1819
|
-
theme: {
|
|
1820
|
-
primary_color_hex: '#040404'
|
|
1821
|
-
}
|
|
1815
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1822
1816
|
}],
|
|
1823
1817
|
socials: {
|
|
1824
1818
|
website: 'https://scrt.network/',
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -7254,10 +7254,7 @@ const assets = {
|
|
|
7254
7254
|
coingecko_id: 'secret',
|
|
7255
7255
|
images: [{
|
|
7256
7256
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
7257
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7258
|
-
theme: {
|
|
7259
|
-
primary_color_hex: '#040404'
|
|
7260
|
-
}
|
|
7257
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7261
7258
|
}],
|
|
7262
7259
|
socials: {
|
|
7263
7260
|
website: 'https://scrt.network/',
|
|
@@ -13162,10 +13159,7 @@ const assets = {
|
|
|
13162
13159
|
coingecko_id: 'secret',
|
|
13163
13160
|
images: [{
|
|
13164
13161
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
13165
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
13166
|
-
theme: {
|
|
13167
|
-
primary_color_hex: '#040404'
|
|
13168
|
-
}
|
|
13162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
13169
13163
|
}],
|
|
13170
13164
|
socials: {
|
|
13171
13165
|
website: 'https://scrt.network/',
|
package/esm/mainnet/crescent.js
CHANGED
|
@@ -1658,10 +1658,7 @@ const assets = {
|
|
|
1658
1658
|
coingecko_id: 'secret',
|
|
1659
1659
|
images: [{
|
|
1660
1660
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1661
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1662
|
-
theme: {
|
|
1663
|
-
primary_color_hex: '#040404'
|
|
1664
|
-
}
|
|
1661
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1665
1662
|
}],
|
|
1666
1663
|
socials: {
|
|
1667
1664
|
website: 'https://scrt.network/',
|
|
@@ -3934,10 +3931,7 @@ const assets = {
|
|
|
3934
3931
|
coingecko_id: 'secret',
|
|
3935
3932
|
images: [{
|
|
3936
3933
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3937
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3938
|
-
theme: {
|
|
3939
|
-
primary_color_hex: '#040404'
|
|
3940
|
-
}
|
|
3934
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3941
3935
|
}],
|
|
3942
3936
|
socials: {
|
|
3943
3937
|
website: 'https://scrt.network/',
|
package/esm/mainnet/dungeon.js
CHANGED
|
@@ -87,6 +87,45 @@ const assets = {
|
|
|
87
87
|
}
|
|
88
88
|
}]
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
94
|
+
exponent: 0,
|
|
95
|
+
aliases: ['uwhale']
|
|
96
|
+
}, {
|
|
97
|
+
denom: 'whale',
|
|
98
|
+
exponent: 6
|
|
99
|
+
}],
|
|
100
|
+
base: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
101
|
+
name: 'Whale',
|
|
102
|
+
display: 'whale',
|
|
103
|
+
symbol: 'WHALE',
|
|
104
|
+
logo_URIs: {
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
107
|
+
},
|
|
108
|
+
coingecko_id: 'white-whale',
|
|
109
|
+
images: [{
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
112
|
+
theme: {
|
|
113
|
+
primary_color_hex: '#1c1c1c'
|
|
114
|
+
}
|
|
115
|
+
}],
|
|
116
|
+
type_asset: 'sdk.coin',
|
|
117
|
+
traces: [{
|
|
118
|
+
type: 'ibc',
|
|
119
|
+
counterparty: {
|
|
120
|
+
channel_id: 'channel-142',
|
|
121
|
+
base_denom: 'uwhale',
|
|
122
|
+
chain_name: 'migaloo'
|
|
123
|
+
},
|
|
124
|
+
chain: {
|
|
125
|
+
channel_id: 'channel-6'
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
90
129
|
{
|
|
91
130
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
92
131
|
denom_units: [{
|
|
@@ -371,6 +410,88 @@ const assets = {
|
|
|
371
410
|
}
|
|
372
411
|
}]
|
|
373
412
|
},
|
|
413
|
+
{
|
|
414
|
+
description: 'The native staking token of Terra.',
|
|
415
|
+
denom_units: [{
|
|
416
|
+
denom: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
417
|
+
exponent: 0,
|
|
418
|
+
aliases: ['uluna']
|
|
419
|
+
}, {
|
|
420
|
+
denom: 'luna',
|
|
421
|
+
exponent: 6
|
|
422
|
+
}],
|
|
423
|
+
base: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
424
|
+
name: 'Luna',
|
|
425
|
+
display: 'luna',
|
|
426
|
+
symbol: 'LUNA',
|
|
427
|
+
logo_URIs: {
|
|
428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
430
|
+
},
|
|
431
|
+
coingecko_id: 'terra-luna-2',
|
|
432
|
+
images: [{
|
|
433
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
434
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
|
|
435
|
+
theme: {
|
|
436
|
+
primary_color_hex: '#f4de6f'
|
|
437
|
+
}
|
|
438
|
+
}],
|
|
439
|
+
socials: {
|
|
440
|
+
website: 'https://www.terra.money/',
|
|
441
|
+
twitter: 'https://twitter.com/terra_money'
|
|
442
|
+
},
|
|
443
|
+
type_asset: 'sdk.coin',
|
|
444
|
+
traces: [{
|
|
445
|
+
type: 'ibc',
|
|
446
|
+
counterparty: {
|
|
447
|
+
channel_id: 'channel-582',
|
|
448
|
+
base_denom: 'uluna',
|
|
449
|
+
chain_name: 'terra2'
|
|
450
|
+
},
|
|
451
|
+
chain: {
|
|
452
|
+
channel_id: 'channel-7'
|
|
453
|
+
}
|
|
454
|
+
}]
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
458
|
+
denom_units: [{
|
|
459
|
+
denom: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
460
|
+
exponent: 0,
|
|
461
|
+
aliases: ['uwhale']
|
|
462
|
+
}, {
|
|
463
|
+
denom: 'whale',
|
|
464
|
+
exponent: 6
|
|
465
|
+
}],
|
|
466
|
+
base: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
467
|
+
name: 'Whale',
|
|
468
|
+
display: 'whale',
|
|
469
|
+
symbol: 'WHALE',
|
|
470
|
+
logo_URIs: {
|
|
471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
473
|
+
},
|
|
474
|
+
coingecko_id: 'white-whale',
|
|
475
|
+
images: [{
|
|
476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
477
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
478
|
+
theme: {
|
|
479
|
+
primary_color_hex: '#1c1c1c'
|
|
480
|
+
}
|
|
481
|
+
}],
|
|
482
|
+
type_asset: 'sdk.coin',
|
|
483
|
+
traces: [{
|
|
484
|
+
type: 'ibc',
|
|
485
|
+
counterparty: {
|
|
486
|
+
channel_id: 'channel-142',
|
|
487
|
+
base_denom: 'uwhale',
|
|
488
|
+
chain_name: 'migaloo'
|
|
489
|
+
},
|
|
490
|
+
chain: {
|
|
491
|
+
channel_id: 'channel-6'
|
|
492
|
+
}
|
|
493
|
+
}]
|
|
494
|
+
},
|
|
374
495
|
{
|
|
375
496
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
376
497
|
denom_units: [{
|
|
@@ -654,6 +775,49 @@ const assets = {
|
|
|
654
775
|
channel_id: 'channel-5'
|
|
655
776
|
}
|
|
656
777
|
}]
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
description: 'The native staking token of Terra.',
|
|
781
|
+
denom_units: [{
|
|
782
|
+
denom: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
783
|
+
exponent: 0,
|
|
784
|
+
aliases: ['uluna']
|
|
785
|
+
}, {
|
|
786
|
+
denom: 'luna',
|
|
787
|
+
exponent: 6
|
|
788
|
+
}],
|
|
789
|
+
base: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
790
|
+
name: 'Luna',
|
|
791
|
+
display: 'luna',
|
|
792
|
+
symbol: 'LUNA',
|
|
793
|
+
logo_URIs: {
|
|
794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
796
|
+
},
|
|
797
|
+
coingecko_id: 'terra-luna-2',
|
|
798
|
+
images: [{
|
|
799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
800
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
|
|
801
|
+
theme: {
|
|
802
|
+
primary_color_hex: '#f4de6f'
|
|
803
|
+
}
|
|
804
|
+
}],
|
|
805
|
+
socials: {
|
|
806
|
+
website: 'https://www.terra.money/',
|
|
807
|
+
twitter: 'https://twitter.com/terra_money'
|
|
808
|
+
},
|
|
809
|
+
type_asset: 'sdk.coin',
|
|
810
|
+
traces: [{
|
|
811
|
+
type: 'ibc',
|
|
812
|
+
counterparty: {
|
|
813
|
+
channel_id: 'channel-582',
|
|
814
|
+
base_denom: 'uluna',
|
|
815
|
+
chain_name: 'terra2'
|
|
816
|
+
},
|
|
817
|
+
chain: {
|
|
818
|
+
channel_id: 'channel-7'
|
|
819
|
+
}
|
|
820
|
+
}]
|
|
657
821
|
}
|
|
658
822
|
]
|
|
659
823
|
};
|
package/esm/mainnet/dymension.js
CHANGED
|
@@ -1306,10 +1306,7 @@ const assets = {
|
|
|
1306
1306
|
coingecko_id: 'secret',
|
|
1307
1307
|
images: [{
|
|
1308
1308
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1309
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1310
|
-
theme: {
|
|
1311
|
-
primary_color_hex: '#040404'
|
|
1312
|
-
}
|
|
1309
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1313
1310
|
}],
|
|
1314
1311
|
socials: {
|
|
1315
1312
|
website: 'https://scrt.network/',
|
|
@@ -2250,10 +2247,7 @@ const assets = {
|
|
|
2250
2247
|
coingecko_id: 'secret',
|
|
2251
2248
|
images: [{
|
|
2252
2249
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2253
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2254
|
-
theme: {
|
|
2255
|
-
primary_color_hex: '#040404'
|
|
2256
|
-
}
|
|
2250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2257
2251
|
}],
|
|
2258
2252
|
socials: {
|
|
2259
2253
|
website: 'https://scrt.network/',
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -2334,10 +2334,7 @@ const assets = {
|
|
|
2334
2334
|
coingecko_id: 'secret',
|
|
2335
2335
|
images: [{
|
|
2336
2336
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2337
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2338
|
-
theme: {
|
|
2339
|
-
primary_color_hex: '#040404'
|
|
2340
|
-
}
|
|
2337
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2341
2338
|
}],
|
|
2342
2339
|
socials: {
|
|
2343
2340
|
website: 'https://scrt.network/',
|
|
@@ -3383,10 +3380,7 @@ const assets = {
|
|
|
3383
3380
|
coingecko_id: 'secret',
|
|
3384
3381
|
images: [{
|
|
3385
3382
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3386
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3387
|
-
theme: {
|
|
3388
|
-
primary_color_hex: '#040404'
|
|
3389
|
-
}
|
|
3383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3390
3384
|
}],
|
|
3391
3385
|
socials: {
|
|
3392
3386
|
website: 'https://scrt.network/',
|
|
@@ -1778,10 +1778,7 @@ const assets = {
|
|
|
1778
1778
|
coingecko_id: 'secret',
|
|
1779
1779
|
images: [{
|
|
1780
1780
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1781
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1782
|
-
theme: {
|
|
1783
|
-
primary_color_hex: '#040404'
|
|
1784
|
-
}
|
|
1781
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1785
1782
|
}],
|
|
1786
1783
|
socials: {
|
|
1787
1784
|
website: 'https://scrt.network/',
|
|
@@ -2296,10 +2293,7 @@ const assets = {
|
|
|
2296
2293
|
coingecko_id: 'secret',
|
|
2297
2294
|
images: [{
|
|
2298
2295
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2299
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2300
|
-
theme: {
|
|
2301
|
-
primary_color_hex: '#040404'
|
|
2302
|
-
}
|
|
2296
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2303
2297
|
}],
|
|
2304
2298
|
socials: {
|
|
2305
2299
|
website: 'https://scrt.network/',
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -4851,10 +4851,7 @@ const assets = {
|
|
|
4851
4851
|
coingecko_id: 'secret',
|
|
4852
4852
|
images: [{
|
|
4853
4853
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4854
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4855
|
-
theme: {
|
|
4856
|
-
primary_color_hex: '#040404'
|
|
4857
|
-
}
|
|
4854
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4858
4855
|
}],
|
|
4859
4856
|
socials: {
|
|
4860
4857
|
website: 'https://scrt.network/',
|
|
@@ -8942,10 +8939,7 @@ const assets = {
|
|
|
8942
8939
|
coingecko_id: 'secret',
|
|
8943
8940
|
images: [{
|
|
8944
8941
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
8945
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
8946
|
-
theme: {
|
|
8947
|
-
primary_color_hex: '#040404'
|
|
8948
|
-
}
|
|
8942
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
8949
8943
|
}],
|
|
8950
8944
|
socials: {
|
|
8951
8945
|
website: 'https://scrt.network/',
|
package/esm/mainnet/jackal.js
CHANGED
|
@@ -561,10 +561,7 @@ const assets = {
|
|
|
561
561
|
coingecko_id: 'secret',
|
|
562
562
|
images: [{
|
|
563
563
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
564
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
565
|
-
theme: {
|
|
566
|
-
primary_color_hex: '#040404'
|
|
567
|
-
}
|
|
564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
568
565
|
}],
|
|
569
566
|
socials: {
|
|
570
567
|
website: 'https://scrt.network/',
|
|
@@ -735,10 +732,7 @@ const assets = {
|
|
|
735
732
|
coingecko_id: 'secret',
|
|
736
733
|
images: [{
|
|
737
734
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
738
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
739
|
-
theme: {
|
|
740
|
-
primary_color_hex: '#040404'
|
|
741
|
-
}
|
|
735
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
742
736
|
}],
|
|
743
737
|
socials: {
|
|
744
738
|
website: 'https://scrt.network/',
|