forked from LaconicNetwork/icns-frontend
Fix unknown problem
This commit is contained in:
parent
de2a90457e
commit
c900e86e3a
@ -41,7 +41,7 @@ export class KeplrWallet implements Wallet {
|
|||||||
constructor(public readonly keplr: Keplr) {}
|
constructor(public readonly keplr: Keplr) {}
|
||||||
|
|
||||||
broadcastTxSync(chainId: string, tx: Uint8Array): Promise<Uint8Array> {
|
broadcastTxSync(chainId: string, tx: Uint8Array): Promise<Uint8Array> {
|
||||||
return this.keplr.sendTx(chainId, tx, BroadcastMode.Sync);
|
return this.keplr.sendTx(chainId, tx, "sync" as BroadcastMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
getChainInfosWithoutEndpoints(): Promise<
|
getChainInfosWithoutEndpoints(): Promise<
|
||||||
|
Loading…
Reference in New Issue
Block a user