Skip to content

Commit af12fd6

Browse files
committed
updated comment
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
1 parent d545e26 commit af12fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/025DeployOPSpokePool.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ contract DeployOPSpokePool is Script, Test, DeploymentUtils {
4343
// Set hub pool as cross domain admin since it delegatecalls the Adapter logic.
4444
bytes memory initArgs = abi.encodeWithSelector(
4545
OP_SpokePool.initialize.selector,
46-
// Note: Ensure that this is very high number of deposits to avoid duplicate deposit ID's
47-
// with deprecated spoke pool.
46+
// Note: If this is a re-deployment of the spoke pool proxy, set this to a very high number of
47+
// deposits to avoid duplicate deposit IDs with deprecated spoke pool. Should be set to 1 otherwise.
4848
1_000_000, // _initialDepositId
4949
info.hubPool, // _crossDomainAdmin
5050
info.hubPool // _withdrawalRecipient

0 commit comments

Comments
 (0)