Skip to content

Commit

Permalink
Merge pull request eco-stake#654 from eco-stake/update-juno-autostake…
Browse files Browse the repository at this point in the history
…-defaults

Update Juno autostake batchTxs default
  • Loading branch information
tombeynon authored and git committed Nov 1, 2022
2 parents a623f9c + b8aa6f0 commit 0873e38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
5 changes: 4 additions & 1 deletion src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
{
"name": "juno",
"gasPrice": "0.0025ujuno",
"ownerAddress": "junovaloper19ur8r2l25qhsy9xvej5zgpuc5cpn6syydmwtrt"
"ownerAddress": "junovaloper19ur8r2l25qhsy9xvej5zgpuc5cpn6syydmwtrt",
"autostake": {
"batchTxs": 25
}
},
{
"name": "cosmoshub",
Expand Down

0 comments on commit 0873e38

Please sign in to comment.