Skip to content

Commit 509e757

Browse files
committed
monor
1 parent 81574ff commit 509e757

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/shadow-testing/scripts/sync-queue-hashes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ def main():
123123
subprocess.run(
124124
[
125125
"cast", "rpc", "anvil_setStorageAt", QUEUE, hex(103),
126-
hex(mainnet_next), "--rpc-url", FORK_RPC,
126+
"0x" + mainnet_next.to_bytes(32, "big").hex(),
127+
"--rpc-url", FORK_RPC,
127128
],
128129
check=True,
129130
capture_output=True,

0 commit comments

Comments
 (0)