ethgallucci / soar

[unstable] An experimental CLI for querying CosmosSDK based blockchains over RPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allowing users to input their own RPC endpoints for maximum usability

ethgallucci opened this issue · comments

Currently, soar is enforcing a static RPC endpoint for every chain supported. This is a big no no and won't work going into versions v0.1.5 and beyond. This was okay for a proof of concept program but it is detrimental to the flexibility of the code if it pigeon holes users into using a certain node.

This issue was closed with PR #4