Merge pull request #2 from cgilbe27/fix/tests

fix: tests
This commit is contained in:
Tuan Phan Anh
2024-04-11 00:21:28 +07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -541,7 +541,7 @@ export class SigningCosmWasmClient extends CosmWasmClient {
delegatorAddress: string,
validatorAddress: string,
amount: Coin,
creationHeight: number,
creationHeight: bigint | undefined,
fee: StdFee | "auto" | number,
memo = "",
): Promise<DeliverTxResponse> {
@@ -218,7 +218,7 @@ export class SigningStargateClient extends StargateClient {
delegatorAddress: string,
validatorAddress: string,
amount: Coin,
creationHeight: number,
creationHeight: bigint | undefined,
fee: StdFee | "auto" | number,
memo = "",
): Promise<DeliverTxResponse> {