flashbots/mev-inspect-rs

Read Address -> Name map from a config file

开放

#16 创建于 2020年11月19日

 (1 条评论) (0 个反应) (0 位负责人)Rust (125 个派生)user submission
enhancementgood first issue

仓库指标

星标
 (560 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

It'd be nice if we could have access to Etherscan-like mapping of addr->name, instead of doing it manually/slowly ourselves https://github.com/flashbots/mev-inspect-rs/blob/master/src/addresses.rs#L112-L188. This could easily be done with the CSV crate, as shown here

贡献者指南