Skip to content

Commit 1479eae

Browse files
authored
fix: remove sending ETH during deploy (#38)
1 parent 20074f0 commit 1479eae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

script/Zenith.s.sol

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ contract ZenithScript is Script {
1313
{
1414
vm.startBroadcast();
1515
z = new Zenith(defaultRollupChainId, withdrawalAdmin, sequencerAdmin);
16-
// send some ETH to newly deployed Zenith to populate some rollup state
17-
z.enter{value: 0.00123 ether}(z.defaultRollupChainId(), msg.sender);
1816
}
1917

2018
// NOTE: script must be run using SequencerAdmin key

0 commit comments

Comments
 (0)