Update web3modal providers (#26)

And use the official config for coinbase wallet
This commit is contained in:
Simon Bihel
2022-04-01 21:13:31 +01:00
committed by GitHub
parent bf1b79e299
commit 2e54c4446a
4 changed files with 275 additions and 297 deletions

View File

@@ -49,12 +49,12 @@
"validate": "svelte-check"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.0.5",
"@portis/web3": "^4.0.6",
"@spruceid/siwe-web3modal": "^0.1.6",
"@toruslabs/torus-embed": "^1.18.3",
"@walletconnect/web3-provider": "^1.6.6",
"@toruslabs/torus-embed": "^1.21.0",
"@walletconnect/web3-provider": "^1.7.7",
"fortmatic": "^2.2.1",
"url": "^0.11.0",
"walletlink": "^2.2.8"
"url": "^0.11.0"
}
}