-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor
isChainsStale
in WalletConnect Connector (#3924)
* update ethereum-provider * add-auth * chore: added changeset * remove-auth-changes * revert-breaking-changes * format * update comments * format, add codeowners for walletconnect connector * format * remove log * switch promise order * update-bun * fix error code condition & update ethereum-provider * remove error * chore: changeset --------- Co-authored-by: Glitch <glitch.txs@gmail.com> Co-authored-by: ignaciosantise <nacho@walletconnect.com>
- Loading branch information
1 parent
cd2f228
commit 1f58734
Showing
5 changed files
with
144 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@wagmi/connectors": patch | ||
"@wagmi/core": patch | ||
"wagmi": patch | ||
--- | ||
|
||
Refactored `isChainsStale` logic in `walletConnect` connector. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
"@wagmi/connectors": minor | ||
--- | ||
Refactored isNewChainsStale, Updated @walletconnect/ethereum-provider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@tmm @jxom | ||
|
||
/packages/connectors/src/safe @DaniSomoza @dasanra @mikhailxyz @yagopv | ||
/packages/connectors/src/walletConnect @ganchoradkov @0xAsimetriq | ||
/packages/connectors/src/walletConnect @ganchoradkov @glitch-txs @ignaciosantise @tomiir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters