Skip to content

Commit 7f73e56

Browse files
fix: format
1 parent d978a9e commit 7f73e56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spell/spell-crafter-mainnet-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)