Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Feb 21, 2025
1 parent 42e70fe commit 54f0c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ describeLitentry('Test Parachain Precompile Contract', ``, (context) => {
}

// Add an immediate-unlocked vesting
const vestedTransferTx = context.api.tx.Vesting.vestedTransfer(evmAccountRaw.mappedAddress, { locked: '60000000000000000000', per_block: '60000000000000000000', starting_block: 1});
const vestedTransferTx = context.api.tx.vesting.vestedTransfer(evmAccountRaw.mappedAddress, { locked: '60000000000000000000', per_block: '60000000000000000000', starting_block: 1});
await signAndSend(vestedTransferTx, context.alice);


Expand Down

0 comments on commit 54f0c13

Please sign in to comment.