fix: update to walletconnect v2

This commit is contained in:
🟠 CHANCE 2023-09-27 21:51:07 -05:00
parent c0466b9ca9
commit 5eea77f278
4 changed files with 1766 additions and 4422 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,14 +17,14 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.7",
"@rainbow-me/rainbowkit": "^0.12.1",
"@rainbow-me/rainbowkit": "^0.12.18",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"buffer": "^6.0.3",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"ethers": "^5.5.1",
"ethers": "^5.7.2",
"ipfs-only-hash": "^4.0.0",
"markdown-to-jsx": "^7.1.9",
"react": "^18.2.0",
@ -33,9 +33,8 @@
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"reconnecting-websocket": "^4.4.0",
"siwe": "^1.1.6",
"trybadger": "^1.2.2",
"wagmi": "^0.12.1",
"wagmi": "^0.12.19",
"web-vitals": "^2.1.4",
"webpack": "^5.74.0",
"websocket": "^1.0.34"

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 KiB

View File

@ -20,6 +20,7 @@ const Wallet = ({ children }) => {
const { connectors } = getDefaultWallets({
appName: 'Badger',
projectId: '5f9ec8a9be44e8badd36c640b388d14d',
chains
})