Skip to content

Commit

Permalink
Fixed 'dssexeclib.sol' which should have used the '.address' extension
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Arbiter committed Aug 14, 2023
1 parent c8e1caa commit af4b8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spell/spell-reviewer-goerli-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ _Insert your passing local tests here_
* [ ] solc version matches
* [ ] optimizations are disabled
* [ ] dss-exec-lib library address used (under 'Libraries Used') matches the hardcoded local `DssExecLib.address` file
* [ ] Check again that the PR did not modify the `DssExecLib.sol` file (e.g. look under the 'Files Changed' PR tab, etc.)
* [ ] Check again that the PR did not modify the `DssExecLib.address` file (e.g. look under the 'Files Changed' PR tab, etc.)
* [ ] `deployed_spell_created` matches deployment timestamp
* [ ] `deployed_spell_block` matches deployment block number
* [ ] manual checks
Expand Down
2 changes: 1 addition & 1 deletion spell/spell-reviewer-mainnet-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ _Insert your passing local tests here_
* [ ] solc version matches
* [ ] optimizations are disabled
* [ ] dss-exec-lib library address used (under 'Libraries Used') matches the hardcoded local `DssExecLib.address` file
* [ ] Check again that the PR did not modify the `DssExecLib.sol` file (e.g. look under the 'Files Changed' PR tab, etc.)
* [ ] Check again that the PR did not modify the `DssExecLib.address` file (e.g. look under the 'Files Changed' PR tab, etc.)
* [ ] `deployed_spell_created` matches deployment timestamp
* [ ] `deployed_spell_block` matches deployment block number
* [ ] manual checks
Expand Down

0 comments on commit af4b8f6

Please sign in to comment.