Commit 0dde05e
committed
Add
- Updated `Cargo.toml` to include `serde_with` version 3.14.0.
- Enhanced `contract_read.rs` to support multicall configuration with detailed execution strategies.
- Introduced `MulticallConfig` enum for flexible multicall handling, including enabling/disabling and custom addresses.
- Refactored contract reading logic to utilize multicall by default, with fallback to direct calls on failure.
- Improved error handling and response mapping for multicall results.serde_with dependency and implement multicall configuration in contract read logic1 parent 9583209 commit 0dde05e
4 files changed
Lines changed: 372 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
0 commit comments