Skip to content

Commit

Permalink
fix(typescript-sdk): transfer channel
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jun 8, 2024
1 parent 5155a2c commit 6b9d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript-sdk/playground/union-to-sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const unionToSepoliaTransactions: Array<ExecuteInstruction> = Array.from(
contractAddress,
msg: {
transfer: {
channel: "channel-23",
channel: "channel-28",
receiver: evmAccount.address.slice(2),
memo: `${index} - ${stamp} Sending UNO from Union to ${evmAccount.address} on Sepolia`
}
Expand Down

0 comments on commit 6b9d494

Please sign in to comment.