-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
packages/contracts use openzeppelin 's 5.0.0 , which does removes 777 , but account abstraction dependency uses 777 in their current latest version (0.6.0)
Hence forge build is throwing error
--> ../../node_modules/accountabstraction/contracts/samples/callback/TokenCallbackHandler.sol:7:1:
|
7 | import "@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol";