Skip to content

Commit

Permalink
Merge branch 'dev2' into feature/remove-apollo-client
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
totop716 committed Jun 27, 2023
2 parents 23a0815 + dc7f61e commit a419648
Show file tree
Hide file tree
Showing 22 changed files with 5,566 additions and 445 deletions.
247 changes: 120 additions & 127 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"private": true,
"devDependencies": {
"@ethersproject/experimental": "^5.4.0",
"@orbs-network/twap-ui": "0.6.x",
"@orbs-network/twap-ui-quickswap": "0.6.x",
"@reduxjs/toolkit": "^1.3.5",
"@types/d3": "^6.7.1",
"@types/jest": "^25.2.1",
Expand Down Expand Up @@ -72,7 +70,9 @@
"serve": "^11.3.2",
"source-map-explorer": "^2.5.2",
"start-server-and-test": "^1.11.0",
"typescript": "^4.1.2"
"typescript": "^4.1.2",
"@orbs-network/twap-ui": "0.7.x",
"@orbs-network/twap-ui-quickswap": "0.7.x"
},
"resolutions": {
"yargs-parser": "^13.1.2",
Expand Down Expand Up @@ -109,7 +109,8 @@
"format": "prettier --write \"**/*.{ts,js,tsx,json,md}\"",
"eject": "react-scripts eject",
"integration-test": "start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run'",
"ipfs-deploy": "ipfs-deploy build"
"ipfs-deploy": "ipfs-deploy build",
"sitemap": "NODE_PATH=./src npx ts-node --project tsconfig.node.json ./src/sitemap-builder.ts"
},
"eslintConfig": {
"extends": "react-app",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>QuickSwap</title>
<title>Quickswap - Leading DEX on Polygon</title>
<script type="text/javascript" src="https://app.web3ads.net/main.js" async></script>
<script>
const script = document.createElement('script');
Expand Down
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

Sitemap: https://quickswap.exchange/sitemap.xml
Loading

0 comments on commit a419648

Please sign in to comment.