Update watcher-ts version in readme

This commit is contained in:
nabarun 2023-04-10 10:40:33 +05:30
parent 632365e22b
commit a2afc4c25f
3 changed files with 3 additions and 5 deletions

View File

@ -37,7 +37,7 @@
enableDebugInfo = true
enableL2Txs = REPLACE_WITH_ENABLE_PEER_L2_TXS
[server.p2p.peer.l2TxConfig]
[server.p2p.peer.l2TxsConfig]
privateKey = 'REPLACE_WITH_PRIVATE_KEY_PEER'
contractAddress = 'REPLACE_WITH_CONTRACT_ADDRESS'

View File

@ -21,8 +21,7 @@ Checkout to the required versions and branches in repos
```bash
# watcher-ts
cd ~/cerc/watcher-ts
# Update version after release
git checkout v0.2.34
git checkout v0.2.35
# react-peer
cd ~/cerc/react-peer

View File

@ -17,8 +17,7 @@ Checkout to the required versions and branches in repos:
```bash
# watcher-ts
cd ~/cerc/watcher-ts
# Update version after release
git checkout v0.2.34
git checkout v0.2.35
# MobyMask
cd ~/cerc/MobyMask