mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Adapt deployment scrips
This commit is contained in:
parent
5c6c501d3a
commit
cd632a290e
@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
/* eslint-disable @typescript-eslint/camelcase */
|
||||
const { SigningCosmWasmClient, Secp256k1Pen } = require("@cosmwasm/sdk");
|
||||
const { SigningCosmWasmClient } = require("@cosmwasm/cosmwasm");
|
||||
const { Secp256k1Pen } = require("@cosmwasm/sdk38");
|
||||
const fs = require("fs");
|
||||
|
||||
const httpUrl = "http://localhost:1317";
|
||||
|
@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
/* eslint-disable @typescript-eslint/camelcase */
|
||||
const { SigningCosmWasmClient, Secp256k1Pen } = require("@cosmwasm/sdk");
|
||||
const { SigningCosmWasmClient } = require("@cosmwasm/cosmwasm");
|
||||
const { Secp256k1Pen } = require("@cosmwasm/sdk38");
|
||||
const fs = require("fs");
|
||||
|
||||
const httpUrl = "http://localhost:1317";
|
||||
|
@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
/* eslint-disable @typescript-eslint/camelcase */
|
||||
const { SigningCosmWasmClient, Secp256k1Pen } = require("@cosmwasm/sdk");
|
||||
const { SigningCosmWasmClient } = require("@cosmwasm/cosmwasm");
|
||||
const { Secp256k1Pen } = require("@cosmwasm/sdk38");
|
||||
const fs = require("fs");
|
||||
|
||||
const httpUrl = "http://localhost:1317";
|
||||
|
Loading…
x
Reference in New Issue
Block a user