• 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
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...