Skip to content

Commit 9b35547

Browse files
committed
feat: update new target address
1 parent 5fe5d75 commit 9b35547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test-cases/precompiles/Forking.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {Target, TARGET} from "../common/Target.sol";
1010
contract TestForking is Assertion, Test {
1111
uint256 expectedSum = 0;
1212
uint256 someInitValue = 1;
13-
address newTarget = address(0);
13+
address newTarget = address(0x1A9c28714584DC5Bc4715C0624c171B5F4F82Be8);
1414

1515
constructor() payable {}
1616

src/test-cases/precompiles/Logs.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {Assertion} from "../../Assertion.sol";
77
import {PhEvm} from "../../PhEvm.sol";
88
import {Target, TARGET} from "../common/Target.sol";
99

10-
contract TestGetLogs is Assertion, Test {
10+
contract TestLogs is Assertion, Test {
1111
constructor() payable {}
1212

1313
function testGetLogs() external {

0 commit comments

Comments
 (0)