Skip to content

Commit 235c703

Browse files
committed
update deployment.md
1 parent 0c3b105 commit 235c703

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/deployment.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,13 @@ Next, run:
216216
yarn confirm --network mainnet
217217
```
218218

219+
This checks that:
220+
219221
- For each asset, confirm `fallbackPrice()` and `price()` are close.
220-
- Confirm `main.paused()` is true
221-
- Confirm `timelockController.minDelay()` is > 1e12
222+
- `main.paused()` is true
223+
- `timelockController.minDelay()` is > 1e12
222224

223-
End state: All addresses are verified, the contracts are in the correct state, and it's time to connect the Register to the new mainnet addresses!
225+
End state: All addresses are verified, the contracts are in the correct state, and it's time to verify the contracts on Etherscan.
224226

225227
### Verify on Etherscan
226228

@@ -234,7 +236,7 @@ yarn verify_etherscan --network mainnet
234236

235237
`verify_etherscan.ts` works a bit differently than `deploy.ts`; verification is smart enough to skip over contracts that have already been verified.
236238

237-
It may be that `verify.ts` needs to be run multiple times in order to get 100% of the verifications. If an underlying script is presenting issues consistently, I found on Goerli that running it directly sometimes changed the outcome.
239+
It may be that `verify_etherscan` needs to be run multiple times in order to get 100% of the verifications. If an underlying script is presenting issues consistently, I found on Goerli that running it directly sometimes changed the outcome.
238240

239241
Manual verification steps:
240242

scripts/confirmation/0_confirm_components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function main() {
4545
}
4646
}
4747

48-
// TODO ...more
48+
// TODO ...more?
4949
}
5050

5151
main().catch((error) => {

0 commit comments

Comments
 (0)