Skip to content

Commit

Permalink
[WC] Fix cannot cache
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Nov 14, 2024
1 parent 6a71ec7 commit b4fc953
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default class WalletConnectService {
this.#koniState = koniState;
this.#requestService = requestService;
option.storage = new WCStorage();
delete option.storage; // Focus to use local storage
this.#option = option;
this.#polkadotRequestHandler = new PolkadotRequestHandler(this, requestService);
this.#eip155RequestHandler = new Eip155RequestHandler(this.#koniState, this);
Expand Down

0 comments on commit b4fc953

Please sign in to comment.