Skip to content

Commit

Permalink
Update MoonPay and add subgraph for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Nov 7, 2024
1 parent c05657f commit f352e05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ ESLINT_NO_DEV_ERRORS=true
REACT_APP_INFURA_KEY="faee7f4694104ee090fe2f5fc7df8a81"
REACT_APP_MOONPAY_API="https://api.moonpay.com"
REACT_APP_MOONPAY_LINK="https://us-central1-uniswap-mobile.cloudfunctions.net/signMoonpayLinkStaging?platform=web"
REACT_APP_MOONPAY_PUBLISHABLE_KEY="pk_test_DycfESRid31UaSxhI5yWKe1r5E5kKSz"
REACT_APP_MOONPAY_PUBLISHABLE_KEY="pk_test_o62KANi2j4ZjAZZ8yzLAkyHperO4rYPK"
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.20.0
16
2 changes: 2 additions & 0 deletions src/graphql/thegraph/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const CHAIN_SUBGRAPH_URL: Record<number, string> = {
[SupportedChainId.POLYGON]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v3-polygon',

[SupportedChainId.CELO]: 'https://api.thegraph.com/subgraphs/name/jesse-sawa/uniswap-celo',

[SupportedChainId.LUX]: 'https://graph.lux.network/subgraphs/name/luxfi/uniswap-v3',
}

const httpLink = new HttpLink({ uri: CHAIN_SUBGRAPH_URL[SupportedChainId.MAINNET] })
Expand Down

0 comments on commit f352e05

Please sign in to comment.