Skip to content

Commit

Permalink
Update deployment-playbook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandp authored Oct 14, 2024
1 parent 0b6236a commit e482147
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deployment/deployment-playbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ After running, you should be ready to execute the deployment if no errors occurr
2. Change directory to root of TBRv3 repository.
3. Update or create `./deployment/config/testnet/key.env` with deployment key.
4. Adjust `./deployment/config/testnet/ecosystem.json` with desired operating chains.
5. Execute
5. Export ENV=testnet
6. Execute
```shell
cd deployment
source ./evm/testnet.env && yarn tsx ./evm/deploy.ts
source ./config/testnet/key.env && yarn tsx ./evm/deploy.ts
```
6. Register peers with `source ./evm/testnet.env && yarn tsx ./evm/register-peers.ts`
6. Register peers with `source ./config/testnet/key.env && yarn tsx ./evm/register-peers.ts`

0 comments on commit e482147

Please sign in to comment.