While working on #89 I realized there was a duplicate entry in the config files.
While this is not a problem in practice (the delay is correctly configured on-chain, and in any case it can be changed), it'd be convenient to correct this for future deployments.
By modifying the input file, the verification will fail. Given that only testnets are involved, I'd just redeploy.
Type of change
[x] Bug fix
[ ] New feature
[ ] Breaking change
[ ] Dependency changes
[ ] Code refactor / cleanup
[ ] Documentation or wording changes
[ ] Other
Checklist:
[x] The diff is legible and has no extraneous changes
[x] Complex code has been commented, including external interfaces
N/A Tests are included for all code paths
[x] The base branch is either master, or there's a description of how to merge
Description
While working on #89 I realized there was a duplicate entry in the config files. While this is not a problem in practice (the delay is correctly configured on-chain, and in any case it can be changed), it'd be convenient to correct this for future deployments.
By modifying the input file, the verification will fail. Given that only testnets are involved, I'd just redeploy.
Type of change
Checklist:
master
, or there's a description of how to mergeIssue Resolution
N/A