luniehq / lunie-light

21 stars 48 forks source link

Don't show validators #334

Open RaulBernal opened 3 years ago

RaulBernal commented 3 years ago

I have config the network.json with my custom chain (stargate fork) and works almost everything but not:

The wallet is living at: http://testnet.cubital.es:3000/ An address to test is: bcna14zvcj7uq5wnwe0hus9rl0yfd3sdckq40tuy6mu

bambache commented 3 years ago

I think I have the same problem, also on a stargate fork:

./appd version --long | grep cosmos
- github.com/cosmos/cosmos-sdk@v0.42.4
...

I have exposed the API url through "Local CORS Proxy" (https://www.npmjs.com/package/local-cors-proxy), and in browser it seems to be proxied correctly as it replies correctly to "validatorsets/latest" GET requests. I assume it expects a different format as this is using "@cosmjs/launchpad": "^0.23.1". Is there support for stargate?