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

fix: working copy to clipboard button in walletconnect qr code modal (#1636)

fixes https://github.com/Uniswap/uniswap-interface/issues/1488
parent 458d34d9
......@@ -116,6 +116,9 @@
"workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0"
},
"resolutions": {
"@walletconnect/web3-provider": "1.4.2-rc.2"
},
"scripts": {
"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'",
......
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