update ligo examples to add generate-deploy-script tool and command defaults

This commit is contained in:
Edmond Lee 2020-05-25 16:43:10 -07:00
parent 5ae429c4ef
commit b88348ce60
3 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,8 @@
entrypoint: add entrypoint: add
parameters: 5, 6 parameters: 5, 6
generateDeployScript: generateDeployScript:
tool: tezos-client
command: originate
entrypoint: main entrypoint: main
storage: 0 storage: 0
*_*) *_*)

View File

@ -11,11 +11,14 @@
entrypoint: main entrypoint: main
storage: 0 storage: 0
evaluateValue: evaluateValue:
command: originate
entrypoint: "" entrypoint: ""
evaluateFunction: evaluateFunction:
entrypoint: add entrypoint: add
parameters: (5, 6) parameters: (5, 6)
generateDeployScript: generateDeployScript:
tool: tezos-client
command: originate
entrypoint: main entrypoint: main
storage: 0 storage: 0
*_*) *_*)

View File

@ -16,6 +16,8 @@
entrypoint: add entrypoint: add
parameters: (5, 6) parameters: (5, 6)
generateDeployScript: generateDeployScript:
tool: tezos-client
command: originate
entrypoint: main entrypoint: main
storage: 0 storage: 0
*_*) *_*)