1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Fix WalletConnect connection (#764)

* bump @walletconnect/web3-provider to v1.5.2

* bump web3 to v1.5.0
This commit is contained in:
Matthias Kretschmann 2021-08-02 11:49:12 +02:00 committed by GitHub
parent 0a3ec01248
commit 0227b4f084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5513 additions and 458 deletions

5967
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
"@sindresorhus/slugify": "^2.1.0",
"@tippyjs/react": "^4.2.5",
"@urql/introspection": "^0.3.0",
"@walletconnect/web3-provider": "^1.5.0-rc.7",
"@walletconnect/web3-provider": "^1.5.2",
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"classnames": "^2.3.1",
@ -86,7 +86,7 @@
"swr": "^0.5.6",
"urql": "^2.0.3",
"use-dark-mode": "^2.3.1",
"web3": "^1.4.0",
"web3": "^1.5.0",
"web3modal": "^1.9.3",
"yup": "^0.32.9"
},