Summary of Bug
The requests are made to a wrong URL (https://cosmos.network/...)
Steps to Reproduce
- go to the cosmos Swagger file here and pick a
GET request (eg stake/validators which doesn't require any params),
- Click
Try it out > Execute
The request is made to the following URL https://cosmos.network/stake/validators while it should instead use our company full node http://fabo.interblock.io (or another)
cc: @cosmos/sre @jackzampolin @zramsay
For Admin Use