Skip to content

chore: remove AlloyU256 alias usage #4502

Description

@jmg-duarte

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions