Closed cbfyi closed 3 months ago
DO NOT MERGE. Moving back to WIP.
Will be extending the script to cover more upgrades so we can reduce roundtrip from multisig signing.
Using https://github.com/ethereum-optimism/superchain-ops instead.
Requirement | Status | More Info | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Reviews |
✅
1/1
|
Denominator calculation
|
First part of rolling out Fault Proof on Sepolia for Base.
We need to initialize some contracts required for Fault Proof. They will be "owned" by the proxy admin owner / system admin.
DisputeGameFactoryProxy
DelayedWETHProxy
AnchorStateRegistryProxy
to follow in a separate set of changes onceDisputeGameFactoryProxy
is ready as theAnchorStateRegistry
implementation depends on it.These are prerequisites for Fault Proof for Base Sepolia.
The factory will not be useable just yet, until we
setImplementation
for specific game types. The game implementations will be deployed separately as they depend on the anchor state registry.The proxies were deployed using our internal Smart Contract Manager (SCM). We will need the proxy admin to initialize these currently blank proxies.