You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some code got vendored on #5986 to decouple types from ethers. Namely:
Numeric type to parse different types of numbers (percentages, decimals, hex strings): These should either be deduped into a single Numeric type we can use everywhere and either upstream to alloy or centralize in common.
format_units: This utility should eventually be upstreamed to Alloy primitives due to its usefulness.
The text was updated successfully, but these errors were encountered:
Some code got vendored on #5986 to decouple types from ethers. Namely:
Numeric
type to parse different types of numbers (percentages, decimals, hex strings): These should either be deduped into a single Numeric type we can use everywhere and either upstream to alloy or centralize incommon
.format_units
: This utility should eventually be upstreamed to Alloy primitives due to its usefulness.The text was updated successfully, but these errors were encountered: