Skip to content

Commit cceb67a

Browse files
authored
Merge pull request #71 from tokenbound/bj/crosschain-fix
Fixed cross-chain gas fee calculation
2 parents 9f46921 + 64c5afe commit cceb67a

File tree

2 files changed

+7626
-12412
lines changed

2 files changed

+7626
-12412
lines changed

packages/sdk/src/functions/crossChain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export async function encodeCrossChainCall(
5151

5252
return {
5353
to: lzExecutor,
54-
value: txValue + 1n,
54+
value: txValue + 10n,
5555
data: encodedLzCall,
5656
}
5757
}

0 commit comments

Comments
 (0)