Commit cfa99077 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: L2OutputOracle deployment

Deploys the latest implementation of the `L2OutputOracle` to sepolia
and commits the artifact.

The following script was used for the deployment.

```bash

export IMPL_SALT="op/acc"

forge script scripts/Deploy.s.sol:Deploy \
  --sig 'deployL2OutputOracle()' --rpc-url $ETH_RPC_URL \
  --private-key $PRIVATE_KEY \
  --broadcast \
  --verify
```

https://sepolia.etherscan.io/address/0x83aeb8b156cd90e64c702781c84a681dadb1dde2
parent d8fe218f
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment