Commit 43ab16dd authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: deploy `SuperchainConfig` to sepolia

Deploys the `SuperchainConfig` implementation to sepolia
and commits the deploy artifact. The contract was deployed
with the following command:

```bash

export IMPL_SALT=$(openssl rand -hex 32)

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

```
parent 301e996d
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