fix: walletconnect on L2 issues with Rainbow (#2242)
* fix: remove the walletconnect bridge url * fix: use the latest ethereum provider which fixes the optimism rainbow issue
Showing
| ... | @@ -122,7 +122,7 @@ | ... | @@ -122,7 +122,7 @@ |
| "workbox-strategies": "^6.1.0" | "workbox-strategies": "^6.1.0" | ||
| }, | }, | ||
| "resolutions": { | "resolutions": { | ||
| "@walletconnect/ethereum-provider": "1.6.2" | "@walletconnect/ethereum-provider": "1.6.4" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "compile-contract-types": "yarn compile-external-abi-types && yarn compile-v3-contract-types", | "compile-contract-types": "yarn compile-external-abi-types && yarn compile-v3-contract-types", | ||
| ... | ... |
Please register or sign in to comment