• Mark Tyneway's avatar
    feat: bedrock predeploys (#2580) · 6b7ff0bf
    Mark Tyneway authored
    * contracts: update forge-std
    
    This adds 2 new cheatcodes to the `vm` interface,
    a `expectCall` that asserts on the call with a `msg.value`
    set to a specific amount as well as a `mockCall` that can
    send a specific amount of value as part of the mocked call.
    
    * contracts: deploy OVM_ETH as part of setup
    
    * contracts: deployer whitelist
    
    * contracts: OVM_ETH
    
    * contracts: sequencer fee vault
    
    * contracts: weth9
    
    * contracts: ignore linting for weth9
    
    * contracts: gas oracle
    
    * contracts: l1 standard bridge
    
    * contracts: new snapshot
    Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    6b7ff0bf
Name
Last commit
Last update
..
Burner.sol Loading commit data...
DeployerWhitelist.sol Loading commit data...
GasPriceOracle.sol Loading commit data...
L1Block.sol Loading commit data...
L1BlockNumber.sol Loading commit data...
L2CrossDomainMessenger.sol Loading commit data...
L2StandardBridge.sol Loading commit data...
L2ToL1MessagePasser.sol Loading commit data...
OVM_ETH.sol Loading commit data...
SequencerFeeVault.sol Loading commit data...
WETH9.sol Loading commit data...