diff --git a/wallets/keplr.ts b/wallets/keplr.ts index 849bf35..0f8d85a 100644 --- a/wallets/keplr.ts +++ b/wallets/keplr.ts @@ -41,7 +41,7 @@ export class KeplrWallet implements Wallet { constructor(public readonly keplr: Keplr) {} broadcastTxSync(chainId: string, tx: Uint8Array): Promise { - return this.keplr.sendTx(chainId, tx, BroadcastMode.Sync); + return this.keplr.sendTx(chainId, tx, "sync" as BroadcastMode); } getChainInfosWithoutEndpoints(): Promise<