eco-stake / restake

Auto-compounder script for Cosmos Validators using REStake
https://restake.app
MIT License
356 stars 307 forks source link

Restake on testnet #736

Open ryssroad opened 1 year ago

ryssroad commented 1 year ago

Is it possible to run restake on testnet? When I try to add a network, I get an error message Failed with error: cascadiatestnet not found in Chain Registry but the chain is there: Cascadia Here is my networks.json

{
    "name": "cascadiatestnet",
    "prettyName": "Cascadia",
    "gasPrice": "7aCC",
    "authzSupport": true,
    "ownerAddress": "cascadia10zrz6g7nhwc64z3h7mp2ezpx4d25zw4qku3edv"
  }
tombeynon commented 1 year ago

It is - just add "testnet": true to your configuration and it'll find the chain correctly.