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";