Rename @cosmjs/sdk38 to @cosmjs/launchpad

This commit is contained in:
Simon Warta
2020-07-28 14:54:38 +02:00
parent 8410f41a40
commit c575f930a8
123 changed files with 62 additions and 48 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
import { Account, Coin } from "@cosmjs/sdk38";
import { Account, Coin } from "@cosmjs/launchpad";
export interface SendJob {
readonly sender: string;