From 05c0cd9ebdf48260862a6902034bd66e59fd4574 Mon Sep 17 00:00:00 2001 From: echo Date: Wed, 13 Mar 2024 21:29:57 +0800 Subject: [PATCH] fix ci --- test/ORMP.t.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ORMP.t.sol b/test/ORMP.t.sol index 89be075..9f1ad27 100644 --- a/test/ORMP.t.sol +++ b/test/ORMP.t.sol @@ -27,6 +27,8 @@ contract ORMPTest is Test, Verifier { Proof proof; address immutable self = address(this); + receive() external payable {} + function setUp() public { vm.chainId(1); ormp = new ORMP(self);