@chain-registry/assets 1.64.66 → 1.64.68
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/andromeda.js +0 -64
- package/esm/mainnet/axelar.js +5608 -1320
- package/esm/mainnet/celestia.js +4969 -681
- package/esm/mainnet/composable.js +0 -64
- package/esm/mainnet/cosmoshub.js +5958 -1670
- package/esm/mainnet/crescent.js +0 -64
- package/esm/mainnet/doravota.js +196 -28
- package/esm/mainnet/dydx.js +4874 -522
- package/esm/mainnet/evmos.js +0 -64
- package/esm/mainnet/gateway.js +0 -64
- package/esm/mainnet/injective.js +5024 -672
- package/esm/mainnet/kava.js +0 -64
- package/esm/mainnet/kujira.js +0 -64
- package/esm/mainnet/migaloo.js +0 -64
- package/esm/mainnet/neutron.js +4751 -463
- package/esm/mainnet/noble.js +4844 -482
- package/esm/mainnet/nois.js +0 -64
- package/esm/mainnet/odin.js +0 -64
- package/esm/mainnet/oraichain.js +0 -64
- package/esm/mainnet/osmosis.js +6099 -1811
- package/esm/mainnet/persistence.js +0 -64
- package/esm/mainnet/pryzm.js +0 -64
- package/esm/mainnet/secretnetwork.js +0 -64
- package/esm/mainnet/sommelier.js +0 -64
- package/esm/mainnet/stride.js +5416 -1128
- package/esm/mainnet/terra2.js +6171 -1883
- package/esm/mainnet/umee.js +0 -64
- package/esm/mainnet/xpla.js +0 -64
- package/esm/noncosmos/penumbra.js +32 -32
- package/mainnet/andromeda.js +0 -64
- package/mainnet/axelar.js +5608 -1320
- package/mainnet/celestia.js +4969 -681
- package/mainnet/composable.js +0 -64
- package/mainnet/cosmoshub.js +5958 -1670
- package/mainnet/crescent.js +0 -64
- package/mainnet/doravota.js +196 -28
- package/mainnet/dydx.js +4874 -522
- package/mainnet/evmos.js +0 -64
- package/mainnet/gateway.js +0 -64
- package/mainnet/injective.js +5024 -672
- package/mainnet/kava.js +0 -64
- package/mainnet/kujira.js +0 -64
- package/mainnet/migaloo.js +0 -64
- package/mainnet/neutron.js +4751 -463
- package/mainnet/noble.js +4844 -482
- package/mainnet/nois.js +0 -64
- package/mainnet/odin.js +0 -64
- package/mainnet/oraichain.js +0 -64
- package/mainnet/osmosis.js +6099 -1811
- package/mainnet/persistence.js +0 -64
- package/mainnet/pryzm.js +0 -64
- package/mainnet/secretnetwork.js +0 -64
- package/mainnet/sommelier.js +0 -64
- package/mainnet/stride.js +5416 -1128
- package/mainnet/terra2.js +6171 -1883
- package/mainnet/umee.js +0 -64
- package/mainnet/xpla.js +0 -64
- package/noncosmos/penumbra.js +32 -32
- package/package.json +5 -5
package/mainnet/persistence.js
CHANGED
|
@@ -798,38 +798,6 @@ const assets = {
|
|
|
798
798
|
}
|
|
799
799
|
}]
|
|
800
800
|
},
|
|
801
|
-
{
|
|
802
|
-
description: 'DRUGS meme coin',
|
|
803
|
-
denom_units: [{
|
|
804
|
-
denom: 'ibc/B41D533624135F3F3A2745B5BFFBBF6EAC7463BEEEEFEE7E6E6DC096EBE34222',
|
|
805
|
-
exponent: 0,
|
|
806
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
807
|
-
}, {
|
|
808
|
-
denom: 'DRUGS',
|
|
809
|
-
exponent: 6
|
|
810
|
-
}],
|
|
811
|
-
base: 'ibc/B41D533624135F3F3A2745B5BFFBBF6EAC7463BEEEEFEE7E6E6DC096EBE34222',
|
|
812
|
-
name: 'DRUGS',
|
|
813
|
-
display: 'DRUGS',
|
|
814
|
-
symbol: 'DRUGS',
|
|
815
|
-
logo_URIs: {
|
|
816
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
817
|
-
},
|
|
818
|
-
images: [{
|
|
819
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
820
|
-
}],
|
|
821
|
-
traces: [{
|
|
822
|
-
type: 'ibc',
|
|
823
|
-
counterparty: {
|
|
824
|
-
channel_id: 'channel-82',
|
|
825
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
826
|
-
chain_name: 'injective'
|
|
827
|
-
},
|
|
828
|
-
chain: {
|
|
829
|
-
channel_id: 'channel-41'
|
|
830
|
-
}
|
|
831
|
-
}]
|
|
832
|
-
},
|
|
833
801
|
{
|
|
834
802
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
835
803
|
denom_units: [{
|
|
@@ -2299,38 +2267,6 @@ const assets = {
|
|
|
2299
2267
|
}
|
|
2300
2268
|
}]
|
|
2301
2269
|
},
|
|
2302
|
-
{
|
|
2303
|
-
description: 'DRUGS meme coin',
|
|
2304
|
-
denom_units: [{
|
|
2305
|
-
denom: 'ibc/B41D533624135F3F3A2745B5BFFBBF6EAC7463BEEEEFEE7E6E6DC096EBE34222',
|
|
2306
|
-
exponent: 0,
|
|
2307
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2308
|
-
}, {
|
|
2309
|
-
denom: 'DRUGS',
|
|
2310
|
-
exponent: 6
|
|
2311
|
-
}],
|
|
2312
|
-
base: 'ibc/B41D533624135F3F3A2745B5BFFBBF6EAC7463BEEEEFEE7E6E6DC096EBE34222',
|
|
2313
|
-
name: 'DRUGS',
|
|
2314
|
-
display: 'DRUGS',
|
|
2315
|
-
symbol: 'DRUGS',
|
|
2316
|
-
logo_URIs: {
|
|
2317
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2318
|
-
},
|
|
2319
|
-
images: [{
|
|
2320
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2321
|
-
}],
|
|
2322
|
-
traces: [{
|
|
2323
|
-
type: 'ibc',
|
|
2324
|
-
counterparty: {
|
|
2325
|
-
channel_id: 'channel-82',
|
|
2326
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2327
|
-
chain_name: 'injective'
|
|
2328
|
-
},
|
|
2329
|
-
chain: {
|
|
2330
|
-
channel_id: 'channel-41'
|
|
2331
|
-
}
|
|
2332
|
-
}]
|
|
2333
|
-
},
|
|
2334
2270
|
{
|
|
2335
2271
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
2336
2272
|
denom_units: [{
|
package/mainnet/pryzm.js
CHANGED
|
@@ -448,38 +448,6 @@ const assets = {
|
|
|
448
448
|
}
|
|
449
449
|
}]
|
|
450
450
|
},
|
|
451
|
-
{
|
|
452
|
-
description: 'DRUGS meme coin',
|
|
453
|
-
denom_units: [{
|
|
454
|
-
denom: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
455
|
-
exponent: 0,
|
|
456
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
457
|
-
}, {
|
|
458
|
-
denom: 'DRUGS',
|
|
459
|
-
exponent: 6
|
|
460
|
-
}],
|
|
461
|
-
base: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
462
|
-
name: 'DRUGS',
|
|
463
|
-
display: 'DRUGS',
|
|
464
|
-
symbol: 'DRUGS',
|
|
465
|
-
logo_URIs: {
|
|
466
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
467
|
-
},
|
|
468
|
-
images: [{
|
|
469
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
470
|
-
}],
|
|
471
|
-
traces: [{
|
|
472
|
-
type: 'ibc',
|
|
473
|
-
counterparty: {
|
|
474
|
-
channel_id: 'channel-284',
|
|
475
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
476
|
-
chain_name: 'injective'
|
|
477
|
-
},
|
|
478
|
-
chain: {
|
|
479
|
-
channel_id: 'channel-1'
|
|
480
|
-
}
|
|
481
|
-
}]
|
|
482
|
-
},
|
|
483
451
|
{
|
|
484
452
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
485
453
|
denom_units: [{
|
|
@@ -1278,38 +1246,6 @@ const assets = {
|
|
|
1278
1246
|
}
|
|
1279
1247
|
}]
|
|
1280
1248
|
},
|
|
1281
|
-
{
|
|
1282
|
-
description: 'DRUGS meme coin',
|
|
1283
|
-
denom_units: [{
|
|
1284
|
-
denom: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
1285
|
-
exponent: 0,
|
|
1286
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1287
|
-
}, {
|
|
1288
|
-
denom: 'DRUGS',
|
|
1289
|
-
exponent: 6
|
|
1290
|
-
}],
|
|
1291
|
-
base: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
1292
|
-
name: 'DRUGS',
|
|
1293
|
-
display: 'DRUGS',
|
|
1294
|
-
symbol: 'DRUGS',
|
|
1295
|
-
logo_URIs: {
|
|
1296
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1297
|
-
},
|
|
1298
|
-
images: [{
|
|
1299
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1300
|
-
}],
|
|
1301
|
-
traces: [{
|
|
1302
|
-
type: 'ibc',
|
|
1303
|
-
counterparty: {
|
|
1304
|
-
channel_id: 'channel-284',
|
|
1305
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1306
|
-
chain_name: 'injective'
|
|
1307
|
-
},
|
|
1308
|
-
chain: {
|
|
1309
|
-
channel_id: 'channel-1'
|
|
1310
|
-
}
|
|
1311
|
-
}]
|
|
1312
|
-
},
|
|
1313
1249
|
{
|
|
1314
1250
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
1315
1251
|
denom_units: [{
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1170,38 +1170,6 @@ const assets = {
|
|
|
1170
1170
|
}
|
|
1171
1171
|
}]
|
|
1172
1172
|
},
|
|
1173
|
-
{
|
|
1174
|
-
description: 'DRUGS meme coin',
|
|
1175
|
-
denom_units: [{
|
|
1176
|
-
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1177
|
-
exponent: 0,
|
|
1178
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1179
|
-
}, {
|
|
1180
|
-
denom: 'DRUGS',
|
|
1181
|
-
exponent: 6
|
|
1182
|
-
}],
|
|
1183
|
-
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1184
|
-
name: 'DRUGS',
|
|
1185
|
-
display: 'DRUGS',
|
|
1186
|
-
symbol: 'DRUGS',
|
|
1187
|
-
logo_URIs: {
|
|
1188
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1189
|
-
},
|
|
1190
|
-
images: [{
|
|
1191
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1192
|
-
}],
|
|
1193
|
-
traces: [{
|
|
1194
|
-
type: 'ibc',
|
|
1195
|
-
counterparty: {
|
|
1196
|
-
channel_id: 'channel-88',
|
|
1197
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1198
|
-
chain_name: 'injective'
|
|
1199
|
-
},
|
|
1200
|
-
chain: {
|
|
1201
|
-
channel_id: 'channel-23'
|
|
1202
|
-
}
|
|
1203
|
-
}]
|
|
1204
|
-
},
|
|
1205
1173
|
{
|
|
1206
1174
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
1207
1175
|
denom_units: [{
|
|
@@ -3115,38 +3083,6 @@ const assets = {
|
|
|
3115
3083
|
}
|
|
3116
3084
|
}]
|
|
3117
3085
|
},
|
|
3118
|
-
{
|
|
3119
|
-
description: 'DRUGS meme coin',
|
|
3120
|
-
denom_units: [{
|
|
3121
|
-
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3122
|
-
exponent: 0,
|
|
3123
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3124
|
-
}, {
|
|
3125
|
-
denom: 'DRUGS',
|
|
3126
|
-
exponent: 6
|
|
3127
|
-
}],
|
|
3128
|
-
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3129
|
-
name: 'DRUGS',
|
|
3130
|
-
display: 'DRUGS',
|
|
3131
|
-
symbol: 'DRUGS',
|
|
3132
|
-
logo_URIs: {
|
|
3133
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3134
|
-
},
|
|
3135
|
-
images: [{
|
|
3136
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3137
|
-
}],
|
|
3138
|
-
traces: [{
|
|
3139
|
-
type: 'ibc',
|
|
3140
|
-
counterparty: {
|
|
3141
|
-
channel_id: 'channel-88',
|
|
3142
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3143
|
-
chain_name: 'injective'
|
|
3144
|
-
},
|
|
3145
|
-
chain: {
|
|
3146
|
-
channel_id: 'channel-23'
|
|
3147
|
-
}
|
|
3148
|
-
}]
|
|
3149
|
-
},
|
|
3150
3086
|
{
|
|
3151
3087
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
3152
3088
|
denom_units: [{
|
package/mainnet/sommelier.js
CHANGED
|
@@ -317,38 +317,6 @@ const assets = {
|
|
|
317
317
|
}
|
|
318
318
|
}]
|
|
319
319
|
},
|
|
320
|
-
{
|
|
321
|
-
description: 'DRUGS meme coin',
|
|
322
|
-
denom_units: [{
|
|
323
|
-
denom: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
324
|
-
exponent: 0,
|
|
325
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
326
|
-
}, {
|
|
327
|
-
denom: 'DRUGS',
|
|
328
|
-
exponent: 6
|
|
329
|
-
}],
|
|
330
|
-
base: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
331
|
-
name: 'DRUGS',
|
|
332
|
-
display: 'DRUGS',
|
|
333
|
-
symbol: 'DRUGS',
|
|
334
|
-
logo_URIs: {
|
|
335
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
336
|
-
},
|
|
337
|
-
images: [{
|
|
338
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
339
|
-
}],
|
|
340
|
-
traces: [{
|
|
341
|
-
type: 'ibc',
|
|
342
|
-
counterparty: {
|
|
343
|
-
channel_id: 'channel-93',
|
|
344
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
345
|
-
chain_name: 'injective'
|
|
346
|
-
},
|
|
347
|
-
chain: {
|
|
348
|
-
channel_id: 'channel-1'
|
|
349
|
-
}
|
|
350
|
-
}]
|
|
351
|
-
},
|
|
352
320
|
{
|
|
353
321
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
354
322
|
denom_units: [{
|
|
@@ -793,38 +761,6 @@ const assets = {
|
|
|
793
761
|
}
|
|
794
762
|
}]
|
|
795
763
|
},
|
|
796
|
-
{
|
|
797
|
-
description: 'DRUGS meme coin',
|
|
798
|
-
denom_units: [{
|
|
799
|
-
denom: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
800
|
-
exponent: 0,
|
|
801
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
802
|
-
}, {
|
|
803
|
-
denom: 'DRUGS',
|
|
804
|
-
exponent: 6
|
|
805
|
-
}],
|
|
806
|
-
base: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
807
|
-
name: 'DRUGS',
|
|
808
|
-
display: 'DRUGS',
|
|
809
|
-
symbol: 'DRUGS',
|
|
810
|
-
logo_URIs: {
|
|
811
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
812
|
-
},
|
|
813
|
-
images: [{
|
|
814
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
815
|
-
}],
|
|
816
|
-
traces: [{
|
|
817
|
-
type: 'ibc',
|
|
818
|
-
counterparty: {
|
|
819
|
-
channel_id: 'channel-93',
|
|
820
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
821
|
-
chain_name: 'injective'
|
|
822
|
-
},
|
|
823
|
-
chain: {
|
|
824
|
-
channel_id: 'channel-1'
|
|
825
|
-
}
|
|
826
|
-
}]
|
|
827
|
-
},
|
|
828
764
|
{
|
|
829
765
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
830
766
|
denom_units: [{
|