From b836b20acc8c1079a49ca3b49596d4096d47af31 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 12 Apr 2023 15:39:59 +0000 Subject: [PATCH] fix: yarn fix --- --- a/tests/src/util/playgrounds/unique.ts +++ b/tests/src/util/playgrounds/unique.ts @@ -2446,7 +2446,7 @@ return this.ethBalanceGroup.getEthereum(address); } - async setBalanceSubstrate(signer: TSigner, address: TSubstrateAccount, amount: bigint, reservedAmount: bigint = 0n) { + async setBalanceSubstrate(signer: TSigner, address: TSubstrateAccount, amount: bigint, reservedAmount = 0n) { await this.helper.executeExtrinsic(signer, 'api.tx.balances.setBalance', [address, amount, reservedAmount], true); } -- gitstuff