diff --git a/foundry.lock b/foundry.lock index 18eb1d3..743b4b3 100644 --- a/foundry.lock +++ b/foundry.lock @@ -3,6 +3,6 @@ "rev": "b8f065fda83b8cd94a6b2fec8fcd911dc3b444fd" }, "lib/rain.math.binary": { - "rev": "54450d62a89be456d07db1b9508f3b8a24dbb5f8" + "rev": "f44f846a43928ba0a7ed4a7bb810a8933e23cce1" } } \ No newline at end of file diff --git a/foundry.toml b/foundry.toml index 9251a96..243c448 100644 --- a/foundry.toml +++ b/foundry.toml @@ -21,7 +21,7 @@ optimizer_runs = 1000000 bytecode_hash = "none" cbor_metadata = false -evm_version = "paris" +evm_version = "cancun" fs_permissions = [ { access = "read-write", path = "src/generated" }, diff --git a/lib/rain.math.binary b/lib/rain.math.binary index 54450d6..f44f846 160000 --- a/lib/rain.math.binary +++ b/lib/rain.math.binary @@ -1 +1 @@ -Subproject commit 54450d62a89be456d07db1b9508f3b8a24dbb5f8 +Subproject commit f44f846a43928ba0a7ed4a7bb810a8933e23cce1 diff --git a/src/generated/CodeGennable.pointers.sol b/src/generated/CodeGennable.pointers.sol index e58baf8..44725f7 100644 --- a/src/generated/CodeGennable.pointers.sol +++ b/src/generated/CodeGennable.pointers.sol @@ -10,7 +10,7 @@ pragma solidity ^0.8.25; // file needs the contract to exist so that it can be compiled. /// @dev Hash of the known bytecode. -bytes32 constant BYTECODE_HASH = bytes32(0xe2bafcba65b2c99d33f5096307bc57c2e7f195d2a178f56e45d720bb64344998); +bytes32 constant BYTECODE_HASH = bytes32(0x8016e5305d25be28ac4d72616cfd999756e36eded3ec88562375e2e1c9eca84d); /// @dev Some bytes comment. bytes constant SOME_BYTES_CONSTANT = hex"12345678";