@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/persistence.js
CHANGED
|
@@ -3154,10 +3154,7 @@ const assets = {
|
|
|
3154
3154
|
coingecko_id: 'secret',
|
|
3155
3155
|
images: [{
|
|
3156
3156
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3157
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3158
|
-
theme: {
|
|
3159
|
-
primary_color_hex: '#040404'
|
|
3160
|
-
}
|
|
3157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3161
3158
|
}],
|
|
3162
3159
|
socials: {
|
|
3163
3160
|
website: 'https://scrt.network/',
|
|
@@ -3571,10 +3568,7 @@ const assets = {
|
|
|
3571
3568
|
coingecko_id: 'secret',
|
|
3572
3569
|
images: [{
|
|
3573
3570
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3574
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3575
|
-
theme: {
|
|
3576
|
-
primary_color_hex: '#040404'
|
|
3577
|
-
}
|
|
3571
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3578
3572
|
}],
|
|
3579
3573
|
socials: {
|
|
3580
3574
|
website: 'https://scrt.network/',
|
package/mainnet/quicksilver.js
CHANGED
|
@@ -712,10 +712,7 @@ const assets = {
|
|
|
712
712
|
coingecko_id: 'secret',
|
|
713
713
|
images: [{
|
|
714
714
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
715
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
716
|
-
theme: {
|
|
717
|
-
primary_color_hex: '#040404'
|
|
718
|
-
}
|
|
715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
719
716
|
}],
|
|
720
717
|
socials: {
|
|
721
718
|
website: 'https://scrt.network/',
|
|
@@ -919,10 +916,7 @@ const assets = {
|
|
|
919
916
|
coingecko_id: 'secret',
|
|
920
917
|
images: [{
|
|
921
918
|
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'
|
|
923
|
-
theme: {
|
|
924
|
-
primary_color_hex: '#040404'
|
|
925
|
-
}
|
|
919
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
926
920
|
}],
|
|
927
921
|
socials: {
|
|
928
922
|
website: 'https://scrt.network/',
|
package/mainnet/saga.js
CHANGED
|
@@ -592,10 +592,7 @@ const assets = {
|
|
|
592
592
|
coingecko_id: 'secret',
|
|
593
593
|
images: [{
|
|
594
594
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
595
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
596
|
-
theme: {
|
|
597
|
-
primary_color_hex: '#040404'
|
|
598
|
-
}
|
|
595
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
599
596
|
}],
|
|
600
597
|
socials: {
|
|
601
598
|
website: 'https://scrt.network/',
|
|
@@ -678,10 +675,7 @@ const assets = {
|
|
|
678
675
|
coingecko_id: 'secret',
|
|
679
676
|
images: [{
|
|
680
677
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
681
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
682
|
-
theme: {
|
|
683
|
-
primary_color_hex: '#040404'
|
|
684
|
-
}
|
|
678
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
685
679
|
}],
|
|
686
680
|
socials: {
|
|
687
681
|
website: 'https://scrt.network/',
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1708,6 +1708,91 @@ const assets = {
|
|
|
1708
1708
|
}
|
|
1709
1709
|
}]
|
|
1710
1710
|
},
|
|
1711
|
+
{
|
|
1712
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
1713
|
+
denom_units: [{
|
|
1714
|
+
denom: 'ibc/D08C48DD2EC0510E9B4610ECE180AB104DDFF69FB42497E187058E2D42B9C71B',
|
|
1715
|
+
exponent: 0,
|
|
1716
|
+
aliases: ['unyx']
|
|
1717
|
+
}, {
|
|
1718
|
+
denom: 'nyx',
|
|
1719
|
+
exponent: 6
|
|
1720
|
+
}],
|
|
1721
|
+
base: 'ibc/D08C48DD2EC0510E9B4610ECE180AB104DDFF69FB42497E187058E2D42B9C71B',
|
|
1722
|
+
name: 'NYX',
|
|
1723
|
+
display: 'nyx',
|
|
1724
|
+
symbol: 'NYX',
|
|
1725
|
+
logo_URIs: {
|
|
1726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
1727
|
+
},
|
|
1728
|
+
images: [{
|
|
1729
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
1730
|
+
theme: {
|
|
1731
|
+
primary_color_hex: '#f45135'
|
|
1732
|
+
}
|
|
1733
|
+
}],
|
|
1734
|
+
type_asset: 'sdk.coin',
|
|
1735
|
+
traces: [{
|
|
1736
|
+
type: 'ibc',
|
|
1737
|
+
counterparty: {
|
|
1738
|
+
channel_id: 'channel-12',
|
|
1739
|
+
base_denom: 'unyx',
|
|
1740
|
+
chain_name: 'nyx'
|
|
1741
|
+
},
|
|
1742
|
+
chain: {
|
|
1743
|
+
channel_id: 'channel-174'
|
|
1744
|
+
}
|
|
1745
|
+
}]
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
1749
|
+
denom_units: [{
|
|
1750
|
+
denom: 'ibc/3D94B1D3EA1E52407BC69A78BC0A52D2440F0524F5268B899B67F18DEACB0B5F',
|
|
1751
|
+
exponent: 0,
|
|
1752
|
+
aliases: ['unym']
|
|
1753
|
+
}, {
|
|
1754
|
+
denom: 'nym',
|
|
1755
|
+
exponent: 6
|
|
1756
|
+
}],
|
|
1757
|
+
base: 'ibc/3D94B1D3EA1E52407BC69A78BC0A52D2440F0524F5268B899B67F18DEACB0B5F',
|
|
1758
|
+
name: 'NYM',
|
|
1759
|
+
display: 'nym',
|
|
1760
|
+
symbol: 'NYM',
|
|
1761
|
+
logo_URIs: {
|
|
1762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
1763
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
1764
|
+
},
|
|
1765
|
+
coingecko_id: 'nym',
|
|
1766
|
+
images: [{
|
|
1767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
1768
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
1769
|
+
theme: {
|
|
1770
|
+
dark_mode: false,
|
|
1771
|
+
circle: true,
|
|
1772
|
+
primary_color_hex: '#151525'
|
|
1773
|
+
}
|
|
1774
|
+
}, {
|
|
1775
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
1776
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
1777
|
+
theme: {
|
|
1778
|
+
dark_mode: true,
|
|
1779
|
+
circle: true,
|
|
1780
|
+
primary_color_hex: '#141424'
|
|
1781
|
+
}
|
|
1782
|
+
}],
|
|
1783
|
+
type_asset: 'sdk.coin',
|
|
1784
|
+
traces: [{
|
|
1785
|
+
type: 'ibc',
|
|
1786
|
+
counterparty: {
|
|
1787
|
+
channel_id: 'channel-12',
|
|
1788
|
+
base_denom: 'unym',
|
|
1789
|
+
chain_name: 'nyx'
|
|
1790
|
+
},
|
|
1791
|
+
chain: {
|
|
1792
|
+
channel_id: 'channel-174'
|
|
1793
|
+
}
|
|
1794
|
+
}]
|
|
1795
|
+
},
|
|
1711
1796
|
{
|
|
1712
1797
|
description: 'The native token of Oraichain',
|
|
1713
1798
|
denom_units: [{
|
|
@@ -3704,6 +3789,91 @@ const assets = {
|
|
|
3704
3789
|
}
|
|
3705
3790
|
}]
|
|
3706
3791
|
},
|
|
3792
|
+
{
|
|
3793
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
3794
|
+
denom_units: [{
|
|
3795
|
+
denom: 'ibc/D08C48DD2EC0510E9B4610ECE180AB104DDFF69FB42497E187058E2D42B9C71B',
|
|
3796
|
+
exponent: 0,
|
|
3797
|
+
aliases: ['unyx']
|
|
3798
|
+
}, {
|
|
3799
|
+
denom: 'nyx',
|
|
3800
|
+
exponent: 6
|
|
3801
|
+
}],
|
|
3802
|
+
base: 'ibc/D08C48DD2EC0510E9B4610ECE180AB104DDFF69FB42497E187058E2D42B9C71B',
|
|
3803
|
+
name: 'NYX',
|
|
3804
|
+
display: 'nyx',
|
|
3805
|
+
symbol: 'NYX',
|
|
3806
|
+
logo_URIs: {
|
|
3807
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
3808
|
+
},
|
|
3809
|
+
images: [{
|
|
3810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
3811
|
+
theme: {
|
|
3812
|
+
primary_color_hex: '#f45135'
|
|
3813
|
+
}
|
|
3814
|
+
}],
|
|
3815
|
+
type_asset: 'sdk.coin',
|
|
3816
|
+
traces: [{
|
|
3817
|
+
type: 'ibc',
|
|
3818
|
+
counterparty: {
|
|
3819
|
+
channel_id: 'channel-12',
|
|
3820
|
+
base_denom: 'unyx',
|
|
3821
|
+
chain_name: 'nyx'
|
|
3822
|
+
},
|
|
3823
|
+
chain: {
|
|
3824
|
+
channel_id: 'channel-174'
|
|
3825
|
+
}
|
|
3826
|
+
}]
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
3830
|
+
denom_units: [{
|
|
3831
|
+
denom: 'ibc/3D94B1D3EA1E52407BC69A78BC0A52D2440F0524F5268B899B67F18DEACB0B5F',
|
|
3832
|
+
exponent: 0,
|
|
3833
|
+
aliases: ['unym']
|
|
3834
|
+
}, {
|
|
3835
|
+
denom: 'nym',
|
|
3836
|
+
exponent: 6
|
|
3837
|
+
}],
|
|
3838
|
+
base: 'ibc/3D94B1D3EA1E52407BC69A78BC0A52D2440F0524F5268B899B67F18DEACB0B5F',
|
|
3839
|
+
name: 'NYM',
|
|
3840
|
+
display: 'nym',
|
|
3841
|
+
symbol: 'NYM',
|
|
3842
|
+
logo_URIs: {
|
|
3843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
3844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
3845
|
+
},
|
|
3846
|
+
coingecko_id: 'nym',
|
|
3847
|
+
images: [{
|
|
3848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
3849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
3850
|
+
theme: {
|
|
3851
|
+
dark_mode: false,
|
|
3852
|
+
circle: true,
|
|
3853
|
+
primary_color_hex: '#151525'
|
|
3854
|
+
}
|
|
3855
|
+
}, {
|
|
3856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
3857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
3858
|
+
theme: {
|
|
3859
|
+
dark_mode: true,
|
|
3860
|
+
circle: true,
|
|
3861
|
+
primary_color_hex: '#141424'
|
|
3862
|
+
}
|
|
3863
|
+
}],
|
|
3864
|
+
type_asset: 'sdk.coin',
|
|
3865
|
+
traces: [{
|
|
3866
|
+
type: 'ibc',
|
|
3867
|
+
counterparty: {
|
|
3868
|
+
channel_id: 'channel-12',
|
|
3869
|
+
base_denom: 'unym',
|
|
3870
|
+
chain_name: 'nyx'
|
|
3871
|
+
},
|
|
3872
|
+
chain: {
|
|
3873
|
+
channel_id: 'channel-174'
|
|
3874
|
+
}
|
|
3875
|
+
}]
|
|
3876
|
+
},
|
|
3707
3877
|
{
|
|
3708
3878
|
description: 'The native token of Oraichain',
|
|
3709
3879
|
denom_units: [{
|
package/mainnet/sentinel.js
CHANGED
|
@@ -485,10 +485,7 @@ const assets = {
|
|
|
485
485
|
coingecko_id: 'secret',
|
|
486
486
|
images: [{
|
|
487
487
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
488
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
489
|
-
theme: {
|
|
490
|
-
primary_color_hex: '#040404'
|
|
491
|
-
}
|
|
488
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
492
489
|
}],
|
|
493
490
|
socials: {
|
|
494
491
|
website: 'https://scrt.network/',
|
|
@@ -989,10 +986,7 @@ const assets = {
|
|
|
989
986
|
coingecko_id: 'secret',
|
|
990
987
|
images: [{
|
|
991
988
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
992
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
993
|
-
theme: {
|
|
994
|
-
primary_color_hex: '#040404'
|
|
995
|
-
}
|
|
989
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
996
990
|
}],
|
|
997
991
|
socials: {
|
|
998
992
|
website: 'https://scrt.network/',
|
package/mainnet/sifchain.js
CHANGED
|
@@ -489,10 +489,7 @@ const assets = {
|
|
|
489
489
|
coingecko_id: 'secret',
|
|
490
490
|
images: [{
|
|
491
491
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
492
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
493
|
-
theme: {
|
|
494
|
-
primary_color_hex: '#040404'
|
|
495
|
-
}
|
|
492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
496
493
|
}],
|
|
497
494
|
socials: {
|
|
498
495
|
website: 'https://scrt.network/',
|
|
@@ -1040,10 +1037,7 @@ const assets = {
|
|
|
1040
1037
|
coingecko_id: 'secret',
|
|
1041
1038
|
images: [{
|
|
1042
1039
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1043
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1044
|
-
theme: {
|
|
1045
|
-
primary_color_hex: '#040404'
|
|
1046
|
-
}
|
|
1040
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1047
1041
|
}],
|
|
1048
1042
|
socials: {
|
|
1049
1043
|
website: 'https://scrt.network/',
|
package/mainnet/stargaze.js
CHANGED
|
@@ -1433,10 +1433,7 @@ const assets = {
|
|
|
1433
1433
|
coingecko_id: 'secret',
|
|
1434
1434
|
images: [{
|
|
1435
1435
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1436
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1437
|
-
theme: {
|
|
1438
|
-
primary_color_hex: '#040404'
|
|
1439
|
-
}
|
|
1436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1440
1437
|
}],
|
|
1441
1438
|
socials: {
|
|
1442
1439
|
website: 'https://scrt.network/',
|
|
@@ -2885,10 +2882,7 @@ const assets = {
|
|
|
2885
2882
|
coingecko_id: 'secret',
|
|
2886
2883
|
images: [{
|
|
2887
2884
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2888
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2889
|
-
theme: {
|
|
2890
|
-
primary_color_hex: '#040404'
|
|
2891
|
-
}
|
|
2885
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2892
2886
|
}],
|
|
2893
2887
|
socials: {
|
|
2894
2888
|
website: 'https://scrt.network/',
|