• Mark Tyneway's avatar
    contracts-bedrock: deploy `SuperchainConfig` to sepolia · 43ab16dd
    Mark Tyneway authored
    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
    
    ```
    43ab16dd
Name
Last commit
Last update
..
chain-mon Loading commit data...
common-ts Loading commit data...
contracts-bedrock Loading commit data...
contracts-ts Loading commit data...
core-utils Loading commit data...
fee-estimation Loading commit data...
sdk Loading commit data...
web3js-plugin Loading commit data...