We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0c9e6 commit 4a86369Copy full SHA for 4a86369
src/EIP7702Proxy.sol
@@ -144,4 +144,6 @@ contract EIP7702Proxy is Proxy {
144
function _implementation() internal view override returns (address) {
145
return ERC1967Utils.getImplementation();
146
}
147
+
148
+ receive() external payable {}
149
0 commit comments