update generate deploy script from hardcoded tezos-client tool to dynamic tool
This commit is contained in:
parent
6d6556107a
commit
78166c13d3
@ -81,7 +81,7 @@ export class GenerateDeployScriptAction extends CancellableAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const title = slugify(editor.title).toLowerCase() || 'untitled';
|
const title = slugify(editor.title).toLowerCase() || 'untitled';
|
||||||
const output = `tezos-client \\
|
const output = `${generateDeployScript.tool} \\
|
||||||
originate \\
|
originate \\
|
||||||
contract \\
|
contract \\
|
||||||
${title} \\
|
${title} \\
|
||||||
|
Loading…
Reference in New Issue
Block a user