Rename packages @cosmwasm/* to @cosmjs/*

This commit is contained in:
Simon Warta
2020-06-04 19:53:58 +02:00
parent fcddf6414a
commit 16df23f79b
46 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { CosmosClient } from "@cosmwasm/sdk38";
import { CosmosClient } from "@cosmjs/sdk38";
import { Webserver } from "../../api/webserver";
import * as constants from "../../constants";
+1 -1
View File
@@ -1,4 +1,4 @@
import { Coin } from "@cosmwasm/sdk38";
import { Coin } from "@cosmjs/sdk38";
import { Decimal } from "@iov/encoding";
import { MinimalAccount, SendJob, TokenConfiguration } from "./types";
+1 -1
View File
@@ -1,4 +1,4 @@
import { CosmosClient } from "@cosmwasm/sdk38";
import { CosmosClient } from "@cosmjs/sdk38";
import { Random } from "@iov/crypto";
import { Bech32 } from "@iov/encoding";
import { assert } from "@iov/utils";
+1 -1
View File
@@ -1,4 +1,4 @@
import { CosmosClient, Pen, SigningCosmosClient } from "@cosmwasm/sdk38";
import { CosmosClient, Pen, SigningCosmosClient } from "@cosmjs/sdk38";
import { sleep } from "@iov/utils";
import { debugAccount, logAccountsState, logSendJob } from "./debugging";
+1 -1
View File
@@ -1,4 +1,4 @@
import { makeCosmoshubPath, Pen, Secp256k1Pen } from "@cosmwasm/sdk38";
import { makeCosmoshubPath, Pen, Secp256k1Pen } from "@cosmjs/sdk38";
import { debugPath } from "./hdpaths";
+1 -1
View File
@@ -1,4 +1,4 @@
import { Coin } from "@cosmwasm/sdk38";
import { Coin } from "@cosmjs/sdk38";
import { Decimal, Uint53 } from "@iov/encoding";
import { BankTokenMeta, MinimalAccount, TokenConfiguration } from "./types";
+1 -1
View File
@@ -1,4 +1,4 @@
import { Account, Coin } from "@cosmwasm/sdk38";
import { Account, Coin } from "@cosmjs/sdk38";
export interface SendJob {
readonly sender: string;