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