removing wrong dryRun and evaluateFunction in ide examples
This commit is contained in:
parent
0c9aeeeb64
commit
4d51aa62cb
@ -4,17 +4,10 @@
|
|||||||
compile:
|
compile:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
dryRun:
|
dryRun:
|
||||||
entrypoint: main
|
|
||||||
parameters: Increment 1
|
|
||||||
storage: 0
|
|
||||||
deploy:
|
deploy:
|
||||||
entrypoint: main
|
|
||||||
storage: 0
|
|
||||||
evaluateValue:
|
evaluateValue:
|
||||||
entrypoint: ""
|
entrypoint: ""
|
||||||
evaluateFunction:
|
evaluateFunction:
|
||||||
entrypoint: add
|
|
||||||
parameters: 5, 6
|
|
||||||
*_*)
|
*_*)
|
||||||
|
|
||||||
type id = int
|
type id = int
|
||||||
|
@ -4,17 +4,12 @@
|
|||||||
compile:
|
compile:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
dryRun:
|
dryRun:
|
||||||
entrypoint: main
|
|
||||||
parameters: Increment 1
|
|
||||||
storage: 0
|
|
||||||
deploy:
|
deploy:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
storage: 0
|
storage: 0
|
||||||
evaluateValue:
|
evaluateValue:
|
||||||
entrypoint: ""
|
entrypoint: ""
|
||||||
evaluateFunction:
|
evaluateFunction:
|
||||||
entrypoint: add
|
|
||||||
parameters: 5, 6
|
|
||||||
*_*)
|
*_*)
|
||||||
|
|
||||||
type id is int
|
type id is int
|
||||||
|
@ -4,17 +4,12 @@
|
|||||||
compile:
|
compile:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
dryRun:
|
dryRun:
|
||||||
entrypoint: main
|
|
||||||
parameters: Increment 1
|
|
||||||
storage: 0
|
|
||||||
deploy:
|
deploy:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
storage: 0
|
storage: 0
|
||||||
evaluateValue:
|
evaluateValue:
|
||||||
entrypoint: ""
|
entrypoint: ""
|
||||||
evaluateFunction:
|
evaluateFunction:
|
||||||
entrypoint: add
|
|
||||||
parameters: 5, 6
|
|
||||||
*_*)
|
*_*)
|
||||||
|
|
||||||
type id = int
|
type id = int
|
||||||
|
Loading…
Reference in New Issue
Block a user