Skip to content

Commit 4a86369

Browse files
committed
add receive to silence compiler warnings
1 parent 9c0c9e6 commit 4a86369

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/EIP7702Proxy.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,6 @@ contract EIP7702Proxy is Proxy {
144144
function _implementation() internal view override returns (address) {
145145
return ERC1967Utils.getImplementation();
146146
}
147+
148+
receive() external payable {}
147149
}

0 commit comments

Comments
 (0)