Skip to content

Commit

Permalink
chore: add doc for immutable entry point var (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangting-alchemy authored and jaypaik committed Jan 25, 2024
1 parent 9815802 commit 6ba7fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/account/UpgradeableModularAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ contract UpgradeableModularAccount is
uint256 callbackGasLimit;
}

// ERC-4337 v0.6.0 entrypoint address only
IEntryPoint private immutable _ENTRY_POINT;

// As per the EIP-165 spec, no interface should ever match 0xffffffff
Expand Down

0 comments on commit 6ba7fa6

Please sign in to comment.