Update readme description

This commit is contained in:
nabarun 2023-04-05 17:07:14 +05:30
parent 15782fdb7b
commit 3317de43be
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ cd ../hardhat
export RPC_URL="${L2_GETH_URL}"
while true; do
ACCOUNT_BALANCE=$(yarn hardhat --network deployment balance $PRIVATE_KEY_DEPLOYER | grep ETH)
ACCOUNT_BALANCE=$(yarn hardhat --network optimism balance $PRIVATE_KEY_DEPLOYER | grep ETH)
if [ "$ACCOUNT_BALANCE" != "0.0 ETH" ]; then
echo "Account balance updated: $ACCOUNT_BALANCE"

View File

@ -1,8 +1,8 @@
# MobyMask v2 watcher
Instructions to deploy MobyMask v2 watcher stack using [laconic-stack-orchestrator](/README.md#install)
Instructions to setup and deploy an end-to-end MobyMask v2 stack ([L1](../fixturenet-eth/) + [L2](../fixturenet-optimism/) chains + watcher) using [laconic-stack-orchestrator](/README.md#install)
We support running just the MobyMask v2 watcher part of stack, given an external L2 Optimism endpoint.
We support running just the watcher part of stack, given an external L2 Optimism endpoint.
Follow [mobymask-only](./mobymask-only.md) for the same.
## Setup