mirror of
https://github.com/FlipsideCrypto/badger.git
synced 2026-02-06 10:57:46 +00:00
fix: update to walletconnect v2
This commit is contained in:
parent
c0466b9ca9
commit
5eea77f278
6180
frontend/package-lock.json
generated
6180
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
BIN
frontend/public/media-kit/logo.png
Normal file
BIN
frontend/public/media-kit/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 822 KiB |
@ -20,6 +20,7 @@ const Wallet = ({ children }) => {
|
||||
|
||||
const { connectors } = getDefaultWallets({
|
||||
appName: 'Badger',
|
||||
projectId: '5f9ec8a9be44e8badd36c640b388d14d',
|
||||
chains
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user