fix: tests

This commit is contained in:
Cameron Gilbert 2024-04-10 13:19:21 -04:00
parent ddd019e1dc
commit 7dcb3bf20d
2 changed files with 2 additions and 2 deletions

View File

@ -541,7 +541,7 @@ export class SigningCosmWasmClient extends CosmWasmClient {
delegatorAddress: string, delegatorAddress: string,
validatorAddress: string, validatorAddress: string,
amount: Coin, amount: Coin,
creationHeight: number, creationHeight: bigint | undefined,
fee: StdFee | "auto" | number, fee: StdFee | "auto" | number,
memo = "", memo = "",
): Promise<DeliverTxResponse> { ): Promise<DeliverTxResponse> {

View File

@ -218,7 +218,7 @@ export class SigningStargateClient extends StargateClient {
delegatorAddress: string, delegatorAddress: string,
validatorAddress: string, validatorAddress: string,
amount: Coin, amount: Coin,
creationHeight: number, creationHeight: bigint | undefined,
fee: StdFee | "auto" | number, fee: StdFee | "auto" | number,
memo = "", memo = "",
): Promise<DeliverTxResponse> { ): Promise<DeliverTxResponse> {