@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/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/',
|