Background
During the alloy migration we had some places using U256 from ethcontract and alloy, which led to the AlloyU256 alias. Now that the migration is over, this is no longer useful so removing it would be nice.
Details
Line like the following will be removed:
|
out_amount: AlloyU256::from(42), |
|
gas: 3, |
And instead only U256 imported from alloy should be used.
Acceptance criteria
Remove all AlloyU256 alias where possible
Background
During the alloy migration we had some places using U256 from ethcontract and alloy, which led to the AlloyU256 alias. Now that the migration is over, this is no longer useful so removing it would be nice.
Details
Line like the following will be removed:
services/crates/shared/src/order_quoting.rs
Lines 813 to 814 in 79d299e
And instead only U256 imported from alloy should be used.
Acceptance criteria
Remove all AlloyU256 alias where possible