flashbots / flashbots/rbuilder
Store eth values in config with denominator
Open
enhancement
- Dominant language
- Rust
- Stars
- 567
- Forks
- 209
- PR merge metrics
- No merged PRs in 30d
Description
We should look at what `cast --to-unit` uses, maybe we can store the values in the config w/ a denominator.
```
> cast --to-unit "1 ether" wei
1000000000000000000
> cast --to-unit "100 gwei" wei
100000000000
```
Contributor guide
Assessment
This issue has not been assessed yet.