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 ff54e7a commit 0d5917eCopy full SHA for 0d5917e
tasks/upgradeSpokePool.ts
@@ -70,7 +70,7 @@ task("upgrade-spokepool", "Generate calldata to upgrade a SpokePool deployment")
70
} else {
71
/**
72
* We perform this seemingly unnecessary pause/unpause sequence because we want to ensure that the
73
- * upgrade is successful and the new implementation is functioning correctly.
+ * upgrade is successful and the new implementation gets forwarded calls by the proxy contract as expected
74
*
75
* Since the upgrade and call happens atomically, the upgrade will revert if the new implementation
76
* is not functioning correctly.
0 commit comments