Merge branch 'main' into v3-main
# Conflicts: # .env # README.md # package.json # src/components/TokenWarningModal/index.tsx # src/connectors/index.ts # src/constants/index.ts # src/hooks/Trades.ts # src/index.tsx # src/state/claim/hooks.ts # src/state/user/hooks.tsx # yarn.lock
Showing
| ... | @@ -114,19 +114,14 @@ | ... | @@ -114,19 +114,14 @@ |
| "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.1.1-alpha.0" | |||
| }, | |||
| "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": "npx typechain --target ethers-v5 --outDir src/abis/types './src/abis/**/*.json'", | "compile-external-abi-types": "npx typechain --target ethers-v5 --outDir src/abis/types './src/abis/**/*.json'", | ||
| "compile-v3-contract-types": "npx typechain --target ethers-v5 --outDir src/types/v3 './node_modules/@uniswap/?(v3-core|v3-periphery)/artifacts/contracts/**/*.json'", | "compile-v3-contract-types": "npx typechain --target ethers-v5 --outDir src/types/v3 './node_modules/@uniswap/?(v3-core|v3-periphery)/artifacts/contracts/**/*.json'", | ||
| "build": "yarn compile-contract-types && react-scripts build", | "build": "yarn compile-contract-types && react-scripts build", | ||
| "eject": "react-scripts eject", | |||
| "integration-test": "start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run'", | "integration-test": "start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run'", | ||
| "postinstall": "yarn compile-contract-types", | "postinstall": "yarn compile-contract-types", | ||
| "start": "yarn compile-contract-types && react-scripts start", | "start": "yarn compile-contract-types && react-scripts start", | ||
| "start:service-worker": "yarn build && yarn serve -s build", | |||
| "storybook": "start-storybook -p 6006", | "storybook": "start-storybook -p 6006", | ||
| "test": "react-scripts test --env=jsdom" | "test": "react-scripts test --env=jsdom" | ||
| }, | }, | ||
| ... | ... |
src/service-worker.ts
0 → 100644
This diff is collapsed.
Please register or sign in to comment