We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20074f0 commit 1479eaeCopy full SHA for 1479eae
script/Zenith.s.sol
@@ -13,8 +13,6 @@ contract ZenithScript is Script {
13
{
14
vm.startBroadcast();
15
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);
18
}
19
20
// NOTE: script must be run using SequencerAdmin key
0 commit comments