Skip to content

Batch ERC20 inputsΒ #247

@pedroargento

Description

@pedroargento

πŸ“š Context

Some applications might benefit from allowing multiple ERC20 tokens to be deposited at once. This issue can reduce the costs of adding multiple inputs.

Also, more importantly, applications can receive multiple tokens under the same execLayerData, allowing them to process the different deposits in the same context as part of a single operation.

βœ”οΈ Solution

Create a batchERC20Portal that adds inputs in the form of ((token1, amount1), (token2, amount2), (token2, amount2)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    🧊 Icebox

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions