You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solomon to add in code snippet for nonce verification in pre-check**
This issue a tracker issue to coordinate the various mainnet signing ceremonies that are happening during a signing window from Friday January 3 through Tuesday January 7. This issue ensures there is no ambiguity on the sequencing and nonces for each of these tasks.
First we define the relevant multisigs:
L1 ProxyAdmin Owner (L1PAO): Address 0x5a0Aae59D09fccBdDb6C6CcEB07B7279367C3d2A. Nonce 6. This safe is a 2/2.
Security Council (SC) Safe: Address 0xc2819DC788505Aac350142A7A707BF9D03E3Bd03. Nonce 8. This safe is a 10/13.
Foundation Upgrades Safe (FUS): Address 0x847B5c174615B1B7fDF770882256e2D3E95b9D92. Nonce 10. This safe is a 5/7.
Foundation Operations Safe (FOS): Address 0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A. Nonce 97. This safe is 5/7.
Base's L1PAO: Address 0x7bB41C3008B3f03FE483B28b8DB90e19Cf07595c. Nonce 4. This safe is a 2/2.
Base's Owner Safe: Address 0x9855054731540A48b28990B63DcF4f33d8AE46A1. Nonce is 16. This safe is a 3/6.
FOS, same as (2) above.
The signing ceremonies, in the order they must be executed, are:
Warning
**The info below is tentative and needs to be confirmed. TODO Before finalizing:
@mds1 to update nonces and finish ProtocolVersions taskThis issue a tracker issue to coordinate the various mainnet signing ceremonies that are happening during a signing window from Friday January 3 through Tuesday January 7. This issue ensures there is no ambiguity on the sequencing and nonces for each of these tasks.
First we define the relevant multisigs:
0x5a0Aae59D09fccBdDb6C6CcEB07B7279367C3d2A
. Nonce 6. This safe is a 2/2.0xc2819DC788505Aac350142A7A707BF9D03E3Bd03
. Nonce 8. This safe is a 10/13.0x847B5c174615B1B7fDF770882256e2D3E95b9D92
. Nonce 10. This safe is a 5/7.0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A
. Nonce 97. This safe is 5/7.0x7bB41C3008B3f03FE483B28b8DB90e19Cf07595c
. Nonce 4. This safe is a 2/2.0x9855054731540A48b28990B63DcF4f33d8AE46A1
. Nonce is 16. This safe is a 3/6.The signing ceremonies, in the order they must be executed, are:
ProtocolVersions
contract.env
fileSAFE_NONCE=10
setImplementation
calls.env
fileSAFE_NONCE=6
SAFE_NONCE_0XC2819DC788505AAC350142A7A707BF9D03E3BD03=8
SAFE_NONCE_0X847B5C174615B1B7FDF770882256E2D3E95B9D92=11
setImplementation
calls.env
fileSAFE_NONCE=4
SAFE_NONCE_0X9855054731540A48B28990B63DCF4F33D8AE46A1=16
SAFE_NONCE_0X9BA6E03D8B90DE867373DB8CF1A58D2F7F006B3A=97
setImplementation
calls.env
fileSAFE_NONCE=7
SAFE_NONCE_0XC2819DC788505AAC350142A7A707BF9D03E3BD03=9
SAFE_NONCE_0X847B5C174615B1B7FDF770882256E2D3E95B9D92=12
.env
fileSAFE_NONCE=8
SAFE_NONCE_0XC2819DC788505AAC350142A7A707BF9D03E3BD03=10
SAFE_NONCE_0X847B5C174615B1B7FDF770882256E2D3E95B9D92=13
.env
fileSAFE_NONCE=5
SAFE_NONCE_0X9855054731540A48B28990B63DCF4F33D8AE46A1=17
SAFE_NONCE_0X9BA6E03D8B90DE867373DB8CF1A58D2F7F006B3A=98
.env
fileSAFE_NONCE=99
The text was updated successfully, but these errors were encountered: