Commit 1ced6f08 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: deploy implementations to goerli

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

A follow up PR to the superchain registry will add the contract
addresses.
parent cc5cf70d
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