Support multiple api urls and explorer urls per chain
Open
- Dominant language
- Rust
- Stars
- 109
- Forks
- 133
- Avg merge
- 2h 21m
- Merged PRs (30d)
- 7
Description
We currently only allow a single `(api_url, explorer_url)` pair per chain.
Ideally we would per chain a way to define a type like
`Blockscout("foo", "bar")`,
`Etherscan("baz", "qux")`
To make it easier for users to select Blockscout (or others explorers) we should not require them to manually look up the respective URLs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.