@chain-registry/assets 1.64.59 → 1.64.61
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 +144 -0
- package/esm/mainnet/celestia.js +64 -0
- package/esm/mainnet/composable.js +64 -0
- package/esm/mainnet/cosmoshub.js +144 -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/gravitybridge.js +80 -0
- package/esm/mainnet/kava.js +144 -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 +144 -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 +144 -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 +144 -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 +144 -0
- package/mainnet/celestia.js +64 -0
- package/mainnet/composable.js +64 -0
- package/mainnet/cosmoshub.js +144 -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/gravitybridge.js +80 -0
- package/mainnet/kava.js +144 -0
- package/mainnet/kujira.js +64 -0
- package/mainnet/migaloo.js +64 -0
- package/mainnet/neutron.js +64 -0
- package/mainnet/noble.js +144 -0
- package/mainnet/nois.js +64 -0
- package/mainnet/odin.js +64 -0
- package/mainnet/oraichain.js +64 -0
- package/mainnet/osmosis.js +144 -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 +144 -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/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
|
@@ -969,6 +969,46 @@ const assets = {
|
|
|
969
969
|
}
|
|
970
970
|
}]
|
|
971
971
|
},
|
|
972
|
+
{
|
|
973
|
+
description: 'Deenar gold-backed stablecoin',
|
|
974
|
+
denom_units: [{
|
|
975
|
+
denom: 'ibc/3973C5943C3BA56C227AAF71D072DB915FA53FBDD2D5CA648E44D3FD234922BA',
|
|
976
|
+
exponent: 0,
|
|
977
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
978
|
+
}, {
|
|
979
|
+
denom: 'DEEN',
|
|
980
|
+
exponent: 6
|
|
981
|
+
}],
|
|
982
|
+
base: 'ibc/3973C5943C3BA56C227AAF71D072DB915FA53FBDD2D5CA648E44D3FD234922BA',
|
|
983
|
+
name: 'Deenar',
|
|
984
|
+
display: 'DEEN',
|
|
985
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
986
|
+
symbol: 'DEEN',
|
|
987
|
+
type_asset: 'erc20',
|
|
988
|
+
traces: [{
|
|
989
|
+
type: 'ibc',
|
|
990
|
+
counterparty: {
|
|
991
|
+
channel_id: 'channel-7',
|
|
992
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
993
|
+
chain_name: 'haqq'
|
|
994
|
+
},
|
|
995
|
+
chain: {
|
|
996
|
+
channel_id: 'channel-240'
|
|
997
|
+
}
|
|
998
|
+
}],
|
|
999
|
+
logo_URIs: {
|
|
1000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1001
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1002
|
+
},
|
|
1003
|
+
images: [{
|
|
1004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
1006
|
+
theme: {
|
|
1007
|
+
primary_color_hex: '#ffbc05',
|
|
1008
|
+
circle: true
|
|
1009
|
+
}
|
|
1010
|
+
}]
|
|
1011
|
+
},
|
|
972
1012
|
{
|
|
973
1013
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
974
1014
|
denom_units: [{
|
|
@@ -1241,6 +1281,38 @@ const assets = {
|
|
|
1241
1281
|
}
|
|
1242
1282
|
}]
|
|
1243
1283
|
},
|
|
1284
|
+
{
|
|
1285
|
+
description: 'DRUGS meme coin',
|
|
1286
|
+
denom_units: [{
|
|
1287
|
+
denom: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
1288
|
+
exponent: 0,
|
|
1289
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1290
|
+
}, {
|
|
1291
|
+
denom: 'DRUGS',
|
|
1292
|
+
exponent: 6
|
|
1293
|
+
}],
|
|
1294
|
+
base: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
1295
|
+
name: 'DRUGS',
|
|
1296
|
+
display: 'DRUGS',
|
|
1297
|
+
symbol: 'DRUGS',
|
|
1298
|
+
logo_URIs: {
|
|
1299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1300
|
+
},
|
|
1301
|
+
images: [{
|
|
1302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1303
|
+
}],
|
|
1304
|
+
traces: [{
|
|
1305
|
+
type: 'ibc',
|
|
1306
|
+
counterparty: {
|
|
1307
|
+
channel_id: 'channel-89',
|
|
1308
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1309
|
+
chain_name: 'injective'
|
|
1310
|
+
},
|
|
1311
|
+
chain: {
|
|
1312
|
+
channel_id: 'channel-6'
|
|
1313
|
+
}
|
|
1314
|
+
}]
|
|
1315
|
+
},
|
|
1244
1316
|
{
|
|
1245
1317
|
description: 'The native token of JUNO Chain',
|
|
1246
1318
|
denom_units: [{
|
|
@@ -2868,6 +2940,46 @@ const assets = {
|
|
|
2868
2940
|
}
|
|
2869
2941
|
}]
|
|
2870
2942
|
},
|
|
2943
|
+
{
|
|
2944
|
+
description: 'Deenar gold-backed stablecoin',
|
|
2945
|
+
denom_units: [{
|
|
2946
|
+
denom: 'ibc/3973C5943C3BA56C227AAF71D072DB915FA53FBDD2D5CA648E44D3FD234922BA',
|
|
2947
|
+
exponent: 0,
|
|
2948
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
2949
|
+
}, {
|
|
2950
|
+
denom: 'DEEN',
|
|
2951
|
+
exponent: 6
|
|
2952
|
+
}],
|
|
2953
|
+
base: 'ibc/3973C5943C3BA56C227AAF71D072DB915FA53FBDD2D5CA648E44D3FD234922BA',
|
|
2954
|
+
name: 'Deenar',
|
|
2955
|
+
display: 'DEEN',
|
|
2956
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
2957
|
+
symbol: 'DEEN',
|
|
2958
|
+
type_asset: 'erc20',
|
|
2959
|
+
traces: [{
|
|
2960
|
+
type: 'ibc',
|
|
2961
|
+
counterparty: {
|
|
2962
|
+
channel_id: 'channel-7',
|
|
2963
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
2964
|
+
chain_name: 'haqq'
|
|
2965
|
+
},
|
|
2966
|
+
chain: {
|
|
2967
|
+
channel_id: 'channel-240'
|
|
2968
|
+
}
|
|
2969
|
+
}],
|
|
2970
|
+
logo_URIs: {
|
|
2971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
2973
|
+
},
|
|
2974
|
+
images: [{
|
|
2975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2976
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
2977
|
+
theme: {
|
|
2978
|
+
primary_color_hex: '#ffbc05',
|
|
2979
|
+
circle: true
|
|
2980
|
+
}
|
|
2981
|
+
}]
|
|
2982
|
+
},
|
|
2871
2983
|
{
|
|
2872
2984
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
2873
2985
|
denom_units: [{
|
|
@@ -3140,6 +3252,38 @@ const assets = {
|
|
|
3140
3252
|
}
|
|
3141
3253
|
}]
|
|
3142
3254
|
},
|
|
3255
|
+
{
|
|
3256
|
+
description: 'DRUGS meme coin',
|
|
3257
|
+
denom_units: [{
|
|
3258
|
+
denom: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
3259
|
+
exponent: 0,
|
|
3260
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3261
|
+
}, {
|
|
3262
|
+
denom: 'DRUGS',
|
|
3263
|
+
exponent: 6
|
|
3264
|
+
}],
|
|
3265
|
+
base: 'ibc/D4CBE401C45E7040BCBC7F71E3590452858E4B8597E5DC292FA54E1BFDCA7E94',
|
|
3266
|
+
name: 'DRUGS',
|
|
3267
|
+
display: 'DRUGS',
|
|
3268
|
+
symbol: 'DRUGS',
|
|
3269
|
+
logo_URIs: {
|
|
3270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3271
|
+
},
|
|
3272
|
+
images: [{
|
|
3273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3274
|
+
}],
|
|
3275
|
+
traces: [{
|
|
3276
|
+
type: 'ibc',
|
|
3277
|
+
counterparty: {
|
|
3278
|
+
channel_id: 'channel-89',
|
|
3279
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3280
|
+
chain_name: 'injective'
|
|
3281
|
+
},
|
|
3282
|
+
chain: {
|
|
3283
|
+
channel_id: 'channel-6'
|
|
3284
|
+
}
|
|
3285
|
+
}]
|
|
3286
|
+
},
|
|
3143
3287
|
{
|
|
3144
3288
|
description: 'The native token of JUNO Chain',
|
|
3145
3289
|
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: [{
|
package/mainnet/umee.js
CHANGED
|
@@ -653,6 +653,38 @@ const assets = {
|
|
|
653
653
|
}
|
|
654
654
|
}]
|
|
655
655
|
},
|
|
656
|
+
{
|
|
657
|
+
description: 'DRUGS meme coin',
|
|
658
|
+
denom_units: [{
|
|
659
|
+
denom: 'ibc/0162FD5B2AAC65E7C958282CCD5B1BC4D178B4443C1FEE8D81DD6C31308B144B',
|
|
660
|
+
exponent: 0,
|
|
661
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
662
|
+
}, {
|
|
663
|
+
denom: 'DRUGS',
|
|
664
|
+
exponent: 6
|
|
665
|
+
}],
|
|
666
|
+
base: 'ibc/0162FD5B2AAC65E7C958282CCD5B1BC4D178B4443C1FEE8D81DD6C31308B144B',
|
|
667
|
+
name: 'DRUGS',
|
|
668
|
+
display: 'DRUGS',
|
|
669
|
+
symbol: 'DRUGS',
|
|
670
|
+
logo_URIs: {
|
|
671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
672
|
+
},
|
|
673
|
+
images: [{
|
|
674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
675
|
+
}],
|
|
676
|
+
traces: [{
|
|
677
|
+
type: 'ibc',
|
|
678
|
+
counterparty: {
|
|
679
|
+
channel_id: 'channel-159',
|
|
680
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
681
|
+
chain_name: 'injective'
|
|
682
|
+
},
|
|
683
|
+
chain: {
|
|
684
|
+
channel_id: 'channel-116'
|
|
685
|
+
}
|
|
686
|
+
}]
|
|
687
|
+
},
|
|
656
688
|
{
|
|
657
689
|
description: 'Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.',
|
|
658
690
|
denom_units: [{
|
|
@@ -1991,6 +2023,38 @@ const assets = {
|
|
|
1991
2023
|
}
|
|
1992
2024
|
}]
|
|
1993
2025
|
},
|
|
2026
|
+
{
|
|
2027
|
+
description: 'DRUGS meme coin',
|
|
2028
|
+
denom_units: [{
|
|
2029
|
+
denom: 'ibc/0162FD5B2AAC65E7C958282CCD5B1BC4D178B4443C1FEE8D81DD6C31308B144B',
|
|
2030
|
+
exponent: 0,
|
|
2031
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2032
|
+
}, {
|
|
2033
|
+
denom: 'DRUGS',
|
|
2034
|
+
exponent: 6
|
|
2035
|
+
}],
|
|
2036
|
+
base: 'ibc/0162FD5B2AAC65E7C958282CCD5B1BC4D178B4443C1FEE8D81DD6C31308B144B',
|
|
2037
|
+
name: 'DRUGS',
|
|
2038
|
+
display: 'DRUGS',
|
|
2039
|
+
symbol: 'DRUGS',
|
|
2040
|
+
logo_URIs: {
|
|
2041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2042
|
+
},
|
|
2043
|
+
images: [{
|
|
2044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2045
|
+
}],
|
|
2046
|
+
traces: [{
|
|
2047
|
+
type: 'ibc',
|
|
2048
|
+
counterparty: {
|
|
2049
|
+
channel_id: 'channel-159',
|
|
2050
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2051
|
+
chain_name: 'injective'
|
|
2052
|
+
},
|
|
2053
|
+
chain: {
|
|
2054
|
+
channel_id: 'channel-116'
|
|
2055
|
+
}
|
|
2056
|
+
}]
|
|
2057
|
+
},
|
|
1994
2058
|
{
|
|
1995
2059
|
description: 'Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.',
|
|
1996
2060
|
denom_units: [{
|
package/mainnet/xpla.js
CHANGED
|
@@ -275,6 +275,38 @@ const assets = {
|
|
|
275
275
|
}
|
|
276
276
|
}]
|
|
277
277
|
},
|
|
278
|
+
{
|
|
279
|
+
description: 'DRUGS meme coin',
|
|
280
|
+
denom_units: [{
|
|
281
|
+
denom: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
282
|
+
exponent: 0,
|
|
283
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
284
|
+
}, {
|
|
285
|
+
denom: 'DRUGS',
|
|
286
|
+
exponent: 6
|
|
287
|
+
}],
|
|
288
|
+
base: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
289
|
+
name: 'DRUGS',
|
|
290
|
+
display: 'DRUGS',
|
|
291
|
+
symbol: 'DRUGS',
|
|
292
|
+
logo_URIs: {
|
|
293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
294
|
+
},
|
|
295
|
+
images: [{
|
|
296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
297
|
+
}],
|
|
298
|
+
traces: [{
|
|
299
|
+
type: 'ibc',
|
|
300
|
+
counterparty: {
|
|
301
|
+
channel_id: 'channel-137',
|
|
302
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
303
|
+
chain_name: 'injective'
|
|
304
|
+
},
|
|
305
|
+
chain: {
|
|
306
|
+
channel_id: 'channel-7'
|
|
307
|
+
}
|
|
308
|
+
}]
|
|
309
|
+
},
|
|
278
310
|
{
|
|
279
311
|
description: 'The native token of Osmosis',
|
|
280
312
|
denom_units: [{
|
|
@@ -635,6 +667,38 @@ const assets = {
|
|
|
635
667
|
}
|
|
636
668
|
}]
|
|
637
669
|
},
|
|
670
|
+
{
|
|
671
|
+
description: 'DRUGS meme coin',
|
|
672
|
+
denom_units: [{
|
|
673
|
+
denom: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
674
|
+
exponent: 0,
|
|
675
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
676
|
+
}, {
|
|
677
|
+
denom: 'DRUGS',
|
|
678
|
+
exponent: 6
|
|
679
|
+
}],
|
|
680
|
+
base: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
681
|
+
name: 'DRUGS',
|
|
682
|
+
display: 'DRUGS',
|
|
683
|
+
symbol: 'DRUGS',
|
|
684
|
+
logo_URIs: {
|
|
685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
686
|
+
},
|
|
687
|
+
images: [{
|
|
688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
689
|
+
}],
|
|
690
|
+
traces: [{
|
|
691
|
+
type: 'ibc',
|
|
692
|
+
counterparty: {
|
|
693
|
+
channel_id: 'channel-137',
|
|
694
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
695
|
+
chain_name: 'injective'
|
|
696
|
+
},
|
|
697
|
+
chain: {
|
|
698
|
+
channel_id: 'channel-7'
|
|
699
|
+
}
|
|
700
|
+
}]
|
|
701
|
+
},
|
|
638
702
|
{
|
|
639
703
|
description: 'The native token of Osmosis',
|
|
640
704
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.61",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.51",
|
|
33
|
+
"chain-registry": "^1.63.61"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.51"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "c50a4b484aeab470c69ded4f85168948a203aa17"
|
|
47
47
|
}
|