We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c233b7 commit 6c52df4Copy full SHA for 6c52df4
src/core/EVM/EVMStepExecutor.ts
@@ -392,7 +392,7 @@ export class EVMStepExecutor extends BaseStepExecutor {
392
393
// Create new transaction request
394
if (
395
- !step.transactionRequest ||
+ !step.transactionRequest &&
396
!step.typedData?.some((p) => p.primaryType !== 'Permit')
397
) {
398
const updatedStep = await this.getUpdatedStep(
@@ -413,7 +413,7 @@ export class EVMStepExecutor extends BaseStepExecutor {
413
}
414
415
416
417
418
419
throw new TransactionError(
0 commit comments