Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: correct xRollbackBurnAndXUnlock original token
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Mar 28, 2024
1 parent 109bd1a commit f6dbd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridges/xtoken-next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export class XTokenNextBridge extends BaseBridge {
functionName: "xRollbackBurnAndXUnlock",
args: [
BigInt(this.sourceChain.id),
this.sourceToken.inner,
this.targetToken.inner,
originalSender,
pRecipient,
record.sender,
Expand Down

0 comments on commit f6dbd2d

Please sign in to comment.