Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: identify addresses from etherscan when forking (#1190)
* feat: etherscan identifier * chore: bump ethers for the caching PR gakonst/ethers-rs#1108 * feat: add cache ttl to etherscan identifier * chore: clippy * chore: re-add ethers patch section * build: bump ethers * test: fix tests * fix: trace macros * bump color eyre and lock tracing-subscriber (#1220) * bump color eyre * lock tracing-subscriber 0.3.9 * feat: pull etherscan api key and eth rpc from env * refactor: readability in `trace.addresses` * refactor: add `AddressIdentity` type * refactor: add a rate limited etherscan stream * test: don't set `ETH_RPC_URL` as its not used * refactor: smol nit Co-authored-by: Georgios Konstantopoulos <[email protected]> Co-authored-by: Matthias Seitz <[email protected]>
- Loading branch information