From d96c64d611d4c32e92033dd7c777a9956abead59 Mon Sep 17 00:00:00 2001 From: SidestreamColdMelon Date: Tue, 17 Sep 2024 11:21:24 +0200 Subject: [PATCH] remove ESM-related authorizations and checks --- .wordlist.txt | 1 - spell/rwa-onboarding-checklist.md | 4 ---- spell/spell-reviewer-mainnet-checklist.md | 3 +-- spell/teleport-onboarding-checklist.md | 1 - 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.wordlist.txt b/.wordlist.txt index 2fcb95d6..40f45c38 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -41,7 +41,6 @@ env EOA EOAs ERC -ESM Etherscan EthTx evmVersion diff --git a/spell/rwa-onboarding-checklist.md b/spell/rwa-onboarding-checklist.md index 20b1136b..f538571c 100644 --- a/spell/rwa-onboarding-checklist.md +++ b/spell/rwa-onboarding-checklist.md @@ -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` @@ -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` @@ -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` @@ -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 diff --git a/spell/spell-reviewer-mainnet-checklist.md b/spell/spell-reviewer-mainnet-checklist.md index 2bfd7812..5a7bd3aa 100644 --- a/spell/spell-reviewer-mainnet-checklist.md +++ b/spell/spell-reviewer-mainnet-checklist.md @@ -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 diff --git a/spell/teleport-onboarding-checklist.md b/spell/teleport-onboarding-checklist.md index a9b7c2d7..d32387a6 100644 --- a/spell/teleport-onboarding-checklist.md +++ b/spell/teleport-onboarding-checklist.md @@ -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)