@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.
- package/dist/cmd/deploy.js +1 -1
- package/package.json +1 -1
package/dist/cmd/deploy.js
CHANGED
|
@@ -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.
|
|
116
|
+
const result = yield lumos_1.commons.deploy.generateDeployWithTypeIdTx({
|
|
117
117
|
cellProvider: ckb.indexer,
|
|
118
118
|
fromInfo: from.address,
|
|
119
119
|
scriptBinary: bin,
|