Skip to content

Commit

Permalink
remove ESM-related authorizations and checks
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Sep 17, 2024
1 parent 4b55876 commit d96c64d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ env
EOA
EOAs
ERC
ESM
Etherscan
EthTx
evmVersion
Expand Down
4 changes: 0 additions & 4 deletions spell/rwa-onboarding-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
* [ ] `gem` matches `RwaToken` deployed contract
* [ ] check `wards`
* [ ] `MCD_PAUSE_PROXY` is relied
* [ ] `MCD_ESM` is being relied in the spell (as approved by Governance Facilitators)
* [ ] deployer is denied
* [ ] no other address has been relied
* [ ] `RwaUrn`/`RwaUrn2`
Expand All @@ -38,7 +37,6 @@
* [ ] `outputConduit` matches `RwaOutputConduit<2,3>` (Per spell code)
* [ ] check `wards`
* [ ] `MCD_PAUSE_PROXY` is relied
* [ ] `MCD_ESM` is being relied in the spell (as approved by Governance Facilitators)
* [ ] deployer is denied
* [ ] no other address has been relied
* [ ] `RwaJar`
Expand All @@ -63,7 +61,6 @@
* [ ] `psm`, `gem` (`v3`)
* [ ] check `wards`
* [ ] `MCD_PAUSE_PROXY` is relied
* [ ] `MCD_ESM` is being relied in the spell (as approved by Governance Facilitators)
* [ ] deployer is denied
* [ ] no other address has been relied
* [ ] `RwaOutputConduit<2>`/`RwaSwapOutputConduit`
Expand All @@ -78,7 +75,6 @@
* [ ] `psm`, `gem` (`v3`)
* [ ] check `wards`
* [ ] `MCD_PAUSE_PROXY` is relied
* [ ] `MCD_ESM` is being relied in the spell (as approved by Governance Facilitators)
* [ ] deployer is denied
* [ ] no other address has been relied
* [ ] Risk Parameters Match Doc
Expand Down
3 changes: 1 addition & 2 deletions spell/spell-reviewer-mainnet-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
* IF new contract have concept of `wards` or access control
* [ ] Ensure `PAUSE_PROXY` address was `relied` (`wards(PAUSE_PROXY)` is `1`)
* [ ] Ensure that contract deployer address was `denied` (`wards(deployer)` is `0`)
* [ ] Ensure `MCD_ESM` address is already relied OR being `relied` (`wards(MCD_ESM)` is `1`) in this spell (as approved by Governance Facilitators, in order to allow de-authing the pause proxy during Emergency Shutdown, via `denyProxy`)
* [ ] Ensure that there are no other `Rely` events except for `PAUSE_PROXY` and `MCD_ESM` (using a block explorer like [etherscan](https://etherscan.io))
* [ ] Ensure that there are no other `Rely` events except for `PAUSE_PROXY` (using a block explorer like [etherscan](https://etherscan.io))
* [ ] Source code matches corresponding github source code (e.g. diffcheck via vscode `code --diff etherscan.sol github.sol`)
* [ ] Deployer address is included into `addresses_deployers.sol`
* IF core system parameter changes are present in the instructions
Expand Down
1 change: 0 additions & 1 deletion spell/teleport-onboarding-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* [ ] others (L2 dependant)
* [ ] check `wards`
* [ ] `L2GovernanceRelay` is relied
* [ ] `MCD_ESM` is already relied / being relied in this spell (as approved by Governance Facilitators)
* [ ] deployer is denied
* [ ] no other address has been relied
* [ ] `TeleportLinearFee` (Domain Teleport Linear Fee or different fee contract)
Expand Down

0 comments on commit d96c64d

Please sign in to comment.