@chain-registry/assets 1.64.58 → 1.64.60
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 +64 -0
- package/esm/mainnet/axelar.js +64 -0
- package/esm/mainnet/celestia.js +64 -0
- package/esm/mainnet/composable.js +64 -0
- package/esm/mainnet/cosmoshub.js +64 -0
- package/esm/mainnet/crescent.js +64 -0
- package/esm/mainnet/doravota.js +64 -0
- package/esm/mainnet/evmos.js +64 -0
- package/esm/mainnet/gateway.js +64 -0
- package/esm/mainnet/kava.js +64 -0
- package/esm/mainnet/kujira.js +64 -0
- package/esm/mainnet/migaloo.js +64 -0
- package/esm/mainnet/neutron.js +64 -0
- package/esm/mainnet/noble.js +64 -0
- package/esm/mainnet/nois.js +64 -0
- package/esm/mainnet/odin.js +64 -0
- package/esm/mainnet/oraichain.js +64 -0
- package/esm/mainnet/osmosis.js +64 -0
- package/esm/mainnet/persistence.js +64 -0
- package/esm/mainnet/pryzm.js +64 -0
- package/esm/mainnet/secretnetwork.js +64 -0
- package/esm/mainnet/sommelier.js +64 -0
- package/esm/mainnet/stride.js +64 -0
- package/esm/mainnet/terra2.js +64 -0
- package/esm/mainnet/umee.js +64 -0
- package/esm/mainnet/xpla.js +64 -0
- package/esm/testnet/mantrachaintestnet.js +48 -48
- package/esm/testnet/osmosistestnet.js +6 -6
- package/esm/testnet/symphonytestnet.js +4 -4
- package/mainnet/andromeda.js +64 -0
- package/mainnet/axelar.js +64 -0
- package/mainnet/celestia.js +64 -0
- package/mainnet/composable.js +64 -0
- package/mainnet/cosmoshub.js +64 -0
- package/mainnet/crescent.js +64 -0
- package/mainnet/doravota.js +64 -0
- package/mainnet/evmos.js +64 -0
- package/mainnet/gateway.js +64 -0
- package/mainnet/kava.js +64 -0
- package/mainnet/kujira.js +64 -0
- package/mainnet/migaloo.js +64 -0
- package/mainnet/neutron.js +64 -0
- package/mainnet/noble.js +64 -0
- package/mainnet/nois.js +64 -0
- package/mainnet/odin.js +64 -0
- package/mainnet/oraichain.js +64 -0
- package/mainnet/osmosis.js +64 -0
- package/mainnet/persistence.js +64 -0
- package/mainnet/pryzm.js +64 -0
- package/mainnet/secretnetwork.js +64 -0
- package/mainnet/sommelier.js +64 -0
- package/mainnet/stride.js +64 -0
- package/mainnet/terra2.js +64 -0
- package/mainnet/umee.js +64 -0
- package/mainnet/xpla.js +64 -0
- package/package.json +5 -5
- package/testnet/mantrachaintestnet.js +48 -48
- package/testnet/osmosistestnet.js +6 -6
- package/testnet/symphonytestnet.js +4 -4
package/esm/mainnet/oraichain.js
CHANGED
|
@@ -436,6 +436,38 @@ const assets = {
|
|
|
436
436
|
}
|
|
437
437
|
}]
|
|
438
438
|
},
|
|
439
|
+
{
|
|
440
|
+
description: 'DRUGS meme coin',
|
|
441
|
+
denom_units: [{
|
|
442
|
+
denom: 'ibc/483CCCA41B0CDC5B4109BA6BD86FA35BC708B304651430EBD9322B62D5A011B2',
|
|
443
|
+
exponent: 0,
|
|
444
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
445
|
+
}, {
|
|
446
|
+
denom: 'DRUGS',
|
|
447
|
+
exponent: 6
|
|
448
|
+
}],
|
|
449
|
+
base: 'ibc/483CCCA41B0CDC5B4109BA6BD86FA35BC708B304651430EBD9322B62D5A011B2',
|
|
450
|
+
name: 'DRUGS',
|
|
451
|
+
display: 'DRUGS',
|
|
452
|
+
symbol: 'DRUGS',
|
|
453
|
+
logo_URIs: {
|
|
454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
455
|
+
},
|
|
456
|
+
images: [{
|
|
457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
458
|
+
}],
|
|
459
|
+
traces: [{
|
|
460
|
+
type: 'ibc',
|
|
461
|
+
counterparty: {
|
|
462
|
+
channel_id: 'channel-147',
|
|
463
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
464
|
+
chain_name: 'injective'
|
|
465
|
+
},
|
|
466
|
+
chain: {
|
|
467
|
+
channel_id: 'channel-146'
|
|
468
|
+
}
|
|
469
|
+
}]
|
|
470
|
+
},
|
|
439
471
|
{
|
|
440
472
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
441
473
|
denom_units: [{
|
|
@@ -871,6 +903,38 @@ const assets = {
|
|
|
871
903
|
}
|
|
872
904
|
}]
|
|
873
905
|
},
|
|
906
|
+
{
|
|
907
|
+
description: 'DRUGS meme coin',
|
|
908
|
+
denom_units: [{
|
|
909
|
+
denom: 'ibc/483CCCA41B0CDC5B4109BA6BD86FA35BC708B304651430EBD9322B62D5A011B2',
|
|
910
|
+
exponent: 0,
|
|
911
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
912
|
+
}, {
|
|
913
|
+
denom: 'DRUGS',
|
|
914
|
+
exponent: 6
|
|
915
|
+
}],
|
|
916
|
+
base: 'ibc/483CCCA41B0CDC5B4109BA6BD86FA35BC708B304651430EBD9322B62D5A011B2',
|
|
917
|
+
name: 'DRUGS',
|
|
918
|
+
display: 'DRUGS',
|
|
919
|
+
symbol: 'DRUGS',
|
|
920
|
+
logo_URIs: {
|
|
921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
922
|
+
},
|
|
923
|
+
images: [{
|
|
924
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
925
|
+
}],
|
|
926
|
+
traces: [{
|
|
927
|
+
type: 'ibc',
|
|
928
|
+
counterparty: {
|
|
929
|
+
channel_id: 'channel-147',
|
|
930
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
931
|
+
chain_name: 'injective'
|
|
932
|
+
},
|
|
933
|
+
chain: {
|
|
934
|
+
channel_id: 'channel-146'
|
|
935
|
+
}
|
|
936
|
+
}]
|
|
937
|
+
},
|
|
874
938
|
{
|
|
875
939
|
description: 'The native token of Osmosis',
|
|
876
940
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -3426,6 +3426,38 @@ const assets = {
|
|
|
3426
3426
|
}
|
|
3427
3427
|
}]
|
|
3428
3428
|
},
|
|
3429
|
+
{
|
|
3430
|
+
description: 'DRUGS meme coin',
|
|
3431
|
+
denom_units: [{
|
|
3432
|
+
denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
3433
|
+
exponent: 0,
|
|
3434
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3435
|
+
}, {
|
|
3436
|
+
denom: 'DRUGS',
|
|
3437
|
+
exponent: 6
|
|
3438
|
+
}],
|
|
3439
|
+
base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
3440
|
+
name: 'DRUGS',
|
|
3441
|
+
display: 'DRUGS',
|
|
3442
|
+
symbol: 'DRUGS',
|
|
3443
|
+
logo_URIs: {
|
|
3444
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3445
|
+
},
|
|
3446
|
+
images: [{
|
|
3447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3448
|
+
}],
|
|
3449
|
+
traces: [{
|
|
3450
|
+
type: 'ibc',
|
|
3451
|
+
counterparty: {
|
|
3452
|
+
channel_id: 'channel-8',
|
|
3453
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3454
|
+
chain_name: 'injective'
|
|
3455
|
+
},
|
|
3456
|
+
chain: {
|
|
3457
|
+
channel_id: 'channel-122'
|
|
3458
|
+
}
|
|
3459
|
+
}]
|
|
3460
|
+
},
|
|
3429
3461
|
{
|
|
3430
3462
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3431
3463
|
denom_units: [{
|
|
@@ -8643,6 +8675,38 @@ const assets = {
|
|
|
8643
8675
|
}
|
|
8644
8676
|
}]
|
|
8645
8677
|
},
|
|
8678
|
+
{
|
|
8679
|
+
description: 'DRUGS meme coin',
|
|
8680
|
+
denom_units: [{
|
|
8681
|
+
denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
8682
|
+
exponent: 0,
|
|
8683
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
8684
|
+
}, {
|
|
8685
|
+
denom: 'DRUGS',
|
|
8686
|
+
exponent: 6
|
|
8687
|
+
}],
|
|
8688
|
+
base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
8689
|
+
name: 'DRUGS',
|
|
8690
|
+
display: 'DRUGS',
|
|
8691
|
+
symbol: 'DRUGS',
|
|
8692
|
+
logo_URIs: {
|
|
8693
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
8694
|
+
},
|
|
8695
|
+
images: [{
|
|
8696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
8697
|
+
}],
|
|
8698
|
+
traces: [{
|
|
8699
|
+
type: 'ibc',
|
|
8700
|
+
counterparty: {
|
|
8701
|
+
channel_id: 'channel-8',
|
|
8702
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
8703
|
+
chain_name: 'injective'
|
|
8704
|
+
},
|
|
8705
|
+
chain: {
|
|
8706
|
+
channel_id: 'channel-122'
|
|
8707
|
+
}
|
|
8708
|
+
}]
|
|
8709
|
+
},
|
|
8646
8710
|
{
|
|
8647
8711
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
8648
8712
|
denom_units: [{
|
|
@@ -796,6 +796,38 @@ const assets = {
|
|
|
796
796
|
}
|
|
797
797
|
}]
|
|
798
798
|
},
|
|
799
|
+
{
|
|
800
|
+
description: 'DRUGS meme coin',
|
|
801
|
+
denom_units: [{
|
|
802
|
+
denom: 'ibc/B41D533624135F3F3A2745B5BFFBBF6EAC7463BEEEEFEE7E6E6DC096EBE34222',
|
|
803
|
+
exponent: 0,
|
|
804
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
805
|
+
}, {
|
|
806
|
+
denom: 'DRUGS',
|
|
807
|
+
exponent: 6
|
|
808
|
+
}],
|
|
809
|
+
base: 'ibc/B41D533624135F3F3A2745B5BFFBBF6EAC7463BEEEEFEE7E6E6DC096EBE34222',
|
|
810
|
+
name: 'DRUGS',
|
|
811
|
+
display: 'DRUGS',
|
|
812
|
+
symbol: 'DRUGS',
|
|
813
|
+
logo_URIs: {
|
|
814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
815
|
+
},
|
|
816
|
+
images: [{
|
|
817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
818
|
+
}],
|
|
819
|
+
traces: [{
|
|
820
|
+
type: 'ibc',
|
|
821
|
+
counterparty: {
|
|
822
|
+
channel_id: 'channel-82',
|
|
823
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
824
|
+
chain_name: 'injective'
|
|
825
|
+
},
|
|
826
|
+
chain: {
|
|
827
|
+
channel_id: 'channel-41'
|
|
828
|
+
}
|
|
829
|
+
}]
|
|
830
|
+
},
|
|
799
831
|
{
|
|
800
832
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
801
833
|
denom_units: [{
|
|
@@ -2265,6 +2297,38 @@ const assets = {
|
|
|
2265
2297
|
}
|
|
2266
2298
|
}]
|
|
2267
2299
|
},
|
|
2300
|
+
{
|
|
2301
|
+
description: 'DRUGS meme coin',
|
|
2302
|
+
denom_units: [{
|
|
2303
|
+
denom: 'ibc/B41D533624135F3F3A2745B5BFFBBF6EAC7463BEEEEFEE7E6E6DC096EBE34222',
|
|
2304
|
+
exponent: 0,
|
|
2305
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2306
|
+
}, {
|
|
2307
|
+
denom: 'DRUGS',
|
|
2308
|
+
exponent: 6
|
|
2309
|
+
}],
|
|
2310
|
+
base: 'ibc/B41D533624135F3F3A2745B5BFFBBF6EAC7463BEEEEFEE7E6E6DC096EBE34222',
|
|
2311
|
+
name: 'DRUGS',
|
|
2312
|
+
display: 'DRUGS',
|
|
2313
|
+
symbol: 'DRUGS',
|
|
2314
|
+
logo_URIs: {
|
|
2315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2316
|
+
},
|
|
2317
|
+
images: [{
|
|
2318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2319
|
+
}],
|
|
2320
|
+
traces: [{
|
|
2321
|
+
type: 'ibc',
|
|
2322
|
+
counterparty: {
|
|
2323
|
+
channel_id: 'channel-82',
|
|
2324
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2325
|
+
chain_name: 'injective'
|
|
2326
|
+
},
|
|
2327
|
+
chain: {
|
|
2328
|
+
channel_id: 'channel-41'
|
|
2329
|
+
}
|
|
2330
|
+
}]
|
|
2331
|
+
},
|
|
2268
2332
|
{
|
|
2269
2333
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
2270
2334
|
denom_units: [{
|
package/esm/mainnet/pryzm.js
CHANGED
|
@@ -446,6 +446,38 @@ const assets = {
|
|
|
446
446
|
}
|
|
447
447
|
}]
|
|
448
448
|
},
|
|
449
|
+
{
|
|
450
|
+
description: 'DRUGS meme coin',
|
|
451
|
+
denom_units: [{
|
|
452
|
+
denom: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
453
|
+
exponent: 0,
|
|
454
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
455
|
+
}, {
|
|
456
|
+
denom: 'DRUGS',
|
|
457
|
+
exponent: 6
|
|
458
|
+
}],
|
|
459
|
+
base: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
460
|
+
name: 'DRUGS',
|
|
461
|
+
display: 'DRUGS',
|
|
462
|
+
symbol: 'DRUGS',
|
|
463
|
+
logo_URIs: {
|
|
464
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
465
|
+
},
|
|
466
|
+
images: [{
|
|
467
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
468
|
+
}],
|
|
469
|
+
traces: [{
|
|
470
|
+
type: 'ibc',
|
|
471
|
+
counterparty: {
|
|
472
|
+
channel_id: 'channel-284',
|
|
473
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
474
|
+
chain_name: 'injective'
|
|
475
|
+
},
|
|
476
|
+
chain: {
|
|
477
|
+
channel_id: 'channel-1'
|
|
478
|
+
}
|
|
479
|
+
}]
|
|
480
|
+
},
|
|
449
481
|
{
|
|
450
482
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
451
483
|
denom_units: [{
|
|
@@ -1244,6 +1276,38 @@ const assets = {
|
|
|
1244
1276
|
}
|
|
1245
1277
|
}]
|
|
1246
1278
|
},
|
|
1279
|
+
{
|
|
1280
|
+
description: 'DRUGS meme coin',
|
|
1281
|
+
denom_units: [{
|
|
1282
|
+
denom: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
1283
|
+
exponent: 0,
|
|
1284
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1285
|
+
}, {
|
|
1286
|
+
denom: 'DRUGS',
|
|
1287
|
+
exponent: 6
|
|
1288
|
+
}],
|
|
1289
|
+
base: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
1290
|
+
name: 'DRUGS',
|
|
1291
|
+
display: 'DRUGS',
|
|
1292
|
+
symbol: 'DRUGS',
|
|
1293
|
+
logo_URIs: {
|
|
1294
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1295
|
+
},
|
|
1296
|
+
images: [{
|
|
1297
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1298
|
+
}],
|
|
1299
|
+
traces: [{
|
|
1300
|
+
type: 'ibc',
|
|
1301
|
+
counterparty: {
|
|
1302
|
+
channel_id: 'channel-284',
|
|
1303
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1304
|
+
chain_name: 'injective'
|
|
1305
|
+
},
|
|
1306
|
+
chain: {
|
|
1307
|
+
channel_id: 'channel-1'
|
|
1308
|
+
}
|
|
1309
|
+
}]
|
|
1310
|
+
},
|
|
1247
1311
|
{
|
|
1248
1312
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
1249
1313
|
denom_units: [{
|
|
@@ -1168,6 +1168,38 @@ const assets = {
|
|
|
1168
1168
|
}
|
|
1169
1169
|
}]
|
|
1170
1170
|
},
|
|
1171
|
+
{
|
|
1172
|
+
description: 'DRUGS meme coin',
|
|
1173
|
+
denom_units: [{
|
|
1174
|
+
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1175
|
+
exponent: 0,
|
|
1176
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1177
|
+
}, {
|
|
1178
|
+
denom: 'DRUGS',
|
|
1179
|
+
exponent: 6
|
|
1180
|
+
}],
|
|
1181
|
+
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1182
|
+
name: 'DRUGS',
|
|
1183
|
+
display: 'DRUGS',
|
|
1184
|
+
symbol: 'DRUGS',
|
|
1185
|
+
logo_URIs: {
|
|
1186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1187
|
+
},
|
|
1188
|
+
images: [{
|
|
1189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1190
|
+
}],
|
|
1191
|
+
traces: [{
|
|
1192
|
+
type: 'ibc',
|
|
1193
|
+
counterparty: {
|
|
1194
|
+
channel_id: 'channel-88',
|
|
1195
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1196
|
+
chain_name: 'injective'
|
|
1197
|
+
},
|
|
1198
|
+
chain: {
|
|
1199
|
+
channel_id: 'channel-23'
|
|
1200
|
+
}
|
|
1201
|
+
}]
|
|
1202
|
+
},
|
|
1171
1203
|
{
|
|
1172
1204
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
1173
1205
|
denom_units: [{
|
|
@@ -3081,6 +3113,38 @@ const assets = {
|
|
|
3081
3113
|
}
|
|
3082
3114
|
}]
|
|
3083
3115
|
},
|
|
3116
|
+
{
|
|
3117
|
+
description: 'DRUGS meme coin',
|
|
3118
|
+
denom_units: [{
|
|
3119
|
+
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3120
|
+
exponent: 0,
|
|
3121
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3122
|
+
}, {
|
|
3123
|
+
denom: 'DRUGS',
|
|
3124
|
+
exponent: 6
|
|
3125
|
+
}],
|
|
3126
|
+
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3127
|
+
name: 'DRUGS',
|
|
3128
|
+
display: 'DRUGS',
|
|
3129
|
+
symbol: 'DRUGS',
|
|
3130
|
+
logo_URIs: {
|
|
3131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3132
|
+
},
|
|
3133
|
+
images: [{
|
|
3134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3135
|
+
}],
|
|
3136
|
+
traces: [{
|
|
3137
|
+
type: 'ibc',
|
|
3138
|
+
counterparty: {
|
|
3139
|
+
channel_id: 'channel-88',
|
|
3140
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3141
|
+
chain_name: 'injective'
|
|
3142
|
+
},
|
|
3143
|
+
chain: {
|
|
3144
|
+
channel_id: 'channel-23'
|
|
3145
|
+
}
|
|
3146
|
+
}]
|
|
3147
|
+
},
|
|
3084
3148
|
{
|
|
3085
3149
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
3086
3150
|
denom_units: [{
|
package/esm/mainnet/sommelier.js
CHANGED
|
@@ -315,6 +315,38 @@ const assets = {
|
|
|
315
315
|
}
|
|
316
316
|
}]
|
|
317
317
|
},
|
|
318
|
+
{
|
|
319
|
+
description: 'DRUGS meme coin',
|
|
320
|
+
denom_units: [{
|
|
321
|
+
denom: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
322
|
+
exponent: 0,
|
|
323
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
324
|
+
}, {
|
|
325
|
+
denom: 'DRUGS',
|
|
326
|
+
exponent: 6
|
|
327
|
+
}],
|
|
328
|
+
base: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
329
|
+
name: 'DRUGS',
|
|
330
|
+
display: 'DRUGS',
|
|
331
|
+
symbol: 'DRUGS',
|
|
332
|
+
logo_URIs: {
|
|
333
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
334
|
+
},
|
|
335
|
+
images: [{
|
|
336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
337
|
+
}],
|
|
338
|
+
traces: [{
|
|
339
|
+
type: 'ibc',
|
|
340
|
+
counterparty: {
|
|
341
|
+
channel_id: 'channel-93',
|
|
342
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
343
|
+
chain_name: 'injective'
|
|
344
|
+
},
|
|
345
|
+
chain: {
|
|
346
|
+
channel_id: 'channel-1'
|
|
347
|
+
}
|
|
348
|
+
}]
|
|
349
|
+
},
|
|
318
350
|
{
|
|
319
351
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
320
352
|
denom_units: [{
|
|
@@ -759,6 +791,38 @@ const assets = {
|
|
|
759
791
|
}
|
|
760
792
|
}]
|
|
761
793
|
},
|
|
794
|
+
{
|
|
795
|
+
description: 'DRUGS meme coin',
|
|
796
|
+
denom_units: [{
|
|
797
|
+
denom: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
798
|
+
exponent: 0,
|
|
799
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
800
|
+
}, {
|
|
801
|
+
denom: 'DRUGS',
|
|
802
|
+
exponent: 6
|
|
803
|
+
}],
|
|
804
|
+
base: 'ibc/D1F6BBA0361C24D68E5A75367823B40C5D5CD95B23BC86A7923F3A0908EE0E37',
|
|
805
|
+
name: 'DRUGS',
|
|
806
|
+
display: 'DRUGS',
|
|
807
|
+
symbol: 'DRUGS',
|
|
808
|
+
logo_URIs: {
|
|
809
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
810
|
+
},
|
|
811
|
+
images: [{
|
|
812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
813
|
+
}],
|
|
814
|
+
traces: [{
|
|
815
|
+
type: 'ibc',
|
|
816
|
+
counterparty: {
|
|
817
|
+
channel_id: 'channel-93',
|
|
818
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
819
|
+
chain_name: 'injective'
|
|
820
|
+
},
|
|
821
|
+
chain: {
|
|
822
|
+
channel_id: 'channel-1'
|
|
823
|
+
}
|
|
824
|
+
}]
|
|
825
|
+
},
|
|
762
826
|
{
|
|
763
827
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
764
828
|
denom_units: [{
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -1239,6 +1239,38 @@ const assets = {
|
|
|
1239
1239
|
}
|
|
1240
1240
|
}]
|
|
1241
1241
|
},
|
|
1242
|
+
{
|
|
1243
|
+
description: 'DRUGS meme coin',
|
|
1244
|
+
denom_units: [{
|
|
1245
|
+
denom: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
1246
|
+
exponent: 0,
|
|
1247
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1248
|
+
}, {
|
|
1249
|
+
denom: 'DRUGS',
|
|
1250
|
+
exponent: 6
|
|
1251
|
+
}],
|
|
1252
|
+
base: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
1253
|
+
name: 'DRUGS',
|
|
1254
|
+
display: 'DRUGS',
|
|
1255
|
+
symbol: 'DRUGS',
|
|
1256
|
+
logo_URIs: {
|
|
1257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1258
|
+
},
|
|
1259
|
+
images: [{
|
|
1260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1261
|
+
}],
|
|
1262
|
+
traces: [{
|
|
1263
|
+
type: 'ibc',
|
|
1264
|
+
counterparty: {
|
|
1265
|
+
channel_id: 'channel-89',
|
|
1266
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1267
|
+
chain_name: 'injective'
|
|
1268
|
+
},
|
|
1269
|
+
chain: {
|
|
1270
|
+
channel_id: 'channel-6'
|
|
1271
|
+
}
|
|
1272
|
+
}]
|
|
1273
|
+
},
|
|
1242
1274
|
{
|
|
1243
1275
|
description: 'The native token of JUNO Chain',
|
|
1244
1276
|
denom_units: [{
|
|
@@ -3138,6 +3170,38 @@ const assets = {
|
|
|
3138
3170
|
}
|
|
3139
3171
|
}]
|
|
3140
3172
|
},
|
|
3173
|
+
{
|
|
3174
|
+
description: 'DRUGS meme coin',
|
|
3175
|
+
denom_units: [{
|
|
3176
|
+
denom: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
3177
|
+
exponent: 0,
|
|
3178
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3179
|
+
}, {
|
|
3180
|
+
denom: 'DRUGS',
|
|
3181
|
+
exponent: 6
|
|
3182
|
+
}],
|
|
3183
|
+
base: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
3184
|
+
name: 'DRUGS',
|
|
3185
|
+
display: 'DRUGS',
|
|
3186
|
+
symbol: 'DRUGS',
|
|
3187
|
+
logo_URIs: {
|
|
3188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3189
|
+
},
|
|
3190
|
+
images: [{
|
|
3191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3192
|
+
}],
|
|
3193
|
+
traces: [{
|
|
3194
|
+
type: 'ibc',
|
|
3195
|
+
counterparty: {
|
|
3196
|
+
channel_id: 'channel-89',
|
|
3197
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3198
|
+
chain_name: 'injective'
|
|
3199
|
+
},
|
|
3200
|
+
chain: {
|
|
3201
|
+
channel_id: 'channel-6'
|
|
3202
|
+
}
|
|
3203
|
+
}]
|
|
3204
|
+
},
|
|
3141
3205
|
{
|
|
3142
3206
|
description: 'The native token of JUNO Chain',
|
|
3143
3207
|
denom_units: [{
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -1120,6 +1120,38 @@ const assets = {
|
|
|
1120
1120
|
}
|
|
1121
1121
|
}]
|
|
1122
1122
|
},
|
|
1123
|
+
{
|
|
1124
|
+
description: 'DRUGS meme coin',
|
|
1125
|
+
denom_units: [{
|
|
1126
|
+
denom: 'ibc/622A5049E7AFD41C9B9BB48ECE6954B254ACD9B604BD31DE71AE931258F38507',
|
|
1127
|
+
exponent: 0,
|
|
1128
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1129
|
+
}, {
|
|
1130
|
+
denom: 'DRUGS',
|
|
1131
|
+
exponent: 6
|
|
1132
|
+
}],
|
|
1133
|
+
base: 'ibc/622A5049E7AFD41C9B9BB48ECE6954B254ACD9B604BD31DE71AE931258F38507',
|
|
1134
|
+
name: 'DRUGS',
|
|
1135
|
+
display: 'DRUGS',
|
|
1136
|
+
symbol: 'DRUGS',
|
|
1137
|
+
logo_URIs: {
|
|
1138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1139
|
+
},
|
|
1140
|
+
images: [{
|
|
1141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1142
|
+
}],
|
|
1143
|
+
traces: [{
|
|
1144
|
+
type: 'ibc',
|
|
1145
|
+
counterparty: {
|
|
1146
|
+
channel_id: 'channel-151',
|
|
1147
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1148
|
+
chain_name: 'injective'
|
|
1149
|
+
},
|
|
1150
|
+
chain: {
|
|
1151
|
+
channel_id: 'channel-255'
|
|
1152
|
+
}
|
|
1153
|
+
}]
|
|
1154
|
+
},
|
|
1123
1155
|
{
|
|
1124
1156
|
description: 'The native token of JUNO Chain',
|
|
1125
1157
|
denom_units: [{
|
|
@@ -4211,6 +4243,38 @@ const assets = {
|
|
|
4211
4243
|
}
|
|
4212
4244
|
}]
|
|
4213
4245
|
},
|
|
4246
|
+
{
|
|
4247
|
+
description: 'DRUGS meme coin',
|
|
4248
|
+
denom_units: [{
|
|
4249
|
+
denom: 'ibc/622A5049E7AFD41C9B9BB48ECE6954B254ACD9B604BD31DE71AE931258F38507',
|
|
4250
|
+
exponent: 0,
|
|
4251
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
4252
|
+
}, {
|
|
4253
|
+
denom: 'DRUGS',
|
|
4254
|
+
exponent: 6
|
|
4255
|
+
}],
|
|
4256
|
+
base: 'ibc/622A5049E7AFD41C9B9BB48ECE6954B254ACD9B604BD31DE71AE931258F38507',
|
|
4257
|
+
name: 'DRUGS',
|
|
4258
|
+
display: 'DRUGS',
|
|
4259
|
+
symbol: 'DRUGS',
|
|
4260
|
+
logo_URIs: {
|
|
4261
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
4262
|
+
},
|
|
4263
|
+
images: [{
|
|
4264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
4265
|
+
}],
|
|
4266
|
+
traces: [{
|
|
4267
|
+
type: 'ibc',
|
|
4268
|
+
counterparty: {
|
|
4269
|
+
channel_id: 'channel-151',
|
|
4270
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
4271
|
+
chain_name: 'injective'
|
|
4272
|
+
},
|
|
4273
|
+
chain: {
|
|
4274
|
+
channel_id: 'channel-255'
|
|
4275
|
+
}
|
|
4276
|
+
}]
|
|
4277
|
+
},
|
|
4214
4278
|
{
|
|
4215
4279
|
description: 'The native token of JUNO Chain',
|
|
4216
4280
|
denom_units: [{
|