scripts: Update for amino/launchpad refactor

This commit is contained in:
willclarktech
2021-03-25 11:00:10 +01:00
parent a33c1ff1f1
commit 2d9638bedb
8 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm-launchpad");
const { Secp256k1HdWallet } = require("@cosmjs/launchpad");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+1 -1
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm-launchpad");
const { Secp256k1HdWallet } = require("@cosmjs/launchpad");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+1 -1
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm-launchpad");
const { Secp256k1HdWallet } = require("@cosmjs/launchpad");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+1 -1
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm-launchpad");
const { Secp256k1HdWallet } = require("@cosmjs/launchpad");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+1 -1
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm-launchpad");
const { Secp256k1HdWallet } = require("@cosmjs/launchpad");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+2 -6
View File
@@ -1,14 +1,10 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/naming-convention */
const { coins, Secp256k1HdWallet } = require("@cosmjs/amino");
const { Random } = require("@cosmjs/crypto");
const { Bech32 } = require("@cosmjs/encoding");
const {
coins,
Secp256k1HdWallet,
SigningCosmosClient,
assertIsBroadcastTxSuccess,
} = require("@cosmjs/launchpad");
const { SigningCosmosClient, assertIsBroadcastTxSuccess } = require("@cosmjs/launchpad");
const httpUrl = "http://localhost:1317";
const faucet = {