Commit ec5da7ec authored by Moody Salem's avatar Moody Salem Committed by GitHub

fix: update walletconnect for deep links and scalability (#2215)

parent ff10346b
...@@ -124,6 +124,9 @@ ...@@ -124,6 +124,9 @@
"workbox-routing": "^6.1.0", "workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0" "workbox-strategies": "^6.1.0"
}, },
"resolutions": {
"@walletconnect/ethereum-provider": "1.6.2"
},
"scripts": { "scripts": {
"compile-contract-types": "yarn compile-external-abi-types && yarn compile-v3-contract-types", "compile-contract-types": "yarn compile-external-abi-types && yarn compile-v3-contract-types",
"compile-external-abi-types": "typechain --target ethers-v5 --out-dir src/abis/types './src/abis/**/*.json'", "compile-external-abi-types": "typechain --target ethers-v5 --out-dir src/abis/types './src/abis/**/*.json'",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment