@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/esm/mainnet/doravota.js
CHANGED
|
@@ -686,6 +686,38 @@ const assets = {
|
|
|
686
686
|
}
|
|
687
687
|
}]
|
|
688
688
|
},
|
|
689
|
+
{
|
|
690
|
+
description: 'DRUGS meme coin',
|
|
691
|
+
denom_units: [{
|
|
692
|
+
denom: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
693
|
+
exponent: 0,
|
|
694
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
695
|
+
}, {
|
|
696
|
+
denom: 'DRUGS',
|
|
697
|
+
exponent: 6
|
|
698
|
+
}],
|
|
699
|
+
base: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
700
|
+
name: 'DRUGS',
|
|
701
|
+
display: 'DRUGS',
|
|
702
|
+
symbol: 'DRUGS',
|
|
703
|
+
logo_URIs: {
|
|
704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
705
|
+
},
|
|
706
|
+
images: [{
|
|
707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
708
|
+
}],
|
|
709
|
+
traces: [{
|
|
710
|
+
type: 'ibc',
|
|
711
|
+
counterparty: {
|
|
712
|
+
channel_id: 'channel-182',
|
|
713
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
714
|
+
chain_name: 'injective'
|
|
715
|
+
},
|
|
716
|
+
chain: {
|
|
717
|
+
channel_id: 'channel-5'
|
|
718
|
+
}
|
|
719
|
+
}]
|
|
720
|
+
},
|
|
689
721
|
{
|
|
690
722
|
description: 'The native token of Nolus chain',
|
|
691
723
|
denom_units: [{
|
|
@@ -1212,6 +1244,38 @@ const assets = {
|
|
|
1212
1244
|
}
|
|
1213
1245
|
}]
|
|
1214
1246
|
},
|
|
1247
|
+
{
|
|
1248
|
+
description: 'DRUGS meme coin',
|
|
1249
|
+
denom_units: [{
|
|
1250
|
+
denom: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
1251
|
+
exponent: 0,
|
|
1252
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1253
|
+
}, {
|
|
1254
|
+
denom: 'DRUGS',
|
|
1255
|
+
exponent: 6
|
|
1256
|
+
}],
|
|
1257
|
+
base: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
1258
|
+
name: 'DRUGS',
|
|
1259
|
+
display: 'DRUGS',
|
|
1260
|
+
symbol: 'DRUGS',
|
|
1261
|
+
logo_URIs: {
|
|
1262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1263
|
+
},
|
|
1264
|
+
images: [{
|
|
1265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1266
|
+
}],
|
|
1267
|
+
traces: [{
|
|
1268
|
+
type: 'ibc',
|
|
1269
|
+
counterparty: {
|
|
1270
|
+
channel_id: 'channel-182',
|
|
1271
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1272
|
+
chain_name: 'injective'
|
|
1273
|
+
},
|
|
1274
|
+
chain: {
|
|
1275
|
+
channel_id: 'channel-5'
|
|
1276
|
+
}
|
|
1277
|
+
}]
|
|
1278
|
+
},
|
|
1215
1279
|
{
|
|
1216
1280
|
description: 'The native token of Nolus chain',
|
|
1217
1281
|
denom_units: [{
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -1775,6 +1775,38 @@ const assets = {
|
|
|
1775
1775
|
}
|
|
1776
1776
|
}]
|
|
1777
1777
|
},
|
|
1778
|
+
{
|
|
1779
|
+
description: 'DRUGS meme coin',
|
|
1780
|
+
denom_units: [{
|
|
1781
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1782
|
+
exponent: 0,
|
|
1783
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1784
|
+
}, {
|
|
1785
|
+
denom: 'DRUGS',
|
|
1786
|
+
exponent: 6
|
|
1787
|
+
}],
|
|
1788
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1789
|
+
name: 'DRUGS',
|
|
1790
|
+
display: 'DRUGS',
|
|
1791
|
+
symbol: 'DRUGS',
|
|
1792
|
+
logo_URIs: {
|
|
1793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1794
|
+
},
|
|
1795
|
+
images: [{
|
|
1796
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1797
|
+
}],
|
|
1798
|
+
traces: [{
|
|
1799
|
+
type: 'ibc',
|
|
1800
|
+
counterparty: {
|
|
1801
|
+
channel_id: 'channel-83',
|
|
1802
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1803
|
+
chain_name: 'injective'
|
|
1804
|
+
},
|
|
1805
|
+
chain: {
|
|
1806
|
+
channel_id: 'channel-10'
|
|
1807
|
+
}
|
|
1808
|
+
}]
|
|
1809
|
+
},
|
|
1778
1810
|
{
|
|
1779
1811
|
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.',
|
|
1780
1812
|
denom_units: [{
|
|
@@ -2752,6 +2784,38 @@ const assets = {
|
|
|
2752
2784
|
}
|
|
2753
2785
|
}]
|
|
2754
2786
|
},
|
|
2787
|
+
{
|
|
2788
|
+
description: 'DRUGS meme coin',
|
|
2789
|
+
denom_units: [{
|
|
2790
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
2791
|
+
exponent: 0,
|
|
2792
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2793
|
+
}, {
|
|
2794
|
+
denom: 'DRUGS',
|
|
2795
|
+
exponent: 6
|
|
2796
|
+
}],
|
|
2797
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
2798
|
+
name: 'DRUGS',
|
|
2799
|
+
display: 'DRUGS',
|
|
2800
|
+
symbol: 'DRUGS',
|
|
2801
|
+
logo_URIs: {
|
|
2802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2803
|
+
},
|
|
2804
|
+
images: [{
|
|
2805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2806
|
+
}],
|
|
2807
|
+
traces: [{
|
|
2808
|
+
type: 'ibc',
|
|
2809
|
+
counterparty: {
|
|
2810
|
+
channel_id: 'channel-83',
|
|
2811
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2812
|
+
chain_name: 'injective'
|
|
2813
|
+
},
|
|
2814
|
+
chain: {
|
|
2815
|
+
channel_id: 'channel-10'
|
|
2816
|
+
}
|
|
2817
|
+
}]
|
|
2818
|
+
},
|
|
2755
2819
|
{
|
|
2756
2820
|
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.',
|
|
2757
2821
|
denom_units: [{
|
package/esm/mainnet/gateway.js
CHANGED
|
@@ -595,6 +595,38 @@ const assets = {
|
|
|
595
595
|
}
|
|
596
596
|
}]
|
|
597
597
|
},
|
|
598
|
+
{
|
|
599
|
+
description: 'DRUGS meme coin',
|
|
600
|
+
denom_units: [{
|
|
601
|
+
denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
602
|
+
exponent: 0,
|
|
603
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
604
|
+
}, {
|
|
605
|
+
denom: 'DRUGS',
|
|
606
|
+
exponent: 6
|
|
607
|
+
}],
|
|
608
|
+
base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
609
|
+
name: 'DRUGS',
|
|
610
|
+
display: 'DRUGS',
|
|
611
|
+
symbol: 'DRUGS',
|
|
612
|
+
logo_URIs: {
|
|
613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
614
|
+
},
|
|
615
|
+
images: [{
|
|
616
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
617
|
+
}],
|
|
618
|
+
traces: [{
|
|
619
|
+
type: 'ibc',
|
|
620
|
+
counterparty: {
|
|
621
|
+
channel_id: 'channel-183',
|
|
622
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
623
|
+
chain_name: 'injective'
|
|
624
|
+
},
|
|
625
|
+
chain: {
|
|
626
|
+
channel_id: 'channel-13'
|
|
627
|
+
}
|
|
628
|
+
}]
|
|
629
|
+
},
|
|
598
630
|
{
|
|
599
631
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
600
632
|
denom_units: [{
|
|
@@ -1039,6 +1071,38 @@ const assets = {
|
|
|
1039
1071
|
}
|
|
1040
1072
|
}]
|
|
1041
1073
|
},
|
|
1074
|
+
{
|
|
1075
|
+
description: 'DRUGS meme coin',
|
|
1076
|
+
denom_units: [{
|
|
1077
|
+
denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
1078
|
+
exponent: 0,
|
|
1079
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1080
|
+
}, {
|
|
1081
|
+
denom: 'DRUGS',
|
|
1082
|
+
exponent: 6
|
|
1083
|
+
}],
|
|
1084
|
+
base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
1085
|
+
name: 'DRUGS',
|
|
1086
|
+
display: 'DRUGS',
|
|
1087
|
+
symbol: 'DRUGS',
|
|
1088
|
+
logo_URIs: {
|
|
1089
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1090
|
+
},
|
|
1091
|
+
images: [{
|
|
1092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1093
|
+
}],
|
|
1094
|
+
traces: [{
|
|
1095
|
+
type: 'ibc',
|
|
1096
|
+
counterparty: {
|
|
1097
|
+
channel_id: 'channel-183',
|
|
1098
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1099
|
+
chain_name: 'injective'
|
|
1100
|
+
},
|
|
1101
|
+
chain: {
|
|
1102
|
+
channel_id: 'channel-13'
|
|
1103
|
+
}
|
|
1104
|
+
}]
|
|
1105
|
+
},
|
|
1042
1106
|
{
|
|
1043
1107
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1044
1108
|
denom_units: [{
|
|
@@ -1189,6 +1189,46 @@ const assets = {
|
|
|
1189
1189
|
}
|
|
1190
1190
|
}]
|
|
1191
1191
|
},
|
|
1192
|
+
{
|
|
1193
|
+
description: 'Deenar gold-backed stablecoin',
|
|
1194
|
+
denom_units: [{
|
|
1195
|
+
denom: 'ibc/4D3E3BE7ABF8AB1C13DEE7E6773C9EA1F479EF2D84A3B2DD071475C873AA8F78',
|
|
1196
|
+
exponent: 0,
|
|
1197
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
1198
|
+
}, {
|
|
1199
|
+
denom: 'DEEN',
|
|
1200
|
+
exponent: 6
|
|
1201
|
+
}],
|
|
1202
|
+
base: 'ibc/4D3E3BE7ABF8AB1C13DEE7E6773C9EA1F479EF2D84A3B2DD071475C873AA8F78',
|
|
1203
|
+
name: 'Deenar',
|
|
1204
|
+
display: 'DEEN',
|
|
1205
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
1206
|
+
symbol: 'DEEN',
|
|
1207
|
+
type_asset: 'erc20',
|
|
1208
|
+
traces: [{
|
|
1209
|
+
type: 'ibc',
|
|
1210
|
+
counterparty: {
|
|
1211
|
+
channel_id: 'channel-0',
|
|
1212
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
1213
|
+
chain_name: 'haqq'
|
|
1214
|
+
},
|
|
1215
|
+
chain: {
|
|
1216
|
+
channel_id: 'channel-100'
|
|
1217
|
+
}
|
|
1218
|
+
}],
|
|
1219
|
+
logo_URIs: {
|
|
1220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1221
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1222
|
+
},
|
|
1223
|
+
images: [{
|
|
1224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
1226
|
+
theme: {
|
|
1227
|
+
primary_color_hex: '#ffbc05',
|
|
1228
|
+
circle: true
|
|
1229
|
+
}
|
|
1230
|
+
}]
|
|
1231
|
+
},
|
|
1192
1232
|
{
|
|
1193
1233
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1194
1234
|
denom_units: [{
|
|
@@ -1647,6 +1687,46 @@ const assets = {
|
|
|
1647
1687
|
}
|
|
1648
1688
|
}]
|
|
1649
1689
|
},
|
|
1690
|
+
{
|
|
1691
|
+
description: 'Deenar gold-backed stablecoin',
|
|
1692
|
+
denom_units: [{
|
|
1693
|
+
denom: 'ibc/4D3E3BE7ABF8AB1C13DEE7E6773C9EA1F479EF2D84A3B2DD071475C873AA8F78',
|
|
1694
|
+
exponent: 0,
|
|
1695
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
1696
|
+
}, {
|
|
1697
|
+
denom: 'DEEN',
|
|
1698
|
+
exponent: 6
|
|
1699
|
+
}],
|
|
1700
|
+
base: 'ibc/4D3E3BE7ABF8AB1C13DEE7E6773C9EA1F479EF2D84A3B2DD071475C873AA8F78',
|
|
1701
|
+
name: 'Deenar',
|
|
1702
|
+
display: 'DEEN',
|
|
1703
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
1704
|
+
symbol: 'DEEN',
|
|
1705
|
+
type_asset: 'erc20',
|
|
1706
|
+
traces: [{
|
|
1707
|
+
type: 'ibc',
|
|
1708
|
+
counterparty: {
|
|
1709
|
+
channel_id: 'channel-0',
|
|
1710
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
1711
|
+
chain_name: 'haqq'
|
|
1712
|
+
},
|
|
1713
|
+
chain: {
|
|
1714
|
+
channel_id: 'channel-100'
|
|
1715
|
+
}
|
|
1716
|
+
}],
|
|
1717
|
+
logo_URIs: {
|
|
1718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1720
|
+
},
|
|
1721
|
+
images: [{
|
|
1722
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1723
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
1724
|
+
theme: {
|
|
1725
|
+
primary_color_hex: '#ffbc05',
|
|
1726
|
+
circle: true
|
|
1727
|
+
}
|
|
1728
|
+
}]
|
|
1729
|
+
},
|
|
1650
1730
|
{
|
|
1651
1731
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1652
1732
|
denom_units: [{
|
package/esm/mainnet/kava.js
CHANGED
|
@@ -462,6 +462,46 @@ const assets = {
|
|
|
462
462
|
}
|
|
463
463
|
}]
|
|
464
464
|
},
|
|
465
|
+
{
|
|
466
|
+
description: 'Deenar gold-backed stablecoin',
|
|
467
|
+
denom_units: [{
|
|
468
|
+
denom: 'ibc/2F3C214FE0E596281697CB010EBB5D6564742970977A8EE8965D615AE8A27DF1',
|
|
469
|
+
exponent: 0,
|
|
470
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
471
|
+
}, {
|
|
472
|
+
denom: 'DEEN',
|
|
473
|
+
exponent: 6
|
|
474
|
+
}],
|
|
475
|
+
base: 'ibc/2F3C214FE0E596281697CB010EBB5D6564742970977A8EE8965D615AE8A27DF1',
|
|
476
|
+
name: 'Deenar',
|
|
477
|
+
display: 'DEEN',
|
|
478
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
479
|
+
symbol: 'DEEN',
|
|
480
|
+
type_asset: 'erc20',
|
|
481
|
+
traces: [{
|
|
482
|
+
type: 'ibc',
|
|
483
|
+
counterparty: {
|
|
484
|
+
channel_id: 'channel-6',
|
|
485
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
486
|
+
chain_name: 'haqq'
|
|
487
|
+
},
|
|
488
|
+
chain: {
|
|
489
|
+
channel_id: 'channel-135'
|
|
490
|
+
}
|
|
491
|
+
}],
|
|
492
|
+
logo_URIs: {
|
|
493
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
494
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
495
|
+
},
|
|
496
|
+
images: [{
|
|
497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
498
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
499
|
+
theme: {
|
|
500
|
+
primary_color_hex: '#ffbc05',
|
|
501
|
+
circle: true
|
|
502
|
+
}
|
|
503
|
+
}]
|
|
504
|
+
},
|
|
465
505
|
{
|
|
466
506
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
467
507
|
denom_units: [{
|
|
@@ -734,6 +774,38 @@ const assets = {
|
|
|
734
774
|
}
|
|
735
775
|
}]
|
|
736
776
|
},
|
|
777
|
+
{
|
|
778
|
+
description: 'DRUGS meme coin',
|
|
779
|
+
denom_units: [{
|
|
780
|
+
denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
781
|
+
exponent: 0,
|
|
782
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
783
|
+
}, {
|
|
784
|
+
denom: 'DRUGS',
|
|
785
|
+
exponent: 6
|
|
786
|
+
}],
|
|
787
|
+
base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
788
|
+
name: 'DRUGS',
|
|
789
|
+
display: 'DRUGS',
|
|
790
|
+
symbol: 'DRUGS',
|
|
791
|
+
logo_URIs: {
|
|
792
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
793
|
+
},
|
|
794
|
+
images: [{
|
|
795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
796
|
+
}],
|
|
797
|
+
traces: [{
|
|
798
|
+
type: 'ibc',
|
|
799
|
+
counterparty: {
|
|
800
|
+
channel_id: 'channel-143',
|
|
801
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
802
|
+
chain_name: 'injective'
|
|
803
|
+
},
|
|
804
|
+
chain: {
|
|
805
|
+
channel_id: 'channel-122'
|
|
806
|
+
}
|
|
807
|
+
}]
|
|
808
|
+
},
|
|
737
809
|
{
|
|
738
810
|
description: 'The native token of Aura Network',
|
|
739
811
|
denom_units: [{
|
|
@@ -1195,6 +1267,46 @@ const assets = {
|
|
|
1195
1267
|
}
|
|
1196
1268
|
}]
|
|
1197
1269
|
},
|
|
1270
|
+
{
|
|
1271
|
+
description: 'Deenar gold-backed stablecoin',
|
|
1272
|
+
denom_units: [{
|
|
1273
|
+
denom: 'ibc/2F3C214FE0E596281697CB010EBB5D6564742970977A8EE8965D615AE8A27DF1',
|
|
1274
|
+
exponent: 0,
|
|
1275
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
1276
|
+
}, {
|
|
1277
|
+
denom: 'DEEN',
|
|
1278
|
+
exponent: 6
|
|
1279
|
+
}],
|
|
1280
|
+
base: 'ibc/2F3C214FE0E596281697CB010EBB5D6564742970977A8EE8965D615AE8A27DF1',
|
|
1281
|
+
name: 'Deenar',
|
|
1282
|
+
display: 'DEEN',
|
|
1283
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
1284
|
+
symbol: 'DEEN',
|
|
1285
|
+
type_asset: 'erc20',
|
|
1286
|
+
traces: [{
|
|
1287
|
+
type: 'ibc',
|
|
1288
|
+
counterparty: {
|
|
1289
|
+
channel_id: 'channel-6',
|
|
1290
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
1291
|
+
chain_name: 'haqq'
|
|
1292
|
+
},
|
|
1293
|
+
chain: {
|
|
1294
|
+
channel_id: 'channel-135'
|
|
1295
|
+
}
|
|
1296
|
+
}],
|
|
1297
|
+
logo_URIs: {
|
|
1298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1299
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1300
|
+
},
|
|
1301
|
+
images: [{
|
|
1302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1303
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
1304
|
+
theme: {
|
|
1305
|
+
primary_color_hex: '#ffbc05',
|
|
1306
|
+
circle: true
|
|
1307
|
+
}
|
|
1308
|
+
}]
|
|
1309
|
+
},
|
|
1198
1310
|
{
|
|
1199
1311
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
1200
1312
|
denom_units: [{
|
|
@@ -1467,6 +1579,38 @@ const assets = {
|
|
|
1467
1579
|
}
|
|
1468
1580
|
}]
|
|
1469
1581
|
},
|
|
1582
|
+
{
|
|
1583
|
+
description: 'DRUGS meme coin',
|
|
1584
|
+
denom_units: [{
|
|
1585
|
+
denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
1586
|
+
exponent: 0,
|
|
1587
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1588
|
+
}, {
|
|
1589
|
+
denom: 'DRUGS',
|
|
1590
|
+
exponent: 6
|
|
1591
|
+
}],
|
|
1592
|
+
base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
|
|
1593
|
+
name: 'DRUGS',
|
|
1594
|
+
display: 'DRUGS',
|
|
1595
|
+
symbol: 'DRUGS',
|
|
1596
|
+
logo_URIs: {
|
|
1597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1598
|
+
},
|
|
1599
|
+
images: [{
|
|
1600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1601
|
+
}],
|
|
1602
|
+
traces: [{
|
|
1603
|
+
type: 'ibc',
|
|
1604
|
+
counterparty: {
|
|
1605
|
+
channel_id: 'channel-143',
|
|
1606
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1607
|
+
chain_name: 'injective'
|
|
1608
|
+
},
|
|
1609
|
+
chain: {
|
|
1610
|
+
channel_id: 'channel-122'
|
|
1611
|
+
}
|
|
1612
|
+
}]
|
|
1613
|
+
},
|
|
1470
1614
|
{
|
|
1471
1615
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1472
1616
|
denom_units: [{
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -1474,6 +1474,38 @@ const assets = {
|
|
|
1474
1474
|
}
|
|
1475
1475
|
}]
|
|
1476
1476
|
},
|
|
1477
|
+
{
|
|
1478
|
+
description: 'DRUGS meme coin',
|
|
1479
|
+
denom_units: [{
|
|
1480
|
+
denom: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
|
|
1481
|
+
exponent: 0,
|
|
1482
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1483
|
+
}, {
|
|
1484
|
+
denom: 'DRUGS',
|
|
1485
|
+
exponent: 6
|
|
1486
|
+
}],
|
|
1487
|
+
base: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
|
|
1488
|
+
name: 'DRUGS',
|
|
1489
|
+
display: 'DRUGS',
|
|
1490
|
+
symbol: 'DRUGS',
|
|
1491
|
+
logo_URIs: {
|
|
1492
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1493
|
+
},
|
|
1494
|
+
images: [{
|
|
1495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1496
|
+
}],
|
|
1497
|
+
traces: [{
|
|
1498
|
+
type: 'ibc',
|
|
1499
|
+
counterparty: {
|
|
1500
|
+
channel_id: 'channel-98',
|
|
1501
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1502
|
+
chain_name: 'injective'
|
|
1503
|
+
},
|
|
1504
|
+
chain: {
|
|
1505
|
+
channel_id: 'channel-54'
|
|
1506
|
+
}
|
|
1507
|
+
}]
|
|
1508
|
+
},
|
|
1477
1509
|
{
|
|
1478
1510
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
1479
1511
|
denom_units: [{
|
|
@@ -3226,6 +3258,38 @@ const assets = {
|
|
|
3226
3258
|
}
|
|
3227
3259
|
}]
|
|
3228
3260
|
},
|
|
3261
|
+
{
|
|
3262
|
+
description: 'DRUGS meme coin',
|
|
3263
|
+
denom_units: [{
|
|
3264
|
+
denom: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
|
|
3265
|
+
exponent: 0,
|
|
3266
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3267
|
+
}, {
|
|
3268
|
+
denom: 'DRUGS',
|
|
3269
|
+
exponent: 6
|
|
3270
|
+
}],
|
|
3271
|
+
base: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
|
|
3272
|
+
name: 'DRUGS',
|
|
3273
|
+
display: 'DRUGS',
|
|
3274
|
+
symbol: 'DRUGS',
|
|
3275
|
+
logo_URIs: {
|
|
3276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3277
|
+
},
|
|
3278
|
+
images: [{
|
|
3279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3280
|
+
}],
|
|
3281
|
+
traces: [{
|
|
3282
|
+
type: 'ibc',
|
|
3283
|
+
counterparty: {
|
|
3284
|
+
channel_id: 'channel-98',
|
|
3285
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3286
|
+
chain_name: 'injective'
|
|
3287
|
+
},
|
|
3288
|
+
chain: {
|
|
3289
|
+
channel_id: 'channel-54'
|
|
3290
|
+
}
|
|
3291
|
+
}]
|
|
3292
|
+
},
|
|
3229
3293
|
{
|
|
3230
3294
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
3231
3295
|
denom_units: [{
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -467,6 +467,38 @@ const assets = {
|
|
|
467
467
|
}
|
|
468
468
|
}]
|
|
469
469
|
},
|
|
470
|
+
{
|
|
471
|
+
description: 'DRUGS meme coin',
|
|
472
|
+
denom_units: [{
|
|
473
|
+
denom: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
|
|
474
|
+
exponent: 0,
|
|
475
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
476
|
+
}, {
|
|
477
|
+
denom: 'DRUGS',
|
|
478
|
+
exponent: 6
|
|
479
|
+
}],
|
|
480
|
+
base: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
|
|
481
|
+
name: 'DRUGS',
|
|
482
|
+
display: 'DRUGS',
|
|
483
|
+
symbol: 'DRUGS',
|
|
484
|
+
logo_URIs: {
|
|
485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
486
|
+
},
|
|
487
|
+
images: [{
|
|
488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
489
|
+
}],
|
|
490
|
+
traces: [{
|
|
491
|
+
type: 'ibc',
|
|
492
|
+
counterparty: {
|
|
493
|
+
channel_id: 'channel-102',
|
|
494
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
495
|
+
chain_name: 'injective'
|
|
496
|
+
},
|
|
497
|
+
chain: {
|
|
498
|
+
channel_id: 'channel-3'
|
|
499
|
+
}
|
|
500
|
+
}]
|
|
501
|
+
},
|
|
470
502
|
{
|
|
471
503
|
description: 'The native token of JUNO Chain',
|
|
472
504
|
denom_units: [{
|
|
@@ -1216,6 +1248,38 @@ const assets = {
|
|
|
1216
1248
|
}
|
|
1217
1249
|
}]
|
|
1218
1250
|
},
|
|
1251
|
+
{
|
|
1252
|
+
description: 'DRUGS meme coin',
|
|
1253
|
+
denom_units: [{
|
|
1254
|
+
denom: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
|
|
1255
|
+
exponent: 0,
|
|
1256
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1257
|
+
}, {
|
|
1258
|
+
denom: 'DRUGS',
|
|
1259
|
+
exponent: 6
|
|
1260
|
+
}],
|
|
1261
|
+
base: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
|
|
1262
|
+
name: 'DRUGS',
|
|
1263
|
+
display: 'DRUGS',
|
|
1264
|
+
symbol: 'DRUGS',
|
|
1265
|
+
logo_URIs: {
|
|
1266
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1267
|
+
},
|
|
1268
|
+
images: [{
|
|
1269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1270
|
+
}],
|
|
1271
|
+
traces: [{
|
|
1272
|
+
type: 'ibc',
|
|
1273
|
+
counterparty: {
|
|
1274
|
+
channel_id: 'channel-102',
|
|
1275
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1276
|
+
chain_name: 'injective'
|
|
1277
|
+
},
|
|
1278
|
+
chain: {
|
|
1279
|
+
channel_id: 'channel-3'
|
|
1280
|
+
}
|
|
1281
|
+
}]
|
|
1282
|
+
},
|
|
1219
1283
|
{
|
|
1220
1284
|
description: 'The native token of JUNO Chain',
|
|
1221
1285
|
denom_units: [{
|