fa4e75b777
* feat: initial support for base goerli * wip: update dependencies * chore: yarn deduplicate * feat: mainnet wip support * feat: mainnet wip support * fix: radial gradient * fix: logo update * fix: ur address * fix: add weth to common bases * fix: updates * fix: yarn dedup * fix: correct rpc url * fix: correct explorer url * feat: add USDbC to common bases * fix lint warnings * bump SOR version * fix: fallback URLs * feat: statsig flag for base support (#7079) * feat: put base support behind statsig flag * fix: null checks * fix: hide pool page * fix: baseEnabledChains * feat: update sor --------- Co-authored-by: Jordan Frankfurt <jordan@uniswap.org>
18 lines
1.3 KiB
Bash
18 lines
1.3 KiB
Bash
# These API keys are intentionally public. Please do not report them - thank you for your concern.
|
|
ESLINT_NO_DEV_ERRORS=true
|
|
REACT_APP_AMPLITUDE_PROXY_URL="https://api.uniswap.org/v1/amplitude-proxy"
|
|
REACT_APP_AWS_API_REGION="us-east-2"
|
|
REACT_APP_AWS_API_ENDPOINT="https://beta.api.uniswap.org/v1/graphql"
|
|
REACT_APP_BNB_RPC_URL="https://rough-sleek-hill.bsc.quiknode.pro/413cc98cbc776cda8fdf1d0f47003583ff73d9bf"
|
|
REACT_APP_BASE_GOERLI_RPC_URL="https://wiser-compatible-mansion.base-goerli.quiknode.pro/5874f36248e17020a1006149e7f68c63967e1f45/"
|
|
REACT_APP_BASE_MAINNET_RPC_URL="https://cool-white-diagram.base-mainnet.quiknode.pro/d8f036f35dfab2c68f32dfa822cd971e7a25a117/"
|
|
REACT_APP_INFURA_KEY="4bf032f2d38a4ed6bb975b80d6340847"
|
|
REACT_APP_MOONPAY_API="https://api.moonpay.com"
|
|
REACT_APP_MOONPAY_LINK="https://us-central1-uniswap-mobile.cloudfunctions.net/signMoonpayLinkV2?platform=web&env=staging"
|
|
REACT_APP_MOONPAY_PUBLISHABLE_KEY="pk_test_DycfESRid31UaSxhI5yWKe1r5E5kKSz"
|
|
REACT_APP_SENTRY_DSN="https://a3c62e400b8748b5a8d007150e2f38b7@o1037921.ingest.sentry.io/4504255148851200"
|
|
REACT_APP_STATSIG_PROXY_URL="https://api.uniswap.org/v1/statsig-proxy"
|
|
REACT_APP_TEMP_API_URL="https://temp.api.uniswap.org/v1"
|
|
REACT_APP_UNISWAP_API_URL="https://api.uniswap.org/v2"
|
|
REACT_APP_WALLET_CONNECT_PROJECT_ID="c6c9bacd35afa3eb9e6cccf6d8464395"
|