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
commit fee9377f53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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> {

View File

@ -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> {