@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/mainnet/oraichain.js
CHANGED
|
@@ -1004,10 +1004,7 @@ const assets = {
|
|
|
1004
1004
|
coingecko_id: 'secret',
|
|
1005
1005
|
images: [{
|
|
1006
1006
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1007
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1008
|
-
theme: {
|
|
1009
|
-
primary_color_hex: '#040404'
|
|
1010
|
-
}
|
|
1007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1011
1008
|
}],
|
|
1012
1009
|
socials: {
|
|
1013
1010
|
website: 'https://scrt.network/',
|
|
@@ -1135,10 +1132,7 @@ const assets = {
|
|
|
1135
1132
|
coingecko_id: 'secret',
|
|
1136
1133
|
images: [{
|
|
1137
1134
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1138
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1139
|
-
theme: {
|
|
1140
|
-
primary_color_hex: '#040404'
|
|
1141
|
-
}
|
|
1135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1142
1136
|
}],
|
|
1143
1137
|
socials: {
|
|
1144
1138
|
website: 'https://scrt.network/',
|
package/mainnet/osmosis.js
CHANGED
|
@@ -14748,10 +14748,7 @@ const assets = {
|
|
|
14748
14748
|
coingecko_id: 'secret',
|
|
14749
14749
|
images: [{
|
|
14750
14750
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
14751
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14752
|
-
theme: {
|
|
14753
|
-
primary_color_hex: '#040404'
|
|
14754
|
-
}
|
|
14751
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14755
14752
|
}],
|
|
14756
14753
|
socials: {
|
|
14757
14754
|
website: 'https://scrt.network/',
|
|
@@ -20473,10 +20470,7 @@ const assets = {
|
|
|
20473
20470
|
coingecko_id: 'secret',
|
|
20474
20471
|
images: [{
|
|
20475
20472
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
20476
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20477
|
-
theme: {
|
|
20478
|
-
primary_color_hex: '#040404'
|
|
20479
|
-
}
|
|
20473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20480
20474
|
}],
|
|
20481
20475
|
socials: {
|
|
20482
20476
|
website: 'https://scrt.network/',
|
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/',
|
package/mainnet/stride.js
CHANGED
|
@@ -4567,10 +4567,7 @@ const assets = {
|
|
|
4567
4567
|
coingecko_id: 'secret',
|
|
4568
4568
|
images: [{
|
|
4569
4569
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4570
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4571
|
-
theme: {
|
|
4572
|
-
primary_color_hex: '#040404'
|
|
4573
|
-
}
|
|
4570
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4574
4571
|
}],
|
|
4575
4572
|
socials: {
|
|
4576
4573
|
website: 'https://scrt.network/',
|
|
@@ -9327,10 +9324,7 @@ const assets = {
|
|
|
9327
9324
|
coingecko_id: 'secret',
|
|
9328
9325
|
images: [{
|
|
9329
9326
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
9330
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
9331
|
-
theme: {
|
|
9332
|
-
primary_color_hex: '#040404'
|
|
9333
|
-
}
|
|
9327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
9334
9328
|
}],
|
|
9335
9329
|
socials: {
|
|
9336
9330
|
website: 'https://scrt.network/',
|
package/mainnet/teritori.js
CHANGED
|
@@ -317,10 +317,7 @@ const assets = {
|
|
|
317
317
|
coingecko_id: 'secret',
|
|
318
318
|
images: [{
|
|
319
319
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
320
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
321
|
-
theme: {
|
|
322
|
-
primary_color_hex: '#040404'
|
|
323
|
-
}
|
|
320
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
324
321
|
}],
|
|
325
322
|
socials: {
|
|
326
323
|
website: 'https://scrt.network/',
|
|
@@ -653,10 +650,7 @@ const assets = {
|
|
|
653
650
|
coingecko_id: 'secret',
|
|
654
651
|
images: [{
|
|
655
652
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
656
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
657
|
-
theme: {
|
|
658
|
-
primary_color_hex: '#040404'
|
|
659
|
-
}
|
|
653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
660
654
|
}],
|
|
661
655
|
socials: {
|
|
662
656
|
website: 'https://scrt.network/',
|
package/mainnet/terra.js
CHANGED
|
@@ -355,10 +355,7 @@ const assets = {
|
|
|
355
355
|
coingecko_id: 'secret',
|
|
356
356
|
images: [{
|
|
357
357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
358
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
359
|
-
theme: {
|
|
360
|
-
primary_color_hex: '#040404'
|
|
361
|
-
}
|
|
358
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
362
359
|
}],
|
|
363
360
|
socials: {
|
|
364
361
|
website: 'https://scrt.network/',
|
|
@@ -729,10 +726,7 @@ const assets = {
|
|
|
729
726
|
coingecko_id: 'secret',
|
|
730
727
|
images: [{
|
|
731
728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
732
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
733
|
-
theme: {
|
|
734
|
-
primary_color_hex: '#040404'
|
|
735
|
-
}
|
|
729
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
736
730
|
}],
|
|
737
731
|
socials: {
|
|
738
732
|
website: 'https://scrt.network/',
|
package/mainnet/terra2.js
CHANGED
|
@@ -809,6 +809,47 @@ const assets = {
|
|
|
809
809
|
}
|
|
810
810
|
}]
|
|
811
811
|
},
|
|
812
|
+
{
|
|
813
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
814
|
+
denom_units: [{
|
|
815
|
+
denom: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
816
|
+
exponent: 0,
|
|
817
|
+
aliases: ['udgn']
|
|
818
|
+
}, {
|
|
819
|
+
denom: 'DGN',
|
|
820
|
+
exponent: 6
|
|
821
|
+
}],
|
|
822
|
+
base: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
823
|
+
name: 'Dragon',
|
|
824
|
+
display: 'DGN',
|
|
825
|
+
coingecko_id: 'dragon-coin-2',
|
|
826
|
+
symbol: 'DGN',
|
|
827
|
+
logo_URIs: {
|
|
828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
829
|
+
},
|
|
830
|
+
socials: {
|
|
831
|
+
website: 'https://www.cryptodungeon.org',
|
|
832
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
833
|
+
},
|
|
834
|
+
images: [{
|
|
835
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
836
|
+
theme: {
|
|
837
|
+
circle: true
|
|
838
|
+
}
|
|
839
|
+
}],
|
|
840
|
+
type_asset: 'sdk.coin',
|
|
841
|
+
traces: [{
|
|
842
|
+
type: 'ibc',
|
|
843
|
+
counterparty: {
|
|
844
|
+
channel_id: 'channel-7',
|
|
845
|
+
base_denom: 'udgn',
|
|
846
|
+
chain_name: 'dungeon'
|
|
847
|
+
},
|
|
848
|
+
chain: {
|
|
849
|
+
channel_id: 'channel-582'
|
|
850
|
+
}
|
|
851
|
+
}]
|
|
852
|
+
},
|
|
812
853
|
{
|
|
813
854
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
814
855
|
denom_units: [{
|
|
@@ -4658,10 +4699,7 @@ const assets = {
|
|
|
4658
4699
|
coingecko_id: 'secret',
|
|
4659
4700
|
images: [{
|
|
4660
4701
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4661
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4662
|
-
theme: {
|
|
4663
|
-
primary_color_hex: '#040404'
|
|
4664
|
-
}
|
|
4702
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4665
4703
|
}],
|
|
4666
4704
|
socials: {
|
|
4667
4705
|
website: 'https://scrt.network/',
|
|
@@ -6689,6 +6727,47 @@ const assets = {
|
|
|
6689
6727
|
}
|
|
6690
6728
|
}]
|
|
6691
6729
|
},
|
|
6730
|
+
{
|
|
6731
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
6732
|
+
denom_units: [{
|
|
6733
|
+
denom: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
6734
|
+
exponent: 0,
|
|
6735
|
+
aliases: ['udgn']
|
|
6736
|
+
}, {
|
|
6737
|
+
denom: 'DGN',
|
|
6738
|
+
exponent: 6
|
|
6739
|
+
}],
|
|
6740
|
+
base: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
6741
|
+
name: 'Dragon',
|
|
6742
|
+
display: 'DGN',
|
|
6743
|
+
coingecko_id: 'dragon-coin-2',
|
|
6744
|
+
symbol: 'DGN',
|
|
6745
|
+
logo_URIs: {
|
|
6746
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
6747
|
+
},
|
|
6748
|
+
socials: {
|
|
6749
|
+
website: 'https://www.cryptodungeon.org',
|
|
6750
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
6751
|
+
},
|
|
6752
|
+
images: [{
|
|
6753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
6754
|
+
theme: {
|
|
6755
|
+
circle: true
|
|
6756
|
+
}
|
|
6757
|
+
}],
|
|
6758
|
+
type_asset: 'sdk.coin',
|
|
6759
|
+
traces: [{
|
|
6760
|
+
type: 'ibc',
|
|
6761
|
+
counterparty: {
|
|
6762
|
+
channel_id: 'channel-7',
|
|
6763
|
+
base_denom: 'udgn',
|
|
6764
|
+
chain_name: 'dungeon'
|
|
6765
|
+
},
|
|
6766
|
+
chain: {
|
|
6767
|
+
channel_id: 'channel-582'
|
|
6768
|
+
}
|
|
6769
|
+
}]
|
|
6770
|
+
},
|
|
6692
6771
|
{
|
|
6693
6772
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
6694
6773
|
denom_units: [{
|
|
@@ -10538,10 +10617,7 @@ const assets = {
|
|
|
10538
10617
|
coingecko_id: 'secret',
|
|
10539
10618
|
images: [{
|
|
10540
10619
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
10541
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10542
|
-
theme: {
|
|
10543
|
-
primary_color_hex: '#040404'
|
|
10544
|
-
}
|
|
10620
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10545
10621
|
}],
|
|
10546
10622
|
socials: {
|
|
10547
10623
|
website: 'https://scrt.network/',
|
package/mainnet/umee.js
CHANGED
|
@@ -1343,10 +1343,7 @@ const assets = {
|
|
|
1343
1343
|
coingecko_id: 'secret',
|
|
1344
1344
|
images: [{
|
|
1345
1345
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1346
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1347
|
-
theme: {
|
|
1348
|
-
primary_color_hex: '#040404'
|
|
1349
|
-
}
|
|
1346
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1350
1347
|
}],
|
|
1351
1348
|
socials: {
|
|
1352
1349
|
website: 'https://scrt.network/',
|
|
@@ -2748,10 +2745,7 @@ const assets = {
|
|
|
2748
2745
|
coingecko_id: 'secret',
|
|
2749
2746
|
images: [{
|
|
2750
2747
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2751
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2752
|
-
theme: {
|
|
2753
|
-
primary_color_hex: '#040404'
|
|
2754
|
-
}
|
|
2748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2755
2749
|
}],
|
|
2756
2750
|
socials: {
|
|
2757
2751
|
website: 'https://scrt.network/',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.51",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.26",
|
|
33
|
+
"chain-registry": "^1.69.51"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.26"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "07da61a9be0ebdd84aeb45d6806ca0fed1c86052"
|
|
47
47
|
}
|