From 90915a9490d0e84feec2dc9ad06888c4c4bbd760 Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Tue, 7 Jan 2025 17:21:44 +0100 Subject: [PATCH] fix: add quote update --- src/core/EVM/EVMStepExecutor.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/EVM/EVMStepExecutor.ts b/src/core/EVM/EVMStepExecutor.ts index 21072d2..5e2fc89 100644 --- a/src/core/EVM/EVMStepExecutor.ts +++ b/src/core/EVM/EVMStepExecutor.ts @@ -266,6 +266,7 @@ export class EVMStepExecutor extends BaseStepExecutor { }) updatedStep = { ...updatedRelayedStep.data.quote.step, + ...updatedRelayedStep.data.quote, id: stepBase.id, } } else { @@ -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) { @@ -426,7 +426,6 @@ export class EVMStepExecutor extends BaseStepExecutor { } } - // STEP 4: Wait for the transaction process = this.statusManager.updateProcess( step, process.type,