Skip to content

Commit

Permalink
Add build info parsing TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro committed Dec 31, 2024
1 parent 52b4958 commit f1f3d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/edr_napi/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ impl Provider {

let config = edr_provider::ProviderConfig::try_from(config)?;

// TODO https://github.com/NomicFoundation/edr/issues/760
let build_info_config: edr_solidity::contract_decoder::BuildInfoConfig =
serde_json::from_value(tracing_config)?;
let contract_decoder = ContractDecoder::new(&build_info_config)
Expand Down

0 comments on commit f1f3d59

Please sign in to comment.