Skip to content

Commit

Permalink
Merge branch 'main' into feat/use_gmp_executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy authored Oct 17, 2024
2 parents da28bd2 + edd8396 commit 82d353a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/libs/its-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function interchainTransfer(source, destination, wallet, tokenId, amount,

console.log(`Sending ${amount} of token ${tokenAddress} to ${destination.name}`);

const tx = await sourceIts.interchainTransfer(tokenId, destination.name, wallet.address, amount - 1, '0x', fee, {
const tx = await sourceIts.interchainTransfer(tokenId, destination.name, wallet.address, amount, '0x', fee, {
value: fee,
});
await tx.wait();
Expand Down

0 comments on commit 82d353a

Please sign in to comment.