We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003920c commit 7445a54Copy full SHA for 7445a54
.github/workflows/scheduled-commit-initial.yaml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
jq --raw-output --monochrome-output '.NUM_EPOCHS = 1' configs/networks/flare.json | sponge configs/networks/flare.json
39
jq --raw-output --monochrome-output --argjson epoch "$USE_REWARD_EPOCH" '.REWARD_EPOCH = $epoch' configs/networks/flare.json | sponge configs/networks/flare.json
40
- yarn run process-staking-rewards
+ yarn run prepare-initial-data
41
42
- name: Commit generated-files
43
0 commit comments