Commit 8c410847 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: deploy superchain config

Both the proxy and the latest implementation.
Deploy them to sepolia. The proxy was deployed with
the following command:

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

```
parent 517bf1ae
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