You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/creinit/template/workflow/porExampleDev/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ This will create Go binding files for all the contracts (ReserveManager, SimpleE
82
82
## 6. Configure workflow
83
83
84
84
Configure `config.json` for the workflow
85
-
- `schedule`should be set to `"*/3 * * * * *"` for every 3 seconds or any other cron expression you prefer
85
+
- `schedule`should be set to `"0 */1 * * * *"` for every 1 minute(s) or any other cron expression you prefer, note [CRON service quotas](https://docs.chain.link/cre/service-quotas)
86
86
- `url`should be set to existing reserves HTTP endpoint API
87
87
- `tokenAddress`should be the SimpleERC20 contract address
88
88
- `reserveManagerAddress`should be the ReserveManager contract address
@@ -135,16 +135,16 @@ Select option 1, and the workflow should immediately execute.
135
135
136
136
Select option 2, and then two additional prompts will come up and you can pass in the example inputs:
Copy file name to clipboardExpand all lines: cmd/creinit/template/workflow/typescriptPorExampleDev/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ For a quick start, every contract used in this workflow is already provided in t
80
80
81
81
Configure `config.json` for the workflow
82
82
83
-
-`schedule` should be set to `"*/30 * * * * *"` for every 30 seconds or any other cron expression you prefer
83
+
-`schedule` should be set to `"0 */1 * * * *"` for every 1 minute(s) or any other cron expression you prefer, note [CRON service quotas](https://docs.chain.link/cre/service-quotas)
84
84
-`url` should be set to existing reserves HTTP endpoint API
85
85
-`tokenAddress` should be the SimpleERC20 contract address
86
86
-`porAddress` should be the ReserveManager contract address
@@ -138,17 +138,17 @@ Select option 1, and the workflow should immediately execute.
138
138
139
139
Select option 2, and then two additional prompts will come up and you can pass in the example inputs:
0 commit comments