We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b5c0d commit 87a7bb4Copy full SHA for 87a7bb4
deploy/054_deploy_alephzero_spokepool.ts
@@ -7,8 +7,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
7
const { hubPool, spokeChainId } = await getSpokePoolDeploymentInfo(hre);
8
9
const initArgs = [
10
- // Initialize deposit counter to very high number of deposits to avoid duplicate deposit ID's
11
- // with deprecated spoke pool.
12
0,
13
L2_ADDRESS_MAP[spokeChainId].l2GatewayRouter,
14
// Set hub pool as cross domain admin since it delegatecalls the Adapter logic.
0 commit comments