Skip to content

Commit

Permalink
Merge branch 'feature/refferalCode' of https://github.com/bloXroute-L…
Browse files Browse the repository at this point in the history
…abs/uniswap-interface into feature/refferalCode
  • Loading branch information
Alexei-Shulga committed Jan 26, 2024
2 parents d586aa8 + 379a651 commit 880f3b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ REACT_APP_MOONPAY_PUBLISHABLE_KEY="pk_test_DycfESRid31UaSxhI5yWKe1r5E5kKSz"
REACT_APP_SENTRY_DSN="https://[email protected]/4504255148851200"
REACT_APP_STATSIG_PROXY_URL="https://0pzye3tb97.execute-api.us-east-1.amazonaws.com/dev/v1/statsig-proxy"
REACT_APP_TEMP_API_URL="https://temp.api.uniswap.org/v1"
REACT_APP_UNISWAP_API_URL="https://0pzye3tb97.execute-api.us-east-1.amazonaws.com/dev/v2"
REACT_APP_UNISWAP_API_URL="https://eol94m0o03.execute-api.us-east-1.amazonaws.com/staging/v2"
REACT_APP_WALLET_CONNECT_PROJECT_ID="c6c9bacd35afa3eb9e6cccf6d8464395"
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"editor.formatOnSave": false,
"editor.inlineSuggest.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"files.eol": "\n",
"eslint.enable": true,
Expand Down
4 changes: 2 additions & 2 deletions src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export type SupportedL1ChainId = (typeof L1_CHAIN_IDS)[number]
/**
* Bloxroute chain IDs.
*/
export const BLOXROUTE_CHAIN_IDS = [1] as number[]
// export const BLOXROUTE_TESTNET_CHAIN_IDS = [5] as number[]
export const BLOXROUTE_CHAIN_IDS = [1, 5, 11155111] as number[]
export const BLOXROUTE_TESTNET_CHAIN_IDS = [5, 11155111] as number[]
/**
* Controls some L2 specific behavior, e.g. slippage tolerance, special UI behavior.
* The expectation is that all of these networks have immediate transaction confirmation.
Expand Down

0 comments on commit 880f3b5

Please sign in to comment.