Skip to content

Commit

Permalink
βœ… πŸ”§ Set entry point as canonical in base setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Jul 9, 2024
1 parent f5f8681 commit d25f036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils/Bootstrap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ contract Bootstrap is Test {
pDAOAddress = _pDAOAddress;
smartMarginV3Address = _smartMarginV3Address;
canonicalEntryPointAddress = payable(_canonicalEntryPointAddress);
entryPoint = EntryPoint(canonicalEntryPointAddress);
usdc = _usdc;
sUSDCId = _sUSDCId;

Expand Down

0 comments on commit d25f036

Please sign in to comment.