v2.0.0
Changes:
- Compilation target bumped from
es5
toes6
esModuleInterop
andallowSyntheticDefaultImports
turned off (reasoning here)- Dependencies updated
- Functions removed unneeded
async
:- fulfillBasicOrder
- fulfillStandardOrder
- getApprovalActions
- Input for
salt
changed toBigNumberish
- Now converts with
BigNumber.from(salt)
to make input conversion less error prone
- Now converts with