ensdomains / ensjs

ENS javascript library for contract interaction
MIT License
117 stars 54 forks source link

fix: batch ccip #105

Closed TateB closed 1 year ago

TateB commented 1 year ago

ccip lookup did not have original transaction to reference for building offchain lookup requests.

added a possible "passthrough" property on any raw return object, which allows arbitrary data to be passed through to the decode function. this means that the decode ccip lookup can use the raw result reference without having to rerun the function.