Skip to content

Commit

Permalink
fix(app): working transfers for union -> sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jun 8, 2024
1 parent 57fe813 commit 74d0075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/routes/transfer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,11 @@ let buttonText = "Transfer" satisfies
instructions: [
{
contractAddress:
'union124t57vjgsyknnhmr3fpkmyvw2543448kpt2xhk5p5hxtmjjsrmzsjyc4n7',
'union1eumfw2ppz8cwl8xdh3upttzp5rdyms48kqhm30f8g9u4zwj0pprqg2vmu3',
msg: {
transfer: {
channel: 'channel-0',
receiver: $recipient,
channel: 'channel-28',
receiver: $recipient?.slice(2),
memo: ``,
},
},
Expand Down

0 comments on commit 74d0075

Please sign in to comment.