@chain-registry/assets 1.64.59 → 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/mainnet/oraichain.js
CHANGED
|
@@ -438,6 +438,38 @@ const assets = {
|
|
|
438
438
|
}
|
|
439
439
|
}]
|
|
440
440
|
},
|
|
441
|
+
{
|
|
442
|
+
description: 'DRUGS meme coin',
|
|
443
|
+
denom_units: [{
|
|
444
|
+
denom: 'ibc/483CCCA41B0CDC5B4109BA6BD86FA35BC708B304651430EBD9322B62D5A011B2',
|
|
445
|
+
exponent: 0,
|
|
446
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
447
|
+
}, {
|
|
448
|
+
denom: 'DRUGS',
|
|
449
|
+
exponent: 6
|
|
450
|
+
}],
|
|
451
|
+
base: 'ibc/483CCCA41B0CDC5B4109BA6BD86FA35BC708B304651430EBD9322B62D5A011B2',
|
|
452
|
+
name: 'DRUGS',
|
|
453
|
+
display: 'DRUGS',
|
|
454
|
+
symbol: 'DRUGS',
|
|
455
|
+
logo_URIs: {
|
|
456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
457
|
+
},
|
|
458
|
+
images: [{
|
|
459
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
460
|
+
}],
|
|
461
|
+
traces: [{
|
|
462
|
+
type: 'ibc',
|
|
463
|
+
counterparty: {
|
|
464
|
+
channel_id: 'channel-147',
|
|
465
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
466
|
+
chain_name: 'injective'
|
|
467
|
+
},
|
|
468
|
+
chain: {
|
|
469
|
+
channel_id: 'channel-146'
|
|
470
|
+
}
|
|
471
|
+
}]
|
|
472
|
+
},
|
|
441
473
|
{
|
|
442
474
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
443
475
|
denom_units: [{
|
|
@@ -873,6 +905,38 @@ const assets = {
|
|
|
873
905
|
}
|
|
874
906
|
}]
|
|
875
907
|
},
|
|
908
|
+
{
|
|
909
|
+
description: 'DRUGS meme coin',
|
|
910
|
+
denom_units: [{
|
|
911
|
+
denom: 'ibc/483CCCA41B0CDC5B4109BA6BD86FA35BC708B304651430EBD9322B62D5A011B2',
|
|
912
|
+
exponent: 0,
|
|
913
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
914
|
+
}, {
|
|
915
|
+
denom: 'DRUGS',
|
|
916
|
+
exponent: 6
|
|
917
|
+
}],
|
|
918
|
+
base: 'ibc/483CCCA41B0CDC5B4109BA6BD86FA35BC708B304651430EBD9322B62D5A011B2',
|
|
919
|
+
name: 'DRUGS',
|
|
920
|
+
display: 'DRUGS',
|
|
921
|
+
symbol: 'DRUGS',
|
|
922
|
+
logo_URIs: {
|
|
923
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
924
|
+
},
|
|
925
|
+
images: [{
|
|
926
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
927
|
+
}],
|
|
928
|
+
traces: [{
|
|
929
|
+
type: 'ibc',
|
|
930
|
+
counterparty: {
|
|
931
|
+
channel_id: 'channel-147',
|
|
932
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
933
|
+
chain_name: 'injective'
|
|
934
|
+
},
|
|
935
|
+
chain: {
|
|
936
|
+
channel_id: 'channel-146'
|
|
937
|
+
}
|
|
938
|
+
}]
|
|
939
|
+
},
|
|
876
940
|
{
|
|
877
941
|
description: 'The native token of Osmosis',
|
|
878
942
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -3428,6 +3428,38 @@ const assets = {
|
|
|
3428
3428
|
}
|
|
3429
3429
|
}]
|
|
3430
3430
|
},
|
|
3431
|
+
{
|
|
3432
|
+
description: 'DRUGS meme coin',
|
|
3433
|
+
denom_units: [{
|
|
3434
|
+
denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
3435
|
+
exponent: 0,
|
|
3436
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3437
|
+
}, {
|
|
3438
|
+
denom: 'DRUGS',
|
|
3439
|
+
exponent: 6
|
|
3440
|
+
}],
|
|
3441
|
+
base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
3442
|
+
name: 'DRUGS',
|
|
3443
|
+
display: 'DRUGS',
|
|
3444
|
+
symbol: 'DRUGS',
|
|
3445
|
+
logo_URIs: {
|
|
3446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3447
|
+
},
|
|
3448
|
+
images: [{
|
|
3449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3450
|
+
}],
|
|
3451
|
+
traces: [{
|
|
3452
|
+
type: 'ibc',
|
|
3453
|
+
counterparty: {
|
|
3454
|
+
channel_id: 'channel-8',
|
|
3455
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3456
|
+
chain_name: 'injective'
|
|
3457
|
+
},
|
|
3458
|
+
chain: {
|
|
3459
|
+
channel_id: 'channel-122'
|
|
3460
|
+
}
|
|
3461
|
+
}]
|
|
3462
|
+
},
|
|
3431
3463
|
{
|
|
3432
3464
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3433
3465
|
denom_units: [{
|
|
@@ -8645,6 +8677,38 @@ const assets = {
|
|
|
8645
8677
|
}
|
|
8646
8678
|
}]
|
|
8647
8679
|
},
|
|
8680
|
+
{
|
|
8681
|
+
description: 'DRUGS meme coin',
|
|
8682
|
+
denom_units: [{
|
|
8683
|
+
denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
8684
|
+
exponent: 0,
|
|
8685
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
8686
|
+
}, {
|
|
8687
|
+
denom: 'DRUGS',
|
|
8688
|
+
exponent: 6
|
|
8689
|
+
}],
|
|
8690
|
+
base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
8691
|
+
name: 'DRUGS',
|
|
8692
|
+
display: 'DRUGS',
|
|
8693
|
+
symbol: 'DRUGS',
|
|
8694
|
+
logo_URIs: {
|
|
8695
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
8696
|
+
},
|
|
8697
|
+
images: [{
|
|
8698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
8699
|
+
}],
|
|
8700
|
+
traces: [{
|
|
8701
|
+
type: 'ibc',
|
|
8702
|
+
counterparty: {
|
|
8703
|
+
channel_id: 'channel-8',
|
|
8704
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
8705
|
+
chain_name: 'injective'
|
|
8706
|
+
},
|
|
8707
|
+
chain: {
|
|
8708
|
+
channel_id: 'channel-122'
|
|
8709
|
+
}
|
|
8710
|
+
}]
|
|
8711
|
+
},
|
|
8648
8712
|
{
|
|
8649
8713
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
8650
8714
|
denom_units: [{
|
package/mainnet/persistence.js
CHANGED
|
@@ -798,6 +798,38 @@ 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
|
+
},
|
|
801
833
|
{
|
|
802
834
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
803
835
|
denom_units: [{
|
|
@@ -2267,6 +2299,38 @@ const assets = {
|
|
|
2267
2299
|
}
|
|
2268
2300
|
}]
|
|
2269
2301
|
},
|
|
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
|
+
},
|
|
2270
2334
|
{
|
|
2271
2335
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
2272
2336
|
denom_units: [{
|
package/mainnet/pryzm.js
CHANGED
|
@@ -448,6 +448,38 @@ 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
|
+
},
|
|
451
483
|
{
|
|
452
484
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
453
485
|
denom_units: [{
|
|
@@ -1246,6 +1278,38 @@ const assets = {
|
|
|
1246
1278
|
}
|
|
1247
1279
|
}]
|
|
1248
1280
|
},
|
|
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
|
+
},
|
|
1249
1313
|
{
|
|
1250
1314
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
1251
1315
|
denom_units: [{
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1170,6 +1170,38 @@ 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
|
+
},
|
|
1173
1205
|
{
|
|
1174
1206
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
1175
1207
|
denom_units: [{
|
|
@@ -3083,6 +3115,38 @@ const assets = {
|
|
|
3083
3115
|
}
|
|
3084
3116
|
}]
|
|
3085
3117
|
},
|
|
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
|
+
},
|
|
3086
3150
|
{
|
|
3087
3151
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
3088
3152
|
denom_units: [{
|
package/mainnet/sommelier.js
CHANGED
|
@@ -317,6 +317,38 @@ 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
|
+
},
|
|
320
352
|
{
|
|
321
353
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
322
354
|
denom_units: [{
|
|
@@ -761,6 +793,38 @@ const assets = {
|
|
|
761
793
|
}
|
|
762
794
|
}]
|
|
763
795
|
},
|
|
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
|
+
},
|
|
764
828
|
{
|
|
765
829
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
766
830
|
denom_units: [{
|
package/mainnet/stride.js
CHANGED
|
@@ -1241,6 +1241,38 @@ const assets = {
|
|
|
1241
1241
|
}
|
|
1242
1242
|
}]
|
|
1243
1243
|
},
|
|
1244
|
+
{
|
|
1245
|
+
description: 'DRUGS meme coin',
|
|
1246
|
+
denom_units: [{
|
|
1247
|
+
denom: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
1248
|
+
exponent: 0,
|
|
1249
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1250
|
+
}, {
|
|
1251
|
+
denom: 'DRUGS',
|
|
1252
|
+
exponent: 6
|
|
1253
|
+
}],
|
|
1254
|
+
base: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
1255
|
+
name: 'DRUGS',
|
|
1256
|
+
display: 'DRUGS',
|
|
1257
|
+
symbol: 'DRUGS',
|
|
1258
|
+
logo_URIs: {
|
|
1259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1260
|
+
},
|
|
1261
|
+
images: [{
|
|
1262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1263
|
+
}],
|
|
1264
|
+
traces: [{
|
|
1265
|
+
type: 'ibc',
|
|
1266
|
+
counterparty: {
|
|
1267
|
+
channel_id: 'channel-89',
|
|
1268
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1269
|
+
chain_name: 'injective'
|
|
1270
|
+
},
|
|
1271
|
+
chain: {
|
|
1272
|
+
channel_id: 'channel-6'
|
|
1273
|
+
}
|
|
1274
|
+
}]
|
|
1275
|
+
},
|
|
1244
1276
|
{
|
|
1245
1277
|
description: 'The native token of JUNO Chain',
|
|
1246
1278
|
denom_units: [{
|
|
@@ -3140,6 +3172,38 @@ const assets = {
|
|
|
3140
3172
|
}
|
|
3141
3173
|
}]
|
|
3142
3174
|
},
|
|
3175
|
+
{
|
|
3176
|
+
description: 'DRUGS meme coin',
|
|
3177
|
+
denom_units: [{
|
|
3178
|
+
denom: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
3179
|
+
exponent: 0,
|
|
3180
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3181
|
+
}, {
|
|
3182
|
+
denom: 'DRUGS',
|
|
3183
|
+
exponent: 6
|
|
3184
|
+
}],
|
|
3185
|
+
base: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
3186
|
+
name: 'DRUGS',
|
|
3187
|
+
display: 'DRUGS',
|
|
3188
|
+
symbol: 'DRUGS',
|
|
3189
|
+
logo_URIs: {
|
|
3190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3191
|
+
},
|
|
3192
|
+
images: [{
|
|
3193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3194
|
+
}],
|
|
3195
|
+
traces: [{
|
|
3196
|
+
type: 'ibc',
|
|
3197
|
+
counterparty: {
|
|
3198
|
+
channel_id: 'channel-89',
|
|
3199
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3200
|
+
chain_name: 'injective'
|
|
3201
|
+
},
|
|
3202
|
+
chain: {
|
|
3203
|
+
channel_id: 'channel-6'
|
|
3204
|
+
}
|
|
3205
|
+
}]
|
|
3206
|
+
},
|
|
3143
3207
|
{
|
|
3144
3208
|
description: 'The native token of JUNO Chain',
|
|
3145
3209
|
denom_units: [{
|
package/mainnet/terra2.js
CHANGED
|
@@ -1122,6 +1122,38 @@ const assets = {
|
|
|
1122
1122
|
}
|
|
1123
1123
|
}]
|
|
1124
1124
|
},
|
|
1125
|
+
{
|
|
1126
|
+
description: 'DRUGS meme coin',
|
|
1127
|
+
denom_units: [{
|
|
1128
|
+
denom: 'ibc/622A5049E7AFD41C9B9BB48ECE6954B254ACD9B604BD31DE71AE931258F38507',
|
|
1129
|
+
exponent: 0,
|
|
1130
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1131
|
+
}, {
|
|
1132
|
+
denom: 'DRUGS',
|
|
1133
|
+
exponent: 6
|
|
1134
|
+
}],
|
|
1135
|
+
base: 'ibc/622A5049E7AFD41C9B9BB48ECE6954B254ACD9B604BD31DE71AE931258F38507',
|
|
1136
|
+
name: 'DRUGS',
|
|
1137
|
+
display: 'DRUGS',
|
|
1138
|
+
symbol: 'DRUGS',
|
|
1139
|
+
logo_URIs: {
|
|
1140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1141
|
+
},
|
|
1142
|
+
images: [{
|
|
1143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1144
|
+
}],
|
|
1145
|
+
traces: [{
|
|
1146
|
+
type: 'ibc',
|
|
1147
|
+
counterparty: {
|
|
1148
|
+
channel_id: 'channel-151',
|
|
1149
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1150
|
+
chain_name: 'injective'
|
|
1151
|
+
},
|
|
1152
|
+
chain: {
|
|
1153
|
+
channel_id: 'channel-255'
|
|
1154
|
+
}
|
|
1155
|
+
}]
|
|
1156
|
+
},
|
|
1125
1157
|
{
|
|
1126
1158
|
description: 'The native token of JUNO Chain',
|
|
1127
1159
|
denom_units: [{
|
|
@@ -4213,6 +4245,38 @@ const assets = {
|
|
|
4213
4245
|
}
|
|
4214
4246
|
}]
|
|
4215
4247
|
},
|
|
4248
|
+
{
|
|
4249
|
+
description: 'DRUGS meme coin',
|
|
4250
|
+
denom_units: [{
|
|
4251
|
+
denom: 'ibc/622A5049E7AFD41C9B9BB48ECE6954B254ACD9B604BD31DE71AE931258F38507',
|
|
4252
|
+
exponent: 0,
|
|
4253
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
4254
|
+
}, {
|
|
4255
|
+
denom: 'DRUGS',
|
|
4256
|
+
exponent: 6
|
|
4257
|
+
}],
|
|
4258
|
+
base: 'ibc/622A5049E7AFD41C9B9BB48ECE6954B254ACD9B604BD31DE71AE931258F38507',
|
|
4259
|
+
name: 'DRUGS',
|
|
4260
|
+
display: 'DRUGS',
|
|
4261
|
+
symbol: 'DRUGS',
|
|
4262
|
+
logo_URIs: {
|
|
4263
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
4264
|
+
},
|
|
4265
|
+
images: [{
|
|
4266
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
4267
|
+
}],
|
|
4268
|
+
traces: [{
|
|
4269
|
+
type: 'ibc',
|
|
4270
|
+
counterparty: {
|
|
4271
|
+
channel_id: 'channel-151',
|
|
4272
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
4273
|
+
chain_name: 'injective'
|
|
4274
|
+
},
|
|
4275
|
+
chain: {
|
|
4276
|
+
channel_id: 'channel-255'
|
|
4277
|
+
}
|
|
4278
|
+
}]
|
|
4279
|
+
},
|
|
4216
4280
|
{
|
|
4217
4281
|
description: 'The native token of JUNO Chain',
|
|
4218
4282
|
denom_units: [{
|