diff --git a/spell/spell-reviewer-goerli-checklist.md b/spell/spell-reviewer-goerli-checklist.md index 129d5dd5..da1f6534 100644 --- a/spell/spell-reviewer-goerli-checklist.md +++ b/spell/spell-reviewer-goerli-checklist.md @@ -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 diff --git a/spell/spell-reviewer-mainnet-checklist.md b/spell/spell-reviewer-mainnet-checklist.md index 9295b4ec..432814fd 100644 --- a/spell/spell-reviewer-mainnet-checklist.md +++ b/spell/spell-reviewer-mainnet-checklist.md @@ -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