Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion foundry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"rev": "b8f065fda83b8cd94a6b2fec8fcd911dc3b444fd"
},
"lib/rain.math.binary": {
"rev": "54450d62a89be456d07db1b9508f3b8a24dbb5f8"
"rev": "f44f846a43928ba0a7ed4a7bb810a8933e23cce1"
}
}
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion lib/rain.math.binary
Submodule rain.math.binary updated 1 files
+1 −1 foundry.toml
2 changes: 1 addition & 1 deletion src/generated/CodeGennable.pointers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down