uint256 amount = IBridgeMinter(bridgeMinterAddr).withdrawETHToL1Migrator();
(bool ok, ) = l1MigratorAddr.call.value(address(this).balance)("");
