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
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/camelcase */
const { SigningCosmWasmClient } = require("@cosmwasm/cosmwasm");
const { Secp256k1Pen } = require("@cosmwasm/sdk38");
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm");
const { Secp256k1Pen } = require("@cosmjs/sdk38");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/camelcase */
const { SigningCosmWasmClient } = require("@cosmwasm/cosmwasm");
const { Secp256k1Pen } = require("@cosmwasm/sdk38");
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm");
const { Secp256k1Pen } = require("@cosmjs/sdk38");
const fs = require("fs");
const httpUrl = "http://localhost:1317";
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/camelcase */
const { SigningCosmWasmClient } = require("@cosmwasm/cosmwasm");
const { Secp256k1Pen } = require("@cosmwasm/sdk38");
const { SigningCosmWasmClient } = require("@cosmjs/cosmwasm");
const { Secp256k1Pen } = require("@cosmjs/sdk38");
const fs = require("fs");
const httpUrl = "http://localhost:1317";