Lunie: Can't run local testnet: decoding bech32 failed: invalid index of 1

Created on 1 Nov 2018  路  4Comments  路  Source: luniehq/lunie

UI Version: 0.8001.1

Description:

$ yarn build:gaia
$ yarn build:local --overwrite=true
$ ./builds/Gaia/darwin_amd64/gaiad start --home ~/.gaiad-testnet
$ yarn start local-testnet

The console shows:

screen shot 2018-10-31 at 7 25 04 pm

Failed network responses:

decoding bech32 failed: invalid index of 1
invalid bech32 prefix. Expected cosmosaccaddr, Got cosmos

bug

All 4 comments

As you can see in the error log, Voyager is connecting to the remote full node which runs an older version of the SDK. To connect to your local node you have to specify the endpoints:
LCD_URL=http://localhost:9070 RPC_URL=http://localhost:26657 yarn start local-testnet

Ah OK, then this a README bug:

Then run Voyager for your local testnet:

$ yarn start local-testnet

Closed via #1508

Was this page helpful?
0 / 5 - 0 ratings

Related issues

okwme picture okwme  路  3Comments

faboweb picture faboweb  路  3Comments

jbibla picture jbibla  路  3Comments

thebkr7 picture thebkr7  路  3Comments

jbibla picture jbibla  路  4Comments