Skip to content

Commit

Permalink
Merge pull request #2403 from IX-Swap/staging
Browse files Browse the repository at this point in the history
v0.6.6 LBP release
  • Loading branch information
thi-investax authored Jun 17, 2024
2 parents 38cfd15 + 32fa43c commit b08d7a0
Show file tree
Hide file tree
Showing 165 changed files with 13,398 additions and 185 deletions.
6 changes: 4 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ REACT_APP_INFURA_KEY="7f00ea5349e64a078e7a9533c9126cef"
REACT_APP_INFURA_NETWORK_SUBDOMAIN='polygon-mumbai'
REACT_APP_PRODUCTION_APP_URL=app.ixswap.io
REACT_APP_API_URL=https://api.dev.ixswap.io/v1/
# REACT_APP_API_URL=http://localhost:8080/v1/
REACT_APP_API_URL_LOCAL=http://localhost:8080/v1/
REACT_APP_USE_LOCAL_BACKEND=false
SKIP_PREFLIGHT_CHECK=true
REACT_APP_SECURITY_TOKENS=true
REACT_APP_GOOGLE_ANALYTICS_ID="UA-199572024-1"
NODE_ENV="test development env"
REACT_APP_STAKING_CONTRACT_KOVAN="0x2ddCfC409Ba3116d8d0a2224FfDF30042686eDe8"
REACT_APP_SUPPORTED_TGE_CHAINS=[80001]
REACT_APP_SUPPORTED_TGE_CHAINS=[80002]
REACT_APP_IXSALE_ADDRESS_MUMBAI=0x34f23d97a59D3c579b71a70B000d06010ca4e93c
REACT_APP_IXSALE_ADDRESS_AMOY=0x48d37ee262617c385114B9b795B2e5c1779E570B
REACT_APP_IXSALE_ADDRESS_POLYGON=
REACT_APP_WALLET_CONNECT_PROJECT_ID=ba0a3724b8cab7c0db373ed9bf3a7f09
ESLINT_NO_DEV_ERRORS=true
Expand Down
3 changes: 2 additions & 1 deletion .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ REACT_APP_INFURA_NETWORK_SUBDOMAIN='polygon-mumbai'
REACT_APP_GOOGLE_ANALYTICS_ID="UA-199572024-1"
NODE_ENV="test staging env"
REACT_APP_STAKING_CONTRACT_KOVAN="0xf49A087aA48C0A4f0dEa6428F1175e1bB45CDAa2"
REACT_APP_SUPPORTED_TGE_CHAINS=[80001]
REACT_APP_SUPPORTED_TGE_CHAINS=[80002]
REACT_APP_IXSALE_ADDRESS_MUMBAI=0x34f23d97a59D3c579b71a70B000d06010ca4e93c
REACT_APP_IXSALE_ADDRESS_AMOY=0x48d37ee262617c385114B9b795B2e5c1779E570B
REACT_APP_IXSALE_ADDRESS_POLYGON=
REACT_APP_WALLET_CONNECT_PROJECT_ID=ba0a3724b8cab7c0db373ed9bf3a7f09
ESLINT_NO_DEV_ERRORS=true
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ethersproject/experimental": "^5.2.0",
"@ixswap1/default-token-list": "^1.4.1",
"@ixswap1/sdk-core": "^1.3.2",
"@ixswap1/default-token-list": "^1.4.3",
"@ixswap1/sdk-core": "^1.3.3",
"@ixswap1/v2-core": "^1.0.11",
"@ixswap1/v2-periphery": "^1.0.10",
"@ixswap1/v2-sdk": "^1.3.3",
"@ixswap1/v2-sdk": "^1.3.4",
"@lingui/cli": "^4.5.0",
"@lingui/loader": "^4.5.0",
"@lingui/macro": "^4.5.0",
Expand Down Expand Up @@ -42,6 +42,7 @@
"@types/node": "^15.6.1",
"@types/qs": "^6.9.2",
"@types/react": "^18.0.12",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.0.5",
"@types/react-helmet": "^6.1.5",
"@types/react-paginate": "^7.1.1",
Expand All @@ -52,6 +53,7 @@
"@types/react-window": "^1.8.2",
"@types/rebass": "^4.0.7",
"@types/rebass__forms": "^4.0.6",
"@types/redux-persist": "^4.3.1",
"@types/styled-components": "^5.1.0",
"@types/testing-library__cypress": "^5.0.5",
"@types/ua-parser-js": "^0.7.35",
Expand Down Expand Up @@ -186,12 +188,15 @@
"heic2any": "^0.0.4",
"moment": "^2.29.1",
"react-cookie": "^4.1.1",
"react-csv": "^2.2.2",
"react-helmet": "^6.1.0",
"react-lazy-load-image-component": "^1.5.1",
"react-phone-input-2": "^2.15.0",
"react-select": "^5.2.2",
"react-sticky-box": "^0.9.3",
"react-usestateref": "^1.0.8",
"recharts": "^2.12.3",
"redux-persist": "^6.0.0",
"truffle-privatekey-provider": "^1.2.0",
"use-draggable-scroll": "^0.1.0",
"web3": "^4.5.0"
Expand Down
Loading

0 comments on commit b08d7a0

Please sign in to comment.