Do not auto-import @cosmjs/cosmwasm-launchpad types
This commit is contained in:
parent
2ec5245500
commit
fb59a0df9e
@ -1,3 +1,4 @@
|
||||
import { CosmWasmFeeTable, SigningCosmWasmClient } from "@cosmjs/cosmwasm-launchpad";
|
||||
import { GasPrice, GasLimits, makeCosmoshubPath, Secp256k1HdWallet } from "@cosmjs/launchpad";
|
||||
|
||||
interface Options {
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
import axios from "axios";
|
||||
import * as fs from "fs";
|
||||
|
||||
import { SigningCosmWasmClient } from "@cosmjs/cosmwasm-launchpad";
|
||||
import { logs, GasPrice, Secp256k1HdWallet } from "@cosmjs/launchpad";
|
||||
|
||||
interface Options {
|
||||
|
||||
@ -36,33 +36,6 @@ export async function main(originalArgs: readonly string[]): Promise<void> {
|
||||
.parse(originalArgs);
|
||||
|
||||
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",
|
||||
[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user