Move from web3modal to walletconnect v2 (#64)

Co-authored-by: Gregorio Granado Magalhaes <greg.magalhaes@gmail.com>
This commit is contained in:
Simon Bihel
2023-06-22 17:21:15 +01:00
committed by GitHub
parent 3278ff752a
commit 1c29815376
8 changed files with 4650 additions and 18750 deletions

View File

@@ -33,12 +33,12 @@
"svelte": "^3.49.0",
"svelte-check": "^2.2.11",
"svelte-loader": "^3.0.0",
"svelte-preprocess": "^4.3.0",
"svelte-preprocess": "^5.0.4",
"svg-url-loader": "^7.1.1",
"tailwindcss": "^3.0.9",
"ts-loader": "^9.2.6",
"tslib": "^2.0.1",
"typescript": "^4.0.3",
"typescript": "^5.1.3",
"webpack": "^5.76.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^4.6.0"
@@ -49,12 +49,12 @@
"validate": "svelte-check"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.0.5",
"@portis/web3": "^4.0.6",
"@spruceid/siwe-web3modal": "^0.1.11",
"@toruslabs/torus-embed": "^1.21.0",
"@walletconnect/web3-provider": "^1.7.7",
"fortmatic": "^2.2.1",
"url": "^0.11.0"
"@wagmi/core": "^1.2.0",
"@web3modal/ethereum": "^2.4.5",
"@web3modal/html": "^2.4.5",
"js-cookie": "^3.0.5",
"siwe": "^2.1.4",
"url": "^0.11.0",
"viem": "^1.0.6"
}
}