Skip to content

Commit 95e544e

Browse files
testing: start with 8 -> 4 lines
1 parent 5d6c7cf commit 95e544e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/contracts/script/PostDeploy.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ contract PostDeploy is Script {
6868
vm.rpc("evm_setNextBlockTimestamp", '["9999999999"]');
6969
}
7070

71-
IWorld(worldAddress).addLines(8);
71+
IWorld(worldAddress).addLines(4);
7272

7373
vm.stopBroadcast();
7474
}

0 commit comments

Comments
 (0)