Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 8399472

Browse files
committed
merge
1 parent 5fbbc63 commit 8399472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/src/protocols/intentsV2/GasEstimator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class GasEstimator {
9191
dest: souceStateMachineId,
9292
body: constructRedeemEscrowRequestBody({ ...order, id: orderV2Commitment(order) }, MOCK_ADDRESS),
9393
timeoutTimestamp: 0n,
94-
nonce: await this.ctx.source.getHostNonce(),
94+
nonce: await this.ctx.dest.getHostNonce(),
9595
from: this.ctx.source.configService.getIntentGatewayV2Address(destStateMachineId),
9696
to: this.ctx.source.configService.getIntentGatewayV2Address(souceStateMachineId),
9797
}

0 commit comments

Comments
 (0)