diff --git a/README.md b/README.md index 87931265..f74045ff 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ npm --version ```bash git clone https://github.com/eco-stake/restake cd restake -npm install && npm run build +npm install cp .env.sample .env ``` diff --git a/src/networks.json b/src/networks.json index 26da2cc9..782560e0 100644 --- a/src/networks.json +++ b/src/networks.json @@ -9,7 +9,10 @@ { "name": "juno", "gasPrice": "0.0025ujuno", - "ownerAddress": "junovaloper19ur8r2l25qhsy9xvej5zgpuc5cpn6syydmwtrt" + "ownerAddress": "junovaloper19ur8r2l25qhsy9xvej5zgpuc5cpn6syydmwtrt", + "autostake": { + "batchTxs": 25 + } }, { "name": "cosmoshub",