You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/scripts/docs/supersede_level.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ All this process is required in order to avoid to the users to resolve both vers
23
23
24
24
## **Usage**
25
25
26
-
### **Testnet (mainet for ethernaut XD)**
26
+
### **Testnet (mainnet for ethernaut XD)**
27
27
28
28
- Select the network in the [`constants.js`](https://github.com/OpenZeppelin/ethernaut/blob/client/src/constants.js) file by uncommenting the `ACTIVE_NETWORK` constant.
29
29
@@ -36,7 +36,7 @@ The tool will guide the operator through the process. Operator is the account th
36
36
37
37
The script contains a commented function `printEditedStorageSlots(oldAddress, newAddress)` that can be uncommented to prompt in the terminal all storage slots edited after the process.
38
38
39
-
Ethernaut contract will be halt during the operation, any call to `createLevelInstance(Level _level)` or `submitLevelInstance(address payable _instance)` will revet with `"Contract locked due maintenance operations"` string.
39
+
Ethernaut contract will be halt during the operation, any call to `createLevelInstance(Level _level)` or `submitLevelInstance(address payable _instance)` will revert with `"Contract locked due maintenance operations"` string.
40
40
41
41
Original statistics implementation is hardcoded in `downgradeStatisticsSupersederToStatisticsAndSaveDeployData()` function it is not needed to deploy a new instance, ensure that you hardcode the correct address.
0 commit comments