Skip to content

Commit ed7960b

Browse files
committed
fix: final forking fixes
1 parent fbded5f commit ed7960b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test-cases/precompiles/Forking.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ contract TestForking1 is ForkingTest {
126126
constructor()
127127
ForkingTest(
128128
InitData({
129-
newTarget: address(0x1A9c28714584DC5Bc4715C0624c171B5F4F82Be8),
129+
newTarget: address(0x8019401e3Eda99Ff0f7fee39e6Ae724006390A61),
130130
startValue: 2,
131131
expectedSumPersistence: 10
132132
})

0 commit comments

Comments
 (0)