fix: working copy to clipboard button in walletconnect qr code modal (#1636)
fixes https://github.com/Uniswap/uniswap-interface/issues/1488
Showing
| ... | @@ -116,6 +116,9 @@ | ... | @@ -116,6 +116,9 @@ |
| "workbox-routing": "^6.1.0", | "workbox-routing": "^6.1.0", | ||
| "workbox-strategies": "^6.1.0" | "workbox-strategies": "^6.1.0" | ||
| }, | }, | ||
| "resolutions": { | |||
| "@walletconnect/web3-provider": "1.4.2-rc.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'", | ||
| ... | ... |
Please register or sign in to comment