From e0cbeb5f214aaf4cde3a417e6844eb8a53f0b4a6 Mon Sep 17 00:00:00 2001 From: Tim Olson <> Date: Mon, 30 Oct 2023 18:46:20 -0400 Subject: [PATCH] vault balance tracking --- src/VaultAddress.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VaultAddress.sol b/src/VaultAddress.sol index 0b7d293..a4e03e5 100644 --- a/src/VaultAddress.sol +++ b/src/VaultAddress.sol @@ -11,7 +11,7 @@ library VaultAddress { // keccak-256 hash of the Vault's bytecode (not the deployed bytecode but the initialization bytecode) // can paste into: // https://emn178.github.io/online-tools/keccak_256.html - bytes32 public constant VAULT_INIT_CODE_HASH = 0xe8ec1ead51d2900d63e5e0aa245485e9452d619fceb9ab914ae78cdb11c4ab70; + bytes32 public constant VAULT_INIT_CODE_HASH = 0x2d636e2b474d9ffd48b3a184f529f2216824023721f63454590c8cb5d4412e93; // the contract being constructed must not have any constructor arguments or the determinism will be broken. instead, use a callback to // get construction arguments