Skip to content

Commit

Permalink
Update initCodeHash in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Mar 14, 2024
1 parent beff739 commit a7cdd32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/LightAccount.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ contract LightAccountTest is Test {
bytes32(uint256(uint160(0x0000000071727De22E5E9d8BAf0edAc6f37da032)))
)
),
0x7448a966519c6db16b5148dde40a37c19b5fe204acc51ef0cbfe865ea110a15d
0x6e81714395a37e7d98764ff024ec24f3978f47157f8551fcbc0143548f39c8ef
);
}

Expand Down
2 changes: 1 addition & 1 deletion test/MultiOwnerLightAccount.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ contract MultiOwnerLightAccountTest is Test {
bytes32(uint256(uint160(0x0000000071727De22E5E9d8BAf0edAc6f37da032)))
)
),
0x5d40c20ca8014ab1be19cd220e039820dbbd860cd89b76eeaa27a65813ecf83e
0x3765ef442bfa3b5ef7a30073b39949186919dd2344bb5aa0736a0e0be66ebfe1
);
}

Expand Down

0 comments on commit a7cdd32

Please sign in to comment.