-
Couldn't load subscription status.
- Fork 286
feat: set up Base Bridge Base Sepolia deployment task #435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Heimdall Review Status
|
| @@ -0,0 +1,2 @@ | |||
| OP_COMMIT=594bc933a38425f745b46399a3619bcdeb74965d | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not relevant, but current OP contracts version commit that we are using on Sepolia
| @@ -0,0 +1,2 @@ | |||
| OP_COMMIT=594bc933a38425f745b46399a3619bcdeb74965d | |||
| BASE_CONTRACTS_COMMIT=98ec680a67c173d38aa52588c5dc0fbaa1c0561c | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest Base contracts commit
|
|
||
| .PHONY: deps | ||
| deps: | ||
| forge install --no-git github.com/base/bridge@755dfb9f6da7e79582a8ba04a4d64b180ca2eae8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest Bridge commit
| @@ -0,0 +1,13 @@ | |||
| { | |||
| "salt": "0x928e88ac3b7e376abdda9d42289e3e39d878c78869402e3dc1fb002aaa0cc852", | |||
| "initialOwner": "0x5dfEB066334B67355A15dc9b67317fD2a2e1f77f", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incident multisig on Sepolia (3-of-14)
| { | ||
| "salt": "0x928e88ac3b7e376abdda9d42289e3e39d878c78869402e3dc1fb002aaa0cc852", | ||
| "initialOwner": "0x5dfEB066334B67355A15dc9b67317fD2a2e1f77f", | ||
| "partnerValidators": "0x0000000000000000000000000000000000000001", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will upgrade to use correct partnerValidators version when we have it
| ], | ||
| "baseSignatureThreshold": 2, | ||
| "partnerValidatorThreshold": 0, | ||
| "remoteBridge": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will add remote bridge pubkey when we have it
| "baseSignatureThreshold": 2, | ||
| "partnerValidatorThreshold": 0, | ||
| "remoteBridge": "", | ||
| "guardians": ["0x5dfEB066334B67355A15dc9b67317fD2a2e1f77f"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incident multisig on Sepolia (3-of-14)
Approved review 3357265000 from xenoliss is now dismissed due to new commit. Re-request for approval.
No description provided.