Do not auto-import @cosmjs/cosmwasm-launchpad types
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import { CosmWasmFeeTable, SigningCosmWasmClient } from "@cosmjs/cosmwasm-launchpad";
|
||||||
import { GasPrice, GasLimits, makeCosmoshubPath, Secp256k1HdWallet } from "@cosmjs/launchpad";
|
import { GasPrice, GasLimits, makeCosmoshubPath, Secp256k1HdWallet } from "@cosmjs/launchpad";
|
||||||
|
|
||||||
interface Options {
|
interface Options {
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import * as fs from "fs";
|
import * as fs from "fs";
|
||||||
|
|
||||||
|
import { SigningCosmWasmClient } from "@cosmjs/cosmwasm-launchpad";
|
||||||
import { logs, GasPrice, Secp256k1HdWallet } from "@cosmjs/launchpad";
|
import { logs, GasPrice, Secp256k1HdWallet } from "@cosmjs/launchpad";
|
||||||
|
|
||||||
interface Options {
|
interface Options {
|
||||||
|
|||||||
@@ -36,33 +36,6 @@ export async function main(originalArgs: readonly string[]): Promise<void> {
|
|||||||
.parse(originalArgs);
|
.parse(originalArgs);
|
||||||
|
|
||||||
const imports = new Map<string, readonly string[]>([
|
const imports = new Map<string, readonly string[]>([
|
||||||
[
|
|
||||||
"@cosmjs/cosmwasm-launchpad",
|
|
||||||
[
|
|
||||||
// cosmwasmclient
|
|
||||||
"Account",
|
|
||||||
"Block",
|
|
||||||
"BlockHeader",
|
|
||||||
"Code",
|
|
||||||
"CodeDetails",
|
|
||||||
"Contract",
|
|
||||||
"ContractCodeHistoryEntry",
|
|
||||||
"CosmWasmClient",
|
|
||||||
"GetSequenceResult",
|
|
||||||
"SearchByHeightQuery",
|
|
||||||
"SearchBySentFromOrToQuery",
|
|
||||||
"SearchByTagsQuery",
|
|
||||||
"SearchTxQuery",
|
|
||||||
"SearchTxFilter",
|
|
||||||
// signingcosmwasmclient
|
|
||||||
"ExecuteResult",
|
|
||||||
"CosmWasmFeeTable",
|
|
||||||
"InstantiateResult",
|
|
||||||
"SigningCosmWasmClient",
|
|
||||||
"UploadMeta",
|
|
||||||
"UploadResult",
|
|
||||||
],
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"@cosmjs/crypto",
|
"@cosmjs/crypto",
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user