@chain-registry/assets 1.70.50 → 1.70.52
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/assets.js +2 -1
- package/esm/mainnet/axelar.js +1288 -34
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1385 -45
- 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 +1364 -24
- package/esm/mainnet/crescent.js +2 -8
- package/esm/mainnet/dungeon.js +164 -0
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/dymension.js +2 -8
- package/esm/mainnet/evmos.js +2 -8
- package/esm/mainnet/gravitybridge.js +2 -8
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1288 -34
- 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/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1288 -34
- package/esm/mainnet/noble.js +1288 -34
- 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 +1364 -24
- 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 +1288 -34
- package/esm/mainnet/teritori.js +2 -8
- package/esm/mainnet/terra.js +2 -8
- package/esm/mainnet/terra2.js +1387 -51
- 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/assets.js +2 -1
- package/mainnet/axelar.js +1288 -34
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1385 -45
- 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 +1364 -24
- package/mainnet/crescent.js +2 -8
- package/mainnet/dungeon.js +164 -0
- package/mainnet/dydx.js +1286 -26
- package/mainnet/dymension.js +2 -8
- package/mainnet/evmos.js +2 -8
- package/mainnet/gravitybridge.js +2 -8
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1288 -34
- 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/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1288 -34
- package/mainnet/noble.js +1288 -34
- package/mainnet/nolus.js +2 -8
- package/mainnet/nyx.js +80 -0
- package/mainnet/oraichain.js +2 -8
- package/mainnet/osmosis.js +1364 -24
- 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 +1288 -34
- package/mainnet/teritori.js +2 -8
- package/mainnet/terra.js +2 -8
- package/mainnet/terra2.js +1387 -51
- package/mainnet/umee.js +2 -8
- package/package.json +5 -5
package/mainnet/cheqd.js
CHANGED
|
@@ -155,10 +155,7 @@ const assets = {
|
|
|
155
155
|
coingecko_id: 'secret',
|
|
156
156
|
images: [{
|
|
157
157
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
158
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
159
|
-
theme: {
|
|
160
|
-
primary_color_hex: '#040404'
|
|
161
|
-
}
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
162
159
|
}],
|
|
163
160
|
socials: {
|
|
164
161
|
website: 'https://scrt.network/',
|
|
@@ -372,10 +369,7 @@ const assets = {
|
|
|
372
369
|
coingecko_id: 'secret',
|
|
373
370
|
images: [{
|
|
374
371
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
375
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
376
|
-
theme: {
|
|
377
|
-
primary_color_hex: '#040404'
|
|
378
|
-
}
|
|
372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
379
373
|
}],
|
|
380
374
|
socials: {
|
|
381
375
|
website: 'https://scrt.network/',
|
package/mainnet/chihuahua.js
CHANGED
|
@@ -429,10 +429,7 @@ const assets = {
|
|
|
429
429
|
coingecko_id: 'secret',
|
|
430
430
|
images: [{
|
|
431
431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
432
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
433
|
-
theme: {
|
|
434
|
-
primary_color_hex: '#040404'
|
|
435
|
-
}
|
|
432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
436
433
|
}],
|
|
437
434
|
socials: {
|
|
438
435
|
website: 'https://scrt.network/',
|
|
@@ -911,10 +908,7 @@ const assets = {
|
|
|
911
908
|
coingecko_id: 'secret',
|
|
912
909
|
images: [{
|
|
913
910
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
914
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
915
|
-
theme: {
|
|
916
|
-
primary_color_hex: '#040404'
|
|
917
|
-
}
|
|
911
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
918
912
|
}],
|
|
919
913
|
socials: {
|
|
920
914
|
website: 'https://scrt.network/',
|
package/mainnet/comdex.js
CHANGED
|
@@ -359,10 +359,7 @@ const assets = {
|
|
|
359
359
|
coingecko_id: 'secret',
|
|
360
360
|
images: [{
|
|
361
361
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
362
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
363
|
-
theme: {
|
|
364
|
-
primary_color_hex: '#040404'
|
|
365
|
-
}
|
|
362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
366
363
|
}],
|
|
367
364
|
socials: {
|
|
368
365
|
website: 'https://scrt.network/',
|
|
@@ -823,10 +820,7 @@ const assets = {
|
|
|
823
820
|
coingecko_id: 'secret',
|
|
824
821
|
images: [{
|
|
825
822
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
826
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
827
|
-
theme: {
|
|
828
|
-
primary_color_hex: '#040404'
|
|
829
|
-
}
|
|
823
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
830
824
|
}],
|
|
831
825
|
socials: {
|
|
832
826
|
website: 'https://scrt.network/',
|
package/mainnet/composable.js
CHANGED
|
@@ -3500,10 +3500,7 @@ const assets = {
|
|
|
3500
3500
|
coingecko_id: 'secret',
|
|
3501
3501
|
images: [{
|
|
3502
3502
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3503
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3504
|
-
theme: {
|
|
3505
|
-
primary_color_hex: '#040404'
|
|
3506
|
-
}
|
|
3503
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3507
3504
|
}],
|
|
3508
3505
|
socials: {
|
|
3509
3506
|
website: 'https://scrt.network/',
|
|
@@ -4891,10 +4888,7 @@ const assets = {
|
|
|
4891
4888
|
coingecko_id: 'secret',
|
|
4892
4889
|
images: [{
|
|
4893
4890
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4894
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4895
|
-
theme: {
|
|
4896
|
-
primary_color_hex: '#040404'
|
|
4897
|
-
}
|
|
4891
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4898
4892
|
}],
|
|
4899
4893
|
socials: {
|
|
4900
4894
|
website: 'https://scrt.network/',
|
package/mainnet/coreum.js
CHANGED
|
@@ -985,10 +985,7 @@ const assets = {
|
|
|
985
985
|
coingecko_id: 'secret',
|
|
986
986
|
images: [{
|
|
987
987
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
988
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
989
|
-
theme: {
|
|
990
|
-
primary_color_hex: '#040404'
|
|
991
|
-
}
|
|
988
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
992
989
|
}],
|
|
993
990
|
socials: {
|
|
994
991
|
website: 'https://scrt.network/',
|
|
@@ -1817,10 +1814,7 @@ const assets = {
|
|
|
1817
1814
|
coingecko_id: 'secret',
|
|
1818
1815
|
images: [{
|
|
1819
1816
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1820
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1821
|
-
theme: {
|
|
1822
|
-
primary_color_hex: '#040404'
|
|
1823
|
-
}
|
|
1817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1824
1818
|
}],
|
|
1825
1819
|
socials: {
|
|
1826
1820
|
website: 'https://scrt.network/',
|