File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,11 +178,11 @@ Repo: https://github.com/sky-ecosystem/spells-mainnet
178178 ```
179179 git clone https://github.com/sky-ecosystem/executive-votes
180180 ```
181- * [] OTHERWISE, ensure it is pointing to the latest commit on master :
181+ * [ ] OTHERWISE, ensure it is pointing to the latest commit on main :
182182 ```
183183 git switch main && git pull origin main
184184 ```
185- * [] Get the latest commit hash for the exec doc:
185+ * [ ] Get the latest commit hash for the exec doc:
186186 ```
187187 git log --pretty=oneline -1 -- "<LOCAL_PATH_TO_EXEC_DOC>"
188188 ```
@@ -197,7 +197,7 @@ Repo: https://github.com/sky-ecosystem/spells-mainnet
197197* [ ] Wait for at least two "good to deploy" comments (containing local tests) from the official reviewers
198198* Pre-deploy setup and checks (currently via `dapptools`)
199199 * Set local environment variables (`.sethrc`)
200- * Deployer
200+ * Deployer
201201 * [ ] Avoid using the same deployer for mainnet and testnet (to avoid deploying contracts with the same address but different sources)
202202 * [ ] `export ETH_PASSWORD=~/.env/password.txt`
203203 * [ ] `export ETH_KEYSTORE=~/.ethereum/keystore`
You can’t perform that action at this time.
0 commit comments