diff --git a/packages/contracts-bedrock/.gas-snapshot b/packages/contracts-bedrock/.gas-snapshot index f522a3f7e8c1b..2870daa9b07ad 100644 --- a/packages/contracts-bedrock/.gas-snapshot +++ b/packages/contracts-bedrock/.gas-snapshot @@ -1,4 +1,4 @@ -CrossDomainHashing_Test:test_l2TransactionHash() (gas: 78639) +CrossDomainHashing_Test:test_l2TransactionHash() (gas: 103799) DeployerWhitelist_Test:test_owner() (gas: 7647) DeployerWhitelist_Test:test_storageSlots() (gas: 33483) GasPriceOracle_Test:test_baseFee() (gas: 8395) @@ -9,8 +9,8 @@ GasPriceOracle_Test:test_onlyOwnerSetOverhead() (gas: 10599) GasPriceOracle_Test:test_onlyOwnerSetScalar() (gas: 10640) GasPriceOracle_Test:test_owner() (gas: 9762) GasPriceOracle_Test:test_setDecimals() (gas: 36798) -GasPriceOracle_Test:test_setGasPriceReverts() (gas: 11659) -GasPriceOracle_Test:test_setL1BaseFeeReverts() (gas: 11658) +GasPriceOracle_Test:test_setGasPriceReverts() (gas: 11718) +GasPriceOracle_Test:test_setL1BaseFeeReverts() (gas: 11717) GasPriceOracle_Test:test_setOverhead() (gas: 36767) GasPriceOracle_Test:test_setScalar() (gas: 36840) GasPriceOracle_Test:test_storageLayout() (gas: 86683) @@ -20,9 +20,9 @@ L1BlockTest:test_number() (gas: 7651) L1BlockTest:test_sequenceNumber() (gas: 7585) L1BlockTest:test_timestamp() (gas: 7683) L1BlockTest:test_updateValues() (gas: 28215) -L1BlockNumberTest:test_fallback() (gas: 10755) +L1BlockNumberTest:test_fallback() (gas: 18773) L1BlockNumberTest:test_getL1BlockNumber() (gas: 10589) -L1BlockNumberTest:test_receive() (gas: 17418) +L1BlockNumberTest:test_receive() (gas: 25436) L1CrossDomainMessenger_Test:testCannot_L1MessengerPause() (gas: 10909) L1CrossDomainMessenger_Test:test_L1MessengerMessageVersion() (gas: 8366) L1CrossDomainMessenger_Test:test_L1MessengerPause() (gas: 31882) diff --git a/packages/contracts-bedrock/.gitignore b/packages/contracts-bedrock/.gitignore index 1aec10c8032d4..89a89b8806c73 100644 --- a/packages/contracts-bedrock/.gitignore +++ b/packages/contracts-bedrock/.gitignore @@ -4,4 +4,5 @@ cache typechain coverage.out .deps -deployments \ No newline at end of file +deployments +broadcast diff --git a/packages/contracts-bedrock/package.json b/packages/contracts-bedrock/package.json index 125d177eb81f4..1db9e8497dff9 100644 --- a/packages/contracts-bedrock/package.json +++ b/packages/contracts-bedrock/package.json @@ -36,7 +36,7 @@ "hardhat": "^2.9.6", "@rari-capital/solmate": "https://github.com/rari-capital/solmate.git#8f9b23f8838670afda0fd8983f2c41e8037ae6bc", "ds-test": "https://github.com/dapphub/ds-test.git#9310e879db8ba3ea6d5c6489a579118fd264a3f5", - "forge-std": "https://github.com/foundry-rs/forge-std.git#1680d7fb3e00b7b197a7336e7c88e838c7e6a3ec", + "forge-std": "https://github.com/foundry-rs/forge-std.git#564510058ab3db01577b772c275e081e678373f2", "merkle-patricia-tree": "^4.2.4", "rlp": "^2.2.7" }, diff --git a/yarn.lock b/yarn.lock index e6e39c9491a7c..a425585138a33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8856,9 +8856,9 @@ forever-agent@~0.6.1: resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= -"forge-std@https://github.com/foundry-rs/forge-std.git#1680d7fb3e00b7b197a7336e7c88e838c7e6a3ec": +"forge-std@https://github.com/foundry-rs/forge-std.git#564510058ab3db01577b772c275e081e678373f2": version "0.0.0" - resolved "https://github.com/foundry-rs/forge-std.git#1680d7fb3e00b7b197a7336e7c88e838c7e6a3ec" + resolved "https://github.com/foundry-rs/forge-std.git#564510058ab3db01577b772c275e081e678373f2" form-data@^2.2.0: version "2.5.1"