Skip to content

Commit 480d0fd

Browse files
feat(linea): pre-deploy (#463)
1 parent a8e6e5a commit 480d0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/029_deploy_linea_spokepool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
1919
hubPool.address,
2020
hubPool.address,
2121
];
22-
const constructorArgs = [L2_ADDRESS_MAP[chainId].l2Weth, 3600, 32400];
22+
const constructorArgs = [L2_ADDRESS_MAP[chainId].l2Weth, 3600, 28800];
2323

2424
await deployNewProxy("Linea_SpokePool", constructorArgs, initArgs);
2525
};

0 commit comments

Comments
 (0)