Skip to content

Commit

Permalink
Merge pull request #761 from madfish-solutions/v3.0.20
Browse files Browse the repository at this point in the history
V3.0.20
  • Loading branch information
keshan3262 authored Jun 9, 2022
2 parents 653bfc6 + 6b4ac95 commit 441c594
Show file tree
Hide file tree
Showing 94 changed files with 2,296 additions and 987 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REACT_APP_IPFS_GATEWAY=https://cloudflare-ipfs.com/ipfs

REACT_APP_MAINNET_POOLS_URL=wss://tezos-dexes-api-mainnet.production.madservice.xyz/
REACT_APP_HANGZHOUNET_POOLS_URL=wss://tezos-dexes-api-testnet.production.madservice.xyz/
REACT_APP_ITHACANET_POOLS_URL=wss://tezos-dexes-api-ithacanet.production.madservice.xyz/
REACT_APP_ITHACANET_POOLS_URL=wss://tezos-dexes-api-ithacanet.production.madservice.xyz

REACT_APP_MAINNET_TOKENS=ipfs://QmWQPjhuVwazjX9XrnsvAW9jsK3zLXThN8ngCihJEH8GUS
REACT_APP_HANGZHOUNET_TOKENS=ipfs://QmdDevhmdEyJaArFthfKKUA2FVcte9ijNog1ekSsoMKYPt
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ yarn-error.log*


# vscode
.vscode
.vscode
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ Staging: https://qs-develop.vercel.app/
`yarn clear` - clear app cache

`yarn test`

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quipuswap-webapp",
"version": "3.0.19",
"version": "3.0.20",
"private": true,
"scripts": {
"dev:mainnet": "cross-env REACT_APP_NETWORK=mainnet REACT_APP_MAINNET_BASE_URL=http://localhost:3000 REACT_APP_HANGZHOUNET_BASE_URL=http://localhost:3002 REACT_APP_ITHACANET_BASE_URL=http://localhost:3003 PORT=3000 craco start",
Expand Down Expand Up @@ -61,6 +61,7 @@
"react-toastify": "^9.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"swap-router-sdk": "^1.13.5",
"swr": "^1.3.0",
"tokens-whitelist": "https://github.com/madfish-solutions/tokens-whitelist",
"url": "^0.11.0",
Expand Down Expand Up @@ -97,10 +98,10 @@
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-sonarjs": "^0.13.0",
"husky": "^8.0.1",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"sass": "^1.52.1",
"typescript": "^4.6.4",
"jest": "^28.1.0"
"typescript": "^4.6.4"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 441c594

Please sign in to comment.