From a2afc4c25f2b01f644813a2bd040ac0b2462efb9 Mon Sep 17 00:00:00 2001 From: nabarun Date: Mon, 10 Apr 2023 10:40:33 +0530 Subject: [PATCH] Update watcher-ts version in readme --- .../config/watcher-mobymask-v2/watcher-config-template.toml | 2 +- app/data/stacks/mobymask-v2/README.md | 3 +-- app/data/stacks/mobymask-v2/mobymask-only.md | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/data/config/watcher-mobymask-v2/watcher-config-template.toml b/app/data/config/watcher-mobymask-v2/watcher-config-template.toml index d16d6672..c360ffed 100644 --- a/app/data/config/watcher-mobymask-v2/watcher-config-template.toml +++ b/app/data/config/watcher-mobymask-v2/watcher-config-template.toml @@ -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' diff --git a/app/data/stacks/mobymask-v2/README.md b/app/data/stacks/mobymask-v2/README.md index 6d8bb043..54f66239 100644 --- a/app/data/stacks/mobymask-v2/README.md +++ b/app/data/stacks/mobymask-v2/README.md @@ -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 diff --git a/app/data/stacks/mobymask-v2/mobymask-only.md b/app/data/stacks/mobymask-v2/mobymask-only.md index 4f97e2d6..74290151 100644 --- a/app/data/stacks/mobymask-v2/mobymask-only.md +++ b/app/data/stacks/mobymask-v2/mobymask-only.md @@ -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