Skip to content

Commit

Permalink
chore: Mint some native balance to the substrate account
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Oct 24, 2024
1 parent 2d538e9 commit 5ba4c76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/scripts/setupMultiAssetDelegationPallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ await batchTxes(
BOB.address,
parseUnits(MINT_AMOUNT, tgtTNT.decimals),
),
argv.substrateAccount &&
api.tx.balances.transferKeepAlive(
argv.substrateAccount,
parseUnits(MINIMUM_BALANCE_UINT, decimals),
),
argv.substrateAccount &&
api.tx.assets.mint(
tgTEST.id,
Expand Down

0 comments on commit 5ba4c76

Please sign in to comment.