Conversation
PR SummaryMedium Risk Overview Refactors Written by Cursor Bugbot for commit 6641c15. Configure here. |
cmd/sim/evm/supported_chains.go
Outdated
| } | ||
|
|
||
| func (c *bareSimClient) Get(ctx context.Context, path string, params url.Values) ([]byte, error) { | ||
| u, err := url.Parse("https://api.sim.dune.com" + path) |
There was a problem hiding this comment.
nit: It would be nice to have the URL prefix in a variable
I see you already have defaultBaseURL from the previous PR
6641c15 to
e26d221
Compare
e26d221 to
4669a46
Compare
4669a46 to
c65dd10
Compare

Add
dune sim evm supported-chainscommand listing all supported EVM chains and their endpoint availability (balances, activity, transactions, etc.). Works without auth via a bare HTTP client fallback.