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
@@ -2,7 +2,7 @@
/* eslint-disable @typescript-eslint/naming-convention */
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm");
const { Secp256k1Wallet } = require("@cosmjs/sdk38");
const { Secp256k1Wallet } = require("@cosmjs/launchpad");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+1 -1
View File
@@ -2,7 +2,7 @@
/* eslint-disable @typescript-eslint/naming-convention */
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm");
const { Secp256k1Wallet } = require("@cosmjs/sdk38");
const { Secp256k1Wallet } = require("@cosmjs/launchpad");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+1 -1
View File
@@ -2,7 +2,7 @@
/* eslint-disable @typescript-eslint/naming-convention */
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm");
const { coins, Secp256k1Wallet } = require("@cosmjs/sdk38");
const { coins, Secp256k1Wallet } = require("@cosmjs/launchpad");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+1 -1
View File
@@ -3,7 +3,7 @@
/* eslint-disable @typescript-eslint/naming-convention */
const { Random } = require("@cosmjs/crypto");
const { Bech32 } = require("@cosmjs/encoding");
const { coins, Secp256k1Wallet, SigningCosmosClient, assertIsPostTxSuccess } = require("@cosmjs/sdk38");
const { coins, Secp256k1Wallet, SigningCosmosClient, assertIsPostTxSuccess } = require("@cosmjs/launchpad");
const httpUrl = "http://localhost:1317";
const faucet = {