1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

bump @oceanprotocol/lib

This commit is contained in:
Matthias Kretschmann 2020-07-20 14:21:30 +02:00
parent 42820874cb
commit d17adf3eb1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 142 additions and 2437 deletions

2574
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,8 +25,7 @@
"dist/"
],
"dependencies": {
"@oceanprotocol/contracts": "^0.2.3",
"@oceanprotocol/lib": "^0.1.6",
"@oceanprotocol/lib": "^0.1.7",
"axios": "^0.19.2",
"react": "^16.9.41",
"web3": "^1.2.11",
@ -37,7 +36,6 @@
"@types/react": "^16.9.41",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"@walletconnect/web3-provider": "^1.0.18",
"auto-changelog": "^2.2.0",
"eslint": "^7.5.0",
"eslint-config-oceanprotocol": "^1.5.0",

View File

@ -75,7 +75,6 @@ function OceanProvider({
opts = await getDefaultProviders()
}
setWeb3ModalOpts(opts)
const instance = new Web3Modal(opts)
setWeb3Modal(instance)
Logger.log('Web3Modal instance created.', instance)