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
@@ -63,7 +63,7 @@ Ensure both files are correctly formatted, using the exact field names shown in
63
63
64
64
`deploy-config.json`:
65
65
66
-
```
66
+
```json
67
67
{
68
68
"l1StartingBlockTag": "0x10aa183",
69
69
"l1ChainID": 1,
@@ -145,22 +145,22 @@ Ensure both files are correctly formatted, using the exact field names shown in
145
145
}
146
146
```
147
147
148
-
Make sure that important addresses (like the ProxyAdmin, PAO, all L1 addresses, L2OO) are actually up to date by cross checking the Superchain Registry and on-chain (you can do this easily with [`op-fetcher`](https://github.com/ethereum-optimism/optimism/tree/develop/op-fetcher), especially for the `deployments.json`.
148
+
Make sure that important addresses (like the `ProxyAdmin`, `PAO`, all L1 addresses, `L2OO`) are actually up to date by cross checking the Superchain Registry and on-chain (you can do this easily with [`op-fetcher`](https://github.com/ethereum-optimism/optimism/tree/develop/op-fetcher), especially for the `deployments.json`.
149
149
150
150
## Step-by-step upgrade process
151
151
152
152
### 1. Create your working directory
153
153
154
154
Create a working directory:
155
155
156
-
```
156
+
```shell
157
157
mkdir upgrade-dir
158
158
cd upgrade-dir
159
159
```
160
160
161
161
And then create an outputs directory:
162
162
163
-
```
163
+
```shell
164
164
mkdir outputs
165
165
```
166
166
@@ -172,7 +172,7 @@ Copy your `deployments.json` and `deploy-config.json` into the working directory
172
172
173
173
Create and update an `.env` file with the required information:
0 commit comments