Skip to content

Commit

Permalink
fix: add quote update
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jan 7, 2025
1 parent 12db08e commit 90915a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/EVM/EVMStepExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export class EVMStepExecutor extends BaseStepExecutor {
})
updatedStep = {
...updatedRelayedStep.data.quote.step,
...updatedRelayedStep.data.quote,
id: stepBase.id,
}
} else {
Expand Down Expand Up @@ -328,7 +329,6 @@ export class EVMStepExecutor extends BaseStepExecutor {
}
}

// STEP 3: Send the transaction
// Make sure that the chain is still correct
const updatedClient = await this.checkClient(step, process)
if (!updatedClient) {
Expand Down Expand Up @@ -426,7 +426,6 @@ export class EVMStepExecutor extends BaseStepExecutor {
}
}

// STEP 4: Wait for the transaction
process = this.statusManager.updateProcess(
step,
process.type,
Expand Down

0 comments on commit 90915a9

Please sign in to comment.