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: spell/spell-reviewer-mainnet-checklist.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,8 +273,8 @@
273
273
* [ ] Target Contract is included in the ChainLog
274
274
* [ ] Test Coverage is comprehensive
275
275
* IF bug bounty registry updates are present
276
-
* [ ] Run `make safeharbor-verify calldata=0xhexEncodedData` command in the `spells-mainnet` repo, passing the calldata in the spell to check for it's validity.
277
-
* [ ] Verify the call uses the correct pattern: `(bool succ, bytes memory err) = AGREEMENT.call(<encodedDATA>);`
276
+
* [ ] Run `make safeharbor-verify calldata=<encodedDATA>` command passing the calldata in the spell to check for it's validity.
277
+
* [ ] Verify the call uses the correct pattern: `(bool succ, bytes memory err) = MULTICALL.call(<encodedDATA>);`
278
278
* [ ] Confirm proper error handling is implemented for each call
279
279
* [ ] Verify the bug bounty section has appropriate comments/documentation
0 commit comments