Skip to content

Commit

Permalink
chain data
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Dec 13, 2024
1 parent c4b1a6a commit 14f2401
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/wallets/bbn/keplr/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class KeplrProvider extends BBNProvider {
private walletInfo: WalletInfo | undefined;
private chainId: string | undefined;
private rpc: string | undefined;
private chainData: BBNConfig["chainData"];

constructor(
private keplr: Window["keplr"],
Expand Down Expand Up @@ -60,8 +61,6 @@ export class KeplrProvider extends BBNProvider {

if (!key) throw new Error("Failed to get Keplr key");

this.offlineSigner = this.keplr.getOfflineSigner(this.chainId);

const { bech32Address, pubKey } = key;

if (bech32Address && pubKey) {
Expand Down

0 comments on commit 14f2401

Please sign in to comment.