Skip to content

Commit

Permalink
Target prod tag
Browse files Browse the repository at this point in the history
  • Loading branch information
solimander committed Sep 30, 2023
1 parent 06b2820 commit 2afbf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nouns-webapp/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const app: Record<SupportedChains, AppConfig> = {
jsonRpcUri: createNetworkHttpUrl('mainnet'),
wsRpcUri: createNetworkWsUrl('mainnet'),
subgraphApiUri:
'https://api.goldsky.com/api/public/project_cldf2o9pqagp43svvbk5u3kmo/subgraphs/nouns/0.2.0/gn',
'https://api.goldsky.com/api/public/project_cldf2o9pqagp43svvbk5u3kmo/subgraphs/nouns/prod/gn',
enableHistory: process.env.REACT_APP_ENABLE_HISTORY === 'true',
},
[ChainId.Hardhat]: {
Expand Down

0 comments on commit 2afbf52

Please sign in to comment.