1. 08 Dec, 2023 1 commit
    • Mark Tyneway's avatar
      contracts-bedrock: deploy superchain config · 8c410847
      Mark Tyneway authored
      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
      
      ```
      8c410847
  2. 07 Dec, 2023 39 commits