• smartcontracts's avatar
    fix(sdk): bug with unsupported fields (#8902) · 18becd7e
    smartcontracts authored
    Fixes a bug that was introduced in a recent fix. The input type
    (TransactionRequest) sometimes has fields that are not supported by the
    UnsignedTransaction type. This fix explicitly uses the fields of the
    UnsignedTransaction type to resolve this issue.
    18becd7e
l2-provider.ts 8.9 KB