You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const callDataReq = aaInstance.interface.encodeFunctionData('execute', [
(transaction as any).payload.to ?? ethers.ZeroAddress,
(transaction as any).payload.value ?? '0x00',
(transaction as any).payload.data ?? ethers.ZeroHash,
]);
the callData creation currently provides defaults when the attributes do not exist on the payload provided by the front-end. Verify and check if defaults can be avoided to prevent potential user side issues
The text was updated successfully, but these errors were encountered:
the callData creation currently provides defaults when the attributes do not exist on the payload provided by the front-end. Verify and check if defaults can be avoided to prevent potential user side issues
The text was updated successfully, but these errors were encountered: