Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hausekeeping on EVMAuthenticators #684

Open
Viterbo opened this issue Nov 21, 2023 · 0 comments
Open

Hausekeeping on EVMAuthenticators #684

Viterbo opened this issue Nov 21, 2023 · 0 comments

Comments

@Viterbo
Copy link
Collaborator

Viterbo commented Nov 21, 2023

Description

  • src/antelope/wallets/authenticators/OreIdAuth.ts
// typo: we asume the first one (${method}) is the one to be called
  • src/antelope/wallets/authenticators/WalletConnectAuth.ts
this.unsubscribeWeb3Modal = this.web3Modal.subscribeModal(async (newState: {open:boolean}) => {
  • src/antelope/wallets/authenticators/WalletConnectAuth.ts
-        if (this._debounceTimer !== null && this._debouncedPrepareTokenConfigResolver) {
+        if (this._debouncedPrepareTokenConfigResolver) {
-            this._debounceTimer = null; // Clear the timer
+            clearTimeout(this._debounceTimer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant