@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/juno.js
CHANGED
|
@@ -2326,10 +2326,7 @@ const assets = {
|
|
|
2326
2326
|
coingecko_id: 'secret',
|
|
2327
2327
|
images: [{
|
|
2328
2328
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2329
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2330
|
-
theme: {
|
|
2331
|
-
primary_color_hex: '#040404'
|
|
2332
|
-
}
|
|
2329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2333
2330
|
}],
|
|
2334
2331
|
socials: {
|
|
2335
2332
|
website: 'https://scrt.network/',
|
|
@@ -4230,10 +4227,7 @@ const assets = {
|
|
|
4230
4227
|
coingecko_id: 'secret',
|
|
4231
4228
|
images: [{
|
|
4232
4229
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4233
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4234
|
-
theme: {
|
|
4235
|
-
primary_color_hex: '#040404'
|
|
4236
|
-
}
|
|
4230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4237
4231
|
}],
|
|
4238
4232
|
socials: {
|
|
4239
4233
|
website: 'https://scrt.network/',
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -4635,10 +4635,7 @@ const assets = {
|
|
|
4635
4635
|
coingecko_id: 'secret',
|
|
4636
4636
|
images: [{
|
|
4637
4637
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4638
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4639
|
-
theme: {
|
|
4640
|
-
primary_color_hex: '#040404'
|
|
4641
|
-
}
|
|
4638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4642
4639
|
}],
|
|
4643
4640
|
socials: {
|
|
4644
4641
|
website: 'https://scrt.network/',
|
|
@@ -5902,10 +5899,7 @@ const assets = {
|
|
|
5902
5899
|
coingecko_id: 'secret',
|
|
5903
5900
|
images: [{
|
|
5904
5901
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
5905
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5906
|
-
theme: {
|
|
5907
|
-
primary_color_hex: '#040404'
|
|
5908
|
-
}
|
|
5902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5909
5903
|
}],
|
|
5910
5904
|
socials: {
|
|
5911
5905
|
website: 'https://scrt.network/',
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -199,6 +199,47 @@ const assets = {
|
|
|
199
199
|
}
|
|
200
200
|
}]
|
|
201
201
|
},
|
|
202
|
+
{
|
|
203
|
+
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.',
|
|
204
|
+
denom_units: [{
|
|
205
|
+
denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
206
|
+
exponent: 0,
|
|
207
|
+
aliases: ['udgn']
|
|
208
|
+
}, {
|
|
209
|
+
denom: 'DGN',
|
|
210
|
+
exponent: 6
|
|
211
|
+
}],
|
|
212
|
+
base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
213
|
+
name: 'Dragon',
|
|
214
|
+
display: 'DGN',
|
|
215
|
+
coingecko_id: 'dragon-coin-2',
|
|
216
|
+
symbol: 'DGN',
|
|
217
|
+
logo_URIs: {
|
|
218
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
219
|
+
},
|
|
220
|
+
socials: {
|
|
221
|
+
website: 'https://www.cryptodungeon.org',
|
|
222
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
223
|
+
},
|
|
224
|
+
images: [{
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
226
|
+
theme: {
|
|
227
|
+
circle: true
|
|
228
|
+
}
|
|
229
|
+
}],
|
|
230
|
+
type_asset: 'sdk.coin',
|
|
231
|
+
traces: [{
|
|
232
|
+
type: 'ibc',
|
|
233
|
+
counterparty: {
|
|
234
|
+
channel_id: 'channel-6',
|
|
235
|
+
base_denom: 'udgn',
|
|
236
|
+
chain_name: 'dungeon'
|
|
237
|
+
},
|
|
238
|
+
chain: {
|
|
239
|
+
channel_id: 'channel-142'
|
|
240
|
+
}
|
|
241
|
+
}]
|
|
242
|
+
},
|
|
202
243
|
{
|
|
203
244
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
204
245
|
denom_units: [{
|
|
@@ -967,6 +1008,47 @@ const assets = {
|
|
|
967
1008
|
}
|
|
968
1009
|
}]
|
|
969
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
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.',
|
|
1013
|
+
denom_units: [{
|
|
1014
|
+
denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
1015
|
+
exponent: 0,
|
|
1016
|
+
aliases: ['udgn']
|
|
1017
|
+
}, {
|
|
1018
|
+
denom: 'DGN',
|
|
1019
|
+
exponent: 6
|
|
1020
|
+
}],
|
|
1021
|
+
base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
|
|
1022
|
+
name: 'Dragon',
|
|
1023
|
+
display: 'DGN',
|
|
1024
|
+
coingecko_id: 'dragon-coin-2',
|
|
1025
|
+
symbol: 'DGN',
|
|
1026
|
+
logo_URIs: {
|
|
1027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1028
|
+
},
|
|
1029
|
+
socials: {
|
|
1030
|
+
website: 'https://www.cryptodungeon.org',
|
|
1031
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1032
|
+
},
|
|
1033
|
+
images: [{
|
|
1034
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1035
|
+
theme: {
|
|
1036
|
+
circle: true
|
|
1037
|
+
}
|
|
1038
|
+
}],
|
|
1039
|
+
type_asset: 'sdk.coin',
|
|
1040
|
+
traces: [{
|
|
1041
|
+
type: 'ibc',
|
|
1042
|
+
counterparty: {
|
|
1043
|
+
channel_id: 'channel-6',
|
|
1044
|
+
base_denom: 'udgn',
|
|
1045
|
+
chain_name: 'dungeon'
|
|
1046
|
+
},
|
|
1047
|
+
chain: {
|
|
1048
|
+
channel_id: 'channel-142'
|
|
1049
|
+
}
|
|
1050
|
+
}]
|
|
1051
|
+
},
|
|
970
1052
|
{
|
|
971
1053
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
972
1054
|
denom_units: [{
|
|
@@ -1765,10 +1847,7 @@ const assets = {
|
|
|
1765
1847
|
coingecko_id: 'secret',
|
|
1766
1848
|
images: [{
|
|
1767
1849
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1768
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1769
|
-
theme: {
|
|
1770
|
-
primary_color_hex: '#040404'
|
|
1771
|
-
}
|
|
1850
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1772
1851
|
}],
|
|
1773
1852
|
socials: {
|
|
1774
1853
|
website: 'https://scrt.network/',
|
|
@@ -2220,10 +2299,7 @@ const assets = {
|
|
|
2220
2299
|
coingecko_id: 'secret',
|
|
2221
2300
|
images: [{
|
|
2222
2301
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2223
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2224
|
-
theme: {
|
|
2225
|
-
primary_color_hex: '#040404'
|
|
2226
|
-
}
|
|
2302
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2227
2303
|
}],
|
|
2228
2304
|
socials: {
|
|
2229
2305
|
website: 'https://scrt.network/',
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -5165,10 +5165,7 @@ const assets = {
|
|
|
5165
5165
|
coingecko_id: 'secret',
|
|
5166
5166
|
images: [{
|
|
5167
5167
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
5168
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5169
|
-
theme: {
|
|
5170
|
-
primary_color_hex: '#040404'
|
|
5171
|
-
}
|
|
5168
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5172
5169
|
}],
|
|
5173
5170
|
socials: {
|
|
5174
5171
|
website: 'https://scrt.network/',
|
|
@@ -8613,10 +8610,7 @@ const assets = {
|
|
|
8613
8610
|
coingecko_id: 'secret',
|
|
8614
8611
|
images: [{
|
|
8615
8612
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
8616
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
8617
|
-
theme: {
|
|
8618
|
-
primary_color_hex: '#040404'
|
|
8619
|
-
}
|
|
8613
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
8620
8614
|
}],
|
|
8621
8615
|
socials: {
|
|
8622
8616
|
website: 'https://scrt.network/',
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -7047,10 +7047,7 @@ const assets = {
|
|
|
7047
7047
|
coingecko_id: 'secret',
|
|
7048
7048
|
images: [{
|
|
7049
7049
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
7050
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7051
|
-
theme: {
|
|
7052
|
-
primary_color_hex: '#040404'
|
|
7053
|
-
}
|
|
7050
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7054
7051
|
}],
|
|
7055
7052
|
socials: {
|
|
7056
7053
|
website: 'https://scrt.network/',
|
|
@@ -10612,10 +10609,7 @@ const assets = {
|
|
|
10612
10609
|
coingecko_id: 'secret',
|
|
10613
10610
|
images: [{
|
|
10614
10611
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
10615
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10616
|
-
theme: {
|
|
10617
|
-
primary_color_hex: '#040404'
|
|
10618
|
-
}
|
|
10612
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10619
10613
|
}],
|
|
10620
10614
|
socials: {
|
|
10621
10615
|
website: 'https://scrt.network/',
|
package/esm/mainnet/nolus.js
CHANGED
|
@@ -578,10 +578,7 @@ const assets = {
|
|
|
578
578
|
coingecko_id: 'secret',
|
|
579
579
|
images: [{
|
|
580
580
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
581
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
582
|
-
theme: {
|
|
583
|
-
primary_color_hex: '#040404'
|
|
584
|
-
}
|
|
581
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
585
582
|
}],
|
|
586
583
|
socials: {
|
|
587
584
|
website: 'https://scrt.network/',
|
|
@@ -709,10 +706,7 @@ const assets = {
|
|
|
709
706
|
coingecko_id: 'secret',
|
|
710
707
|
images: [{
|
|
711
708
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
712
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
713
|
-
theme: {
|
|
714
|
-
primary_color_hex: '#040404'
|
|
715
|
-
}
|
|
709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
716
710
|
}],
|
|
717
711
|
socials: {
|
|
718
712
|
website: 'https://scrt.network/',
|
package/esm/mainnet/nyx.js
CHANGED
|
@@ -175,6 +175,46 @@ const assets = {
|
|
|
175
175
|
}
|
|
176
176
|
}]
|
|
177
177
|
},
|
|
178
|
+
{
|
|
179
|
+
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
180
|
+
denom_units: [{
|
|
181
|
+
denom: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
|
|
182
|
+
exponent: 0,
|
|
183
|
+
aliases: ['uscrt']
|
|
184
|
+
}, {
|
|
185
|
+
denom: 'scrt',
|
|
186
|
+
exponent: 6
|
|
187
|
+
}],
|
|
188
|
+
base: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
|
|
189
|
+
name: 'Secret Network',
|
|
190
|
+
display: 'scrt',
|
|
191
|
+
symbol: 'SCRT',
|
|
192
|
+
logo_URIs: {
|
|
193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
195
|
+
},
|
|
196
|
+
coingecko_id: 'secret',
|
|
197
|
+
images: [{
|
|
198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
200
|
+
}],
|
|
201
|
+
socials: {
|
|
202
|
+
website: 'https://scrt.network/',
|
|
203
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
204
|
+
},
|
|
205
|
+
type_asset: 'sdk.coin',
|
|
206
|
+
traces: [{
|
|
207
|
+
type: 'ibc',
|
|
208
|
+
counterparty: {
|
|
209
|
+
channel_id: 'channel-174',
|
|
210
|
+
base_denom: 'uscrt',
|
|
211
|
+
chain_name: 'secretnetwork'
|
|
212
|
+
},
|
|
213
|
+
chain: {
|
|
214
|
+
channel_id: 'channel-12'
|
|
215
|
+
}
|
|
216
|
+
}]
|
|
217
|
+
},
|
|
178
218
|
{
|
|
179
219
|
description: 'The native token of Osmosis',
|
|
180
220
|
denom_units: [{
|
|
@@ -262,6 +302,46 @@ const assets = {
|
|
|
262
302
|
channel_id: 'channel-8'
|
|
263
303
|
}
|
|
264
304
|
}]
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
308
|
+
denom_units: [{
|
|
309
|
+
denom: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
|
|
310
|
+
exponent: 0,
|
|
311
|
+
aliases: ['uscrt']
|
|
312
|
+
}, {
|
|
313
|
+
denom: 'scrt',
|
|
314
|
+
exponent: 6
|
|
315
|
+
}],
|
|
316
|
+
base: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
|
|
317
|
+
name: 'Secret Network',
|
|
318
|
+
display: 'scrt',
|
|
319
|
+
symbol: 'SCRT',
|
|
320
|
+
logo_URIs: {
|
|
321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
322
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
323
|
+
},
|
|
324
|
+
coingecko_id: 'secret',
|
|
325
|
+
images: [{
|
|
326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
328
|
+
}],
|
|
329
|
+
socials: {
|
|
330
|
+
website: 'https://scrt.network/',
|
|
331
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
332
|
+
},
|
|
333
|
+
type_asset: 'sdk.coin',
|
|
334
|
+
traces: [{
|
|
335
|
+
type: 'ibc',
|
|
336
|
+
counterparty: {
|
|
337
|
+
channel_id: 'channel-174',
|
|
338
|
+
base_denom: 'uscrt',
|
|
339
|
+
chain_name: 'secretnetwork'
|
|
340
|
+
},
|
|
341
|
+
chain: {
|
|
342
|
+
channel_id: 'channel-12'
|
|
343
|
+
}
|
|
344
|
+
}]
|
|
265
345
|
}
|
|
266
346
|
]
|
|
267
347
|
};
|
package/esm/mainnet/oraichain.js
CHANGED
|
@@ -1002,10 +1002,7 @@ const assets = {
|
|
|
1002
1002
|
coingecko_id: 'secret',
|
|
1003
1003
|
images: [{
|
|
1004
1004
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1005
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1006
|
-
theme: {
|
|
1007
|
-
primary_color_hex: '#040404'
|
|
1008
|
-
}
|
|
1005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1009
1006
|
}],
|
|
1010
1007
|
socials: {
|
|
1011
1008
|
website: 'https://scrt.network/',
|
|
@@ -1133,10 +1130,7 @@ const assets = {
|
|
|
1133
1130
|
coingecko_id: 'secret',
|
|
1134
1131
|
images: [{
|
|
1135
1132
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1136
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1137
|
-
theme: {
|
|
1138
|
-
primary_color_hex: '#040404'
|
|
1139
|
-
}
|
|
1133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1140
1134
|
}],
|
|
1141
1135
|
socials: {
|
|
1142
1136
|
website: 'https://scrt.network/',
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -14746,10 +14746,7 @@ const assets = {
|
|
|
14746
14746
|
coingecko_id: 'secret',
|
|
14747
14747
|
images: [{
|
|
14748
14748
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
14749
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14750
|
-
theme: {
|
|
14751
|
-
primary_color_hex: '#040404'
|
|
14752
|
-
}
|
|
14749
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14753
14750
|
}],
|
|
14754
14751
|
socials: {
|
|
14755
14752
|
website: 'https://scrt.network/',
|
|
@@ -20471,10 +20468,7 @@ const assets = {
|
|
|
20471
20468
|
coingecko_id: 'secret',
|
|
20472
20469
|
images: [{
|
|
20473
20470
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
20474
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20475
|
-
theme: {
|
|
20476
|
-
primary_color_hex: '#040404'
|
|
20477
|
-
}
|
|
20471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20478
20472
|
}],
|
|
20479
20473
|
socials: {
|
|
20480
20474
|
website: 'https://scrt.network/',
|
|
@@ -3152,10 +3152,7 @@ const assets = {
|
|
|
3152
3152
|
coingecko_id: 'secret',
|
|
3153
3153
|
images: [{
|
|
3154
3154
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3155
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3156
|
-
theme: {
|
|
3157
|
-
primary_color_hex: '#040404'
|
|
3158
|
-
}
|
|
3155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3159
3156
|
}],
|
|
3160
3157
|
socials: {
|
|
3161
3158
|
website: 'https://scrt.network/',
|
|
@@ -3569,10 +3566,7 @@ const assets = {
|
|
|
3569
3566
|
coingecko_id: 'secret',
|
|
3570
3567
|
images: [{
|
|
3571
3568
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3572
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3573
|
-
theme: {
|
|
3574
|
-
primary_color_hex: '#040404'
|
|
3575
|
-
}
|
|
3569
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3576
3570
|
}],
|
|
3577
3571
|
socials: {
|
|
3578
3572
|
website: 'https://scrt.network/',
|
|
@@ -710,10 +710,7 @@ const assets = {
|
|
|
710
710
|
coingecko_id: 'secret',
|
|
711
711
|
images: [{
|
|
712
712
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
713
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
714
|
-
theme: {
|
|
715
|
-
primary_color_hex: '#040404'
|
|
716
|
-
}
|
|
713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
717
714
|
}],
|
|
718
715
|
socials: {
|
|
719
716
|
website: 'https://scrt.network/',
|
|
@@ -917,10 +914,7 @@ const assets = {
|
|
|
917
914
|
coingecko_id: 'secret',
|
|
918
915
|
images: [{
|
|
919
916
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
920
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
921
|
-
theme: {
|
|
922
|
-
primary_color_hex: '#040404'
|
|
923
|
-
}
|
|
917
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
924
918
|
}],
|
|
925
919
|
socials: {
|
|
926
920
|
website: 'https://scrt.network/',
|
package/esm/mainnet/saga.js
CHANGED
|
@@ -590,10 +590,7 @@ const assets = {
|
|
|
590
590
|
coingecko_id: 'secret',
|
|
591
591
|
images: [{
|
|
592
592
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
593
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
594
|
-
theme: {
|
|
595
|
-
primary_color_hex: '#040404'
|
|
596
|
-
}
|
|
593
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
597
594
|
}],
|
|
598
595
|
socials: {
|
|
599
596
|
website: 'https://scrt.network/',
|
|
@@ -676,10 +673,7 @@ const assets = {
|
|
|
676
673
|
coingecko_id: 'secret',
|
|
677
674
|
images: [{
|
|
678
675
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
679
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
680
|
-
theme: {
|
|
681
|
-
primary_color_hex: '#040404'
|
|
682
|
-
}
|
|
676
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
683
677
|
}],
|
|
684
678
|
socials: {
|
|
685
679
|
website: 'https://scrt.network/',
|
|
@@ -1706,6 +1706,91 @@ const assets = {
|
|
|
1706
1706
|
}
|
|
1707
1707
|
}]
|
|
1708
1708
|
},
|
|
1709
|
+
{
|
|
1710
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
1711
|
+
denom_units: [{
|
|
1712
|
+
denom: 'ibc/D08C48DD2EC0510E9B4610ECE180AB104DDFF69FB42497E187058E2D42B9C71B',
|
|
1713
|
+
exponent: 0,
|
|
1714
|
+
aliases: ['unyx']
|
|
1715
|
+
}, {
|
|
1716
|
+
denom: 'nyx',
|
|
1717
|
+
exponent: 6
|
|
1718
|
+
}],
|
|
1719
|
+
base: 'ibc/D08C48DD2EC0510E9B4610ECE180AB104DDFF69FB42497E187058E2D42B9C71B',
|
|
1720
|
+
name: 'NYX',
|
|
1721
|
+
display: 'nyx',
|
|
1722
|
+
symbol: 'NYX',
|
|
1723
|
+
logo_URIs: {
|
|
1724
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
1725
|
+
},
|
|
1726
|
+
images: [{
|
|
1727
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
1728
|
+
theme: {
|
|
1729
|
+
primary_color_hex: '#f45135'
|
|
1730
|
+
}
|
|
1731
|
+
}],
|
|
1732
|
+
type_asset: 'sdk.coin',
|
|
1733
|
+
traces: [{
|
|
1734
|
+
type: 'ibc',
|
|
1735
|
+
counterparty: {
|
|
1736
|
+
channel_id: 'channel-12',
|
|
1737
|
+
base_denom: 'unyx',
|
|
1738
|
+
chain_name: 'nyx'
|
|
1739
|
+
},
|
|
1740
|
+
chain: {
|
|
1741
|
+
channel_id: 'channel-174'
|
|
1742
|
+
}
|
|
1743
|
+
}]
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
1747
|
+
denom_units: [{
|
|
1748
|
+
denom: 'ibc/3D94B1D3EA1E52407BC69A78BC0A52D2440F0524F5268B899B67F18DEACB0B5F',
|
|
1749
|
+
exponent: 0,
|
|
1750
|
+
aliases: ['unym']
|
|
1751
|
+
}, {
|
|
1752
|
+
denom: 'nym',
|
|
1753
|
+
exponent: 6
|
|
1754
|
+
}],
|
|
1755
|
+
base: 'ibc/3D94B1D3EA1E52407BC69A78BC0A52D2440F0524F5268B899B67F18DEACB0B5F',
|
|
1756
|
+
name: 'NYM',
|
|
1757
|
+
display: 'nym',
|
|
1758
|
+
symbol: 'NYM',
|
|
1759
|
+
logo_URIs: {
|
|
1760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
1761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
1762
|
+
},
|
|
1763
|
+
coingecko_id: 'nym',
|
|
1764
|
+
images: [{
|
|
1765
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
1766
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
1767
|
+
theme: {
|
|
1768
|
+
dark_mode: false,
|
|
1769
|
+
circle: true,
|
|
1770
|
+
primary_color_hex: '#151525'
|
|
1771
|
+
}
|
|
1772
|
+
}, {
|
|
1773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
1774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
1775
|
+
theme: {
|
|
1776
|
+
dark_mode: true,
|
|
1777
|
+
circle: true,
|
|
1778
|
+
primary_color_hex: '#141424'
|
|
1779
|
+
}
|
|
1780
|
+
}],
|
|
1781
|
+
type_asset: 'sdk.coin',
|
|
1782
|
+
traces: [{
|
|
1783
|
+
type: 'ibc',
|
|
1784
|
+
counterparty: {
|
|
1785
|
+
channel_id: 'channel-12',
|
|
1786
|
+
base_denom: 'unym',
|
|
1787
|
+
chain_name: 'nyx'
|
|
1788
|
+
},
|
|
1789
|
+
chain: {
|
|
1790
|
+
channel_id: 'channel-174'
|
|
1791
|
+
}
|
|
1792
|
+
}]
|
|
1793
|
+
},
|
|
1709
1794
|
{
|
|
1710
1795
|
description: 'The native token of Oraichain',
|
|
1711
1796
|
denom_units: [{
|
|
@@ -3702,6 +3787,91 @@ const assets = {
|
|
|
3702
3787
|
}
|
|
3703
3788
|
}]
|
|
3704
3789
|
},
|
|
3790
|
+
{
|
|
3791
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
3792
|
+
denom_units: [{
|
|
3793
|
+
denom: 'ibc/D08C48DD2EC0510E9B4610ECE180AB104DDFF69FB42497E187058E2D42B9C71B',
|
|
3794
|
+
exponent: 0,
|
|
3795
|
+
aliases: ['unyx']
|
|
3796
|
+
}, {
|
|
3797
|
+
denom: 'nyx',
|
|
3798
|
+
exponent: 6
|
|
3799
|
+
}],
|
|
3800
|
+
base: 'ibc/D08C48DD2EC0510E9B4610ECE180AB104DDFF69FB42497E187058E2D42B9C71B',
|
|
3801
|
+
name: 'NYX',
|
|
3802
|
+
display: 'nyx',
|
|
3803
|
+
symbol: 'NYX',
|
|
3804
|
+
logo_URIs: {
|
|
3805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
3806
|
+
},
|
|
3807
|
+
images: [{
|
|
3808
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
3809
|
+
theme: {
|
|
3810
|
+
primary_color_hex: '#f45135'
|
|
3811
|
+
}
|
|
3812
|
+
}],
|
|
3813
|
+
type_asset: 'sdk.coin',
|
|
3814
|
+
traces: [{
|
|
3815
|
+
type: 'ibc',
|
|
3816
|
+
counterparty: {
|
|
3817
|
+
channel_id: 'channel-12',
|
|
3818
|
+
base_denom: 'unyx',
|
|
3819
|
+
chain_name: 'nyx'
|
|
3820
|
+
},
|
|
3821
|
+
chain: {
|
|
3822
|
+
channel_id: 'channel-174'
|
|
3823
|
+
}
|
|
3824
|
+
}]
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
3828
|
+
denom_units: [{
|
|
3829
|
+
denom: 'ibc/3D94B1D3EA1E52407BC69A78BC0A52D2440F0524F5268B899B67F18DEACB0B5F',
|
|
3830
|
+
exponent: 0,
|
|
3831
|
+
aliases: ['unym']
|
|
3832
|
+
}, {
|
|
3833
|
+
denom: 'nym',
|
|
3834
|
+
exponent: 6
|
|
3835
|
+
}],
|
|
3836
|
+
base: 'ibc/3D94B1D3EA1E52407BC69A78BC0A52D2440F0524F5268B899B67F18DEACB0B5F',
|
|
3837
|
+
name: 'NYM',
|
|
3838
|
+
display: 'nym',
|
|
3839
|
+
symbol: 'NYM',
|
|
3840
|
+
logo_URIs: {
|
|
3841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
3842
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
3843
|
+
},
|
|
3844
|
+
coingecko_id: 'nym',
|
|
3845
|
+
images: [{
|
|
3846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
3847
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
3848
|
+
theme: {
|
|
3849
|
+
dark_mode: false,
|
|
3850
|
+
circle: true,
|
|
3851
|
+
primary_color_hex: '#151525'
|
|
3852
|
+
}
|
|
3853
|
+
}, {
|
|
3854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
3855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
3856
|
+
theme: {
|
|
3857
|
+
dark_mode: true,
|
|
3858
|
+
circle: true,
|
|
3859
|
+
primary_color_hex: '#141424'
|
|
3860
|
+
}
|
|
3861
|
+
}],
|
|
3862
|
+
type_asset: 'sdk.coin',
|
|
3863
|
+
traces: [{
|
|
3864
|
+
type: 'ibc',
|
|
3865
|
+
counterparty: {
|
|
3866
|
+
channel_id: 'channel-12',
|
|
3867
|
+
base_denom: 'unym',
|
|
3868
|
+
chain_name: 'nyx'
|
|
3869
|
+
},
|
|
3870
|
+
chain: {
|
|
3871
|
+
channel_id: 'channel-174'
|
|
3872
|
+
}
|
|
3873
|
+
}]
|
|
3874
|
+
},
|
|
3705
3875
|
{
|
|
3706
3876
|
description: 'The native token of Oraichain',
|
|
3707
3877
|
denom_units: [{
|