@offckb/cli 0.2.0-canary-e4b4a17.0 → 0.2.0-canary-e8ccdc3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,7 +113,7 @@ function deployBinary(binPath, from, ckb) {
113
113
  return __awaiter(this, void 0, void 0, function* () {
114
114
  const bin = yield (0, fs_2.readFileToUint8Array)(binPath);
115
115
  const contractName = (0, fs_2.convertFilenameToUppercase)(binPath);
116
- const result = yield lumos_1.commons.deploy.generateDeployWithDataTx({
116
+ const result = yield lumos_1.commons.deploy.generateDeployWithTypeIdTx({
117
117
  cellProvider: ckb.indexer,
118
118
  fromInfo: from.address,
119
119
  scriptBinary: bin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@offckb/cli",
3
- "version": "0.2.0-canary-e4b4a17.0",
3
+ "version": "0.2.0-canary-e8ccdc3.0",
4
4
  "description": "ckb development network for your first try",
5
5
  "author": "Retric Su <retric@cryptape.com>",
6
6
  "license": "MIT",