Rename @cosmjs/sdk38 to @cosmjs/launchpad
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CosmosClient } from "@cosmjs/sdk38";
|
||||
import { CosmosClient } from "@cosmjs/launchpad";
|
||||
|
||||
import { Webserver } from "../../api/webserver";
|
||||
import * as constants from "../../constants";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Coin } from "@cosmjs/launchpad";
|
||||
import { Decimal } from "@cosmjs/math";
|
||||
import { Coin } from "@cosmjs/sdk38";
|
||||
|
||||
import { MinimalAccount, SendJob, TokenConfiguration } from "./types";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Random } from "@cosmjs/crypto";
|
||||
import { Bech32 } from "@cosmjs/encoding";
|
||||
import { CosmosClient } from "@cosmjs/sdk38";
|
||||
import { CosmosClient } from "@cosmjs/launchpad";
|
||||
import { assert } from "@cosmjs/utils";
|
||||
|
||||
import { Faucet } from "./faucet";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CosmosClient, OfflineSigner, SigningCosmosClient } from "@cosmjs/sdk38";
|
||||
import { CosmosClient, OfflineSigner, SigningCosmosClient } from "@cosmjs/launchpad";
|
||||
import { sleep } from "@cosmjs/utils";
|
||||
|
||||
import { debugAccount, logAccountsState, logSendJob } from "./debugging";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { pathToString } from "@cosmjs/crypto";
|
||||
import { makeCosmoshubPath, OfflineSigner, Secp256k1Wallet } from "@cosmjs/sdk38";
|
||||
import { makeCosmoshubPath, OfflineSigner, Secp256k1Wallet } from "@cosmjs/launchpad";
|
||||
|
||||
export async function createWallets(
|
||||
mnemonic: string,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Coin } from "@cosmjs/launchpad";
|
||||
import { Decimal, Uint53 } from "@cosmjs/math";
|
||||
import { Coin } from "@cosmjs/sdk38";
|
||||
|
||||
import { BankTokenMeta, MinimalAccount, TokenConfiguration } from "./types";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Account, Coin } from "@cosmjs/sdk38";
|
||||
import { Account, Coin } from "@cosmjs/launchpad";
|
||||
|
||||
export interface SendJob {
|
||||
readonly sender: string;
|
||||
|
||||
Reference in New Issue
Block a user