@chain-registry/assets 1.64.65 → 1.64.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/andromeda.js +0 -64
- package/esm/mainnet/axelar.js +5608 -1320
- package/esm/mainnet/celestia.js +4969 -681
- package/esm/mainnet/composable.js +24 -66
- package/esm/mainnet/cosmoshub.js +5958 -1670
- package/esm/mainnet/crescent.js +0 -64
- package/esm/mainnet/doravota.js +0 -64
- package/esm/mainnet/dydx.js +4874 -522
- package/esm/mainnet/evmos.js +0 -64
- package/esm/mainnet/gateway.js +0 -64
- package/esm/mainnet/injective.js +5024 -672
- package/esm/mainnet/kava.js +0 -64
- package/esm/mainnet/kujira.js +0 -64
- package/esm/mainnet/migaloo.js +0 -64
- package/esm/mainnet/neutron.js +4742 -454
- package/esm/mainnet/noble.js +4777 -489
- package/esm/mainnet/nois.js +0 -64
- package/esm/mainnet/odin.js +0 -64
- package/esm/mainnet/oraichain.js +0 -64
- package/esm/mainnet/osmosis.js +6099 -1811
- package/esm/mainnet/persistence.js +0 -64
- package/esm/mainnet/pryzm.js +0 -64
- package/esm/mainnet/secretnetwork.js +0 -64
- package/esm/mainnet/sommelier.js +0 -64
- package/esm/mainnet/stride.js +5416 -1128
- package/esm/mainnet/terra2.js +6171 -1883
- package/esm/mainnet/umee.js +0 -64
- package/esm/mainnet/xpla.js +0 -64
- package/esm/testnet/osmosistestnet.js +6 -6
- package/esm/testnet/stargazetestnet.js +8 -8
- package/esm/testnet/symphonytestnet.js +12 -12
- package/mainnet/andromeda.js +0 -64
- package/mainnet/axelar.js +5608 -1320
- package/mainnet/celestia.js +4969 -681
- package/mainnet/composable.js +24 -66
- package/mainnet/cosmoshub.js +5958 -1670
- package/mainnet/crescent.js +0 -64
- package/mainnet/doravota.js +0 -64
- package/mainnet/dydx.js +4874 -522
- package/mainnet/evmos.js +0 -64
- package/mainnet/gateway.js +0 -64
- package/mainnet/injective.js +5024 -672
- package/mainnet/kava.js +0 -64
- package/mainnet/kujira.js +0 -64
- package/mainnet/migaloo.js +0 -64
- package/mainnet/neutron.js +4742 -454
- package/mainnet/noble.js +4777 -489
- package/mainnet/nois.js +0 -64
- package/mainnet/odin.js +0 -64
- package/mainnet/oraichain.js +0 -64
- package/mainnet/osmosis.js +6099 -1811
- package/mainnet/persistence.js +0 -64
- package/mainnet/pryzm.js +0 -64
- package/mainnet/secretnetwork.js +0 -64
- package/mainnet/sommelier.js +0 -64
- package/mainnet/stride.js +5416 -1128
- package/mainnet/terra2.js +6171 -1883
- package/mainnet/umee.js +0 -64
- package/mainnet/xpla.js +0 -64
- package/package.json +5 -5
- package/testnet/osmosistestnet.js +6 -6
- package/testnet/stargazetestnet.js +8 -8
- package/testnet/symphonytestnet.js +12 -12
package/mainnet/evmos.js
CHANGED
|
@@ -1777,38 +1777,6 @@ const assets = {
|
|
|
1777
1777
|
}
|
|
1778
1778
|
}]
|
|
1779
1779
|
},
|
|
1780
|
-
{
|
|
1781
|
-
description: 'DRUGS meme coin',
|
|
1782
|
-
denom_units: [{
|
|
1783
|
-
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1784
|
-
exponent: 0,
|
|
1785
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1786
|
-
}, {
|
|
1787
|
-
denom: 'DRUGS',
|
|
1788
|
-
exponent: 6
|
|
1789
|
-
}],
|
|
1790
|
-
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1791
|
-
name: 'DRUGS',
|
|
1792
|
-
display: 'DRUGS',
|
|
1793
|
-
symbol: 'DRUGS',
|
|
1794
|
-
logo_URIs: {
|
|
1795
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1796
|
-
},
|
|
1797
|
-
images: [{
|
|
1798
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1799
|
-
}],
|
|
1800
|
-
traces: [{
|
|
1801
|
-
type: 'ibc',
|
|
1802
|
-
counterparty: {
|
|
1803
|
-
channel_id: 'channel-83',
|
|
1804
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1805
|
-
chain_name: 'injective'
|
|
1806
|
-
},
|
|
1807
|
-
chain: {
|
|
1808
|
-
channel_id: 'channel-10'
|
|
1809
|
-
}
|
|
1810
|
-
}]
|
|
1811
|
-
},
|
|
1812
1780
|
{
|
|
1813
1781
|
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.',
|
|
1814
1782
|
denom_units: [{
|
|
@@ -2786,38 +2754,6 @@ const assets = {
|
|
|
2786
2754
|
}
|
|
2787
2755
|
}]
|
|
2788
2756
|
},
|
|
2789
|
-
{
|
|
2790
|
-
description: 'DRUGS meme coin',
|
|
2791
|
-
denom_units: [{
|
|
2792
|
-
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
2793
|
-
exponent: 0,
|
|
2794
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2795
|
-
}, {
|
|
2796
|
-
denom: 'DRUGS',
|
|
2797
|
-
exponent: 6
|
|
2798
|
-
}],
|
|
2799
|
-
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
2800
|
-
name: 'DRUGS',
|
|
2801
|
-
display: 'DRUGS',
|
|
2802
|
-
symbol: 'DRUGS',
|
|
2803
|
-
logo_URIs: {
|
|
2804
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2805
|
-
},
|
|
2806
|
-
images: [{
|
|
2807
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2808
|
-
}],
|
|
2809
|
-
traces: [{
|
|
2810
|
-
type: 'ibc',
|
|
2811
|
-
counterparty: {
|
|
2812
|
-
channel_id: 'channel-83',
|
|
2813
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2814
|
-
chain_name: 'injective'
|
|
2815
|
-
},
|
|
2816
|
-
chain: {
|
|
2817
|
-
channel_id: 'channel-10'
|
|
2818
|
-
}
|
|
2819
|
-
}]
|
|
2820
|
-
},
|
|
2821
2757
|
{
|
|
2822
2758
|
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.',
|
|
2823
2759
|
denom_units: [{
|
package/mainnet/gateway.js
CHANGED
|
@@ -597,38 +597,6 @@ const assets = {
|
|
|
597
597
|
}
|
|
598
598
|
}]
|
|
599
599
|
},
|
|
600
|
-
{
|
|
601
|
-
description: 'DRUGS meme coin',
|
|
602
|
-
denom_units: [{
|
|
603
|
-
denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
604
|
-
exponent: 0,
|
|
605
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
606
|
-
}, {
|
|
607
|
-
denom: 'DRUGS',
|
|
608
|
-
exponent: 6
|
|
609
|
-
}],
|
|
610
|
-
base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
611
|
-
name: 'DRUGS',
|
|
612
|
-
display: 'DRUGS',
|
|
613
|
-
symbol: 'DRUGS',
|
|
614
|
-
logo_URIs: {
|
|
615
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
616
|
-
},
|
|
617
|
-
images: [{
|
|
618
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
619
|
-
}],
|
|
620
|
-
traces: [{
|
|
621
|
-
type: 'ibc',
|
|
622
|
-
counterparty: {
|
|
623
|
-
channel_id: 'channel-183',
|
|
624
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
625
|
-
chain_name: 'injective'
|
|
626
|
-
},
|
|
627
|
-
chain: {
|
|
628
|
-
channel_id: 'channel-13'
|
|
629
|
-
}
|
|
630
|
-
}]
|
|
631
|
-
},
|
|
632
600
|
{
|
|
633
601
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
634
602
|
denom_units: [{
|
|
@@ -1073,38 +1041,6 @@ const assets = {
|
|
|
1073
1041
|
}
|
|
1074
1042
|
}]
|
|
1075
1043
|
},
|
|
1076
|
-
{
|
|
1077
|
-
description: 'DRUGS meme coin',
|
|
1078
|
-
denom_units: [{
|
|
1079
|
-
denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
1080
|
-
exponent: 0,
|
|
1081
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1082
|
-
}, {
|
|
1083
|
-
denom: 'DRUGS',
|
|
1084
|
-
exponent: 6
|
|
1085
|
-
}],
|
|
1086
|
-
base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
1087
|
-
name: 'DRUGS',
|
|
1088
|
-
display: 'DRUGS',
|
|
1089
|
-
symbol: 'DRUGS',
|
|
1090
|
-
logo_URIs: {
|
|
1091
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1092
|
-
},
|
|
1093
|
-
images: [{
|
|
1094
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1095
|
-
}],
|
|
1096
|
-
traces: [{
|
|
1097
|
-
type: 'ibc',
|
|
1098
|
-
counterparty: {
|
|
1099
|
-
channel_id: 'channel-183',
|
|
1100
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1101
|
-
chain_name: 'injective'
|
|
1102
|
-
},
|
|
1103
|
-
chain: {
|
|
1104
|
-
channel_id: 'channel-13'
|
|
1105
|
-
}
|
|
1106
|
-
}]
|
|
1107
|
-
},
|
|
1108
1044
|
{
|
|
1109
1045
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1110
1046
|
denom_units: [{
|