Skip to content

Commit

Permalink
Merge branch 'harmony' into harmony-stg
Browse files Browse the repository at this point in the history
  • Loading branch information
msvstj authored Sep 22, 2023
2 parents 40b7db7 + 8422643 commit 049b0f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ REACT_APP_MOONPAY_LINK="https://us-central1-uniswap-mobile.cloudfunctions.net/si
REACT_APP_MOONPAY_PUBLISHABLE_KEY="pk_test_DycfESRid31UaSxhI5yWKe1r5E5kKSz"
#REACT_APP_SENTRY_DSN="https://[email protected]/4504255148851200"
#REACT_APP_STATSIG_PROXY_URL="https://api.uniswap.org/v1/statsig-proxy"
REACT_APP_TEMP_API_URL = "https://temp-api.stg.swap.country" # routing-api v1
REACT_APP_UNISWAP_API_URL = "https://api.stg.swap.country" # routing-api-v2 (Unified Routing API)
REACT_APP_TEMP_API_URL = "https://temp-api.swap.country" # routing-api v1
REACT_APP_UNISWAP_API_URL = "https://api.swap.country" # routing-api-v2 (Unified Routing API)
REACT_APP_WALLET_CONNECT_PROJECT_ID="c6c9bacd35afa3eb9e6cccf6d8464395"
4 changes: 2 additions & 2 deletions src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ export const PageTabs = () => {
<Trans>Positions</Trans>
</MenuItem>
</Box>
<MenuItem href="https://info.stg.swap.country/#/harmony/pools" external dataTestId="pool-nav-link">
<MenuItem href="https://info.swap.country/#/harmony/pools" external dataTestId="pool-nav-link">
<Trans>Pools</Trans>
</MenuItem>
<MenuItem href="https://info.stg.swap.country/#/harmony/tokens" external dataTestId="pool-nav-link">
<MenuItem href="https://info.swap.country/#/harmony/tokens" external dataTestId="pool-nav-link">
<Trans>Tokens</Trans>
</MenuItem>
<Box marginY={{ sm: '4', md: 'unset' }}>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Pool/CTACards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function CTACards() {
</ThemedText.DeprecatedBody>
</ResponsiveColumn>
</CTA>
<CTA href="https://info.stg.swap.country">
<CTA href="https://info.swap.country">
<ResponsiveColumn>
<HeaderText style={{ alignSelf: 'flex-start' }}>
<Trans>Top pools</Trans>
Expand Down

0 comments on commit 049b0f1

Please sign in to comment.