@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/nolus.js
CHANGED
|
@@ -580,10 +580,7 @@ const assets = {
|
|
|
580
580
|
coingecko_id: 'secret',
|
|
581
581
|
images: [{
|
|
582
582
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
583
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
584
|
-
theme: {
|
|
585
|
-
primary_color_hex: '#040404'
|
|
586
|
-
}
|
|
583
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
587
584
|
}],
|
|
588
585
|
socials: {
|
|
589
586
|
website: 'https://scrt.network/',
|
|
@@ -711,10 +708,7 @@ const assets = {
|
|
|
711
708
|
coingecko_id: 'secret',
|
|
712
709
|
images: [{
|
|
713
710
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
714
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
715
|
-
theme: {
|
|
716
|
-
primary_color_hex: '#040404'
|
|
717
|
-
}
|
|
711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
718
712
|
}],
|
|
719
713
|
socials: {
|
|
720
714
|
website: 'https://scrt.network/',
|
package/mainnet/nyx.js
CHANGED
|
@@ -177,6 +177,46 @@ const assets = {
|
|
|
177
177
|
}
|
|
178
178
|
}]
|
|
179
179
|
},
|
|
180
|
+
{
|
|
181
|
+
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
182
|
+
denom_units: [{
|
|
183
|
+
denom: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
|
|
184
|
+
exponent: 0,
|
|
185
|
+
aliases: ['uscrt']
|
|
186
|
+
}, {
|
|
187
|
+
denom: 'scrt',
|
|
188
|
+
exponent: 6
|
|
189
|
+
}],
|
|
190
|
+
base: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
|
|
191
|
+
name: 'Secret Network',
|
|
192
|
+
display: 'scrt',
|
|
193
|
+
symbol: 'SCRT',
|
|
194
|
+
logo_URIs: {
|
|
195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
197
|
+
},
|
|
198
|
+
coingecko_id: 'secret',
|
|
199
|
+
images: [{
|
|
200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
202
|
+
}],
|
|
203
|
+
socials: {
|
|
204
|
+
website: 'https://scrt.network/',
|
|
205
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
206
|
+
},
|
|
207
|
+
type_asset: 'sdk.coin',
|
|
208
|
+
traces: [{
|
|
209
|
+
type: 'ibc',
|
|
210
|
+
counterparty: {
|
|
211
|
+
channel_id: 'channel-174',
|
|
212
|
+
base_denom: 'uscrt',
|
|
213
|
+
chain_name: 'secretnetwork'
|
|
214
|
+
},
|
|
215
|
+
chain: {
|
|
216
|
+
channel_id: 'channel-12'
|
|
217
|
+
}
|
|
218
|
+
}]
|
|
219
|
+
},
|
|
180
220
|
{
|
|
181
221
|
description: 'The native token of Osmosis',
|
|
182
222
|
denom_units: [{
|
|
@@ -264,6 +304,46 @@ const assets = {
|
|
|
264
304
|
channel_id: 'channel-8'
|
|
265
305
|
}
|
|
266
306
|
}]
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
310
|
+
denom_units: [{
|
|
311
|
+
denom: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
|
|
312
|
+
exponent: 0,
|
|
313
|
+
aliases: ['uscrt']
|
|
314
|
+
}, {
|
|
315
|
+
denom: 'scrt',
|
|
316
|
+
exponent: 6
|
|
317
|
+
}],
|
|
318
|
+
base: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
|
|
319
|
+
name: 'Secret Network',
|
|
320
|
+
display: 'scrt',
|
|
321
|
+
symbol: 'SCRT',
|
|
322
|
+
logo_URIs: {
|
|
323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
325
|
+
},
|
|
326
|
+
coingecko_id: 'secret',
|
|
327
|
+
images: [{
|
|
328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
330
|
+
}],
|
|
331
|
+
socials: {
|
|
332
|
+
website: 'https://scrt.network/',
|
|
333
|
+
twitter: 'https://twitter.com/SecretNetwork'
|
|
334
|
+
},
|
|
335
|
+
type_asset: 'sdk.coin',
|
|
336
|
+
traces: [{
|
|
337
|
+
type: 'ibc',
|
|
338
|
+
counterparty: {
|
|
339
|
+
channel_id: 'channel-174',
|
|
340
|
+
base_denom: 'uscrt',
|
|
341
|
+
chain_name: 'secretnetwork'
|
|
342
|
+
},
|
|
343
|
+
chain: {
|
|
344
|
+
channel_id: 'channel-12'
|
|
345
|
+
}
|
|
346
|
+
}]
|
|
267
347
|
}
|
|
268
348
|
]
|
|
269
349
|
};
|
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/',
|