Commit e3ae7d6d authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: deploy OptimismMintableERC20Factory sepolia

OP sepolia OptimismMintableERC20Factory deployment

Using the following command:
```

export IMPL_SALT="op/acc"
export ADDRESSES=/Users/tynes/Projects/github.com/ethereum-optimism/superchain-registry/superchain/extra/addresses/sepolia/op.json

forge script scripts/Deploy.s.sol:Deploy \
  --sig 'deployOptimismMintableERC20Factory()' --rpc-url $ETH_RPC_URL \
  --private-key $PRIVATE_KEY \
  --broadcast \
  --verify
```
parent 580ddd1f
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