File tree Expand file tree Collapse file tree
contracts/scripts/compensation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,6 @@ The contract goveror **must** have called `unlockAdjuster` on the contract befo
1616 export DEPLOYER_PK=<pk>
1717 node scripts/compensation/compensationSync.js --data-file=scripts/staking/reimbursements.csv --do-it
1818
19- ### Running Smoke Tests
20-
21- Smoke tests can be ran in 2 modes:
22- - Run ` scripts/test/smokeTest.sh ` to launch interactive mode. All the "before contract changes" parts of tests
23- will execute and wait for the user to manually using a console performs contract changes. Once those are done
24- hit "Enter" in the smoke test console and the second part of the tests shall be ran that validate that contract
25- changes haven't broken basic functionality.
26- - Run ` scripts/test/smokeTest.sh --deployid [numeric_id_of_deploy] ` will run smoke tests against a specific
27- deployid. Validating that that deploy didn't break basic functionality.
2819
2920### Sample output
3021
You can’t perform that action at this time.
0 commit comments