Skip to content

Commit

Permalink
set network default correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Dec 6, 2024
1 parent 5304249 commit d949403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/lib/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const defaults = {
REACT_APP_CELO_EXPLORER: 'https://celoscan.io',
REACT_APP_SUPERFLUID_EXPLORER: 'https://app.superfluid.finance/stream/celo',
REACT_APP_NETWORK: 'celo',
REACT_APP_NETWORK: 'development-celo',
REACT_APP_SUBGRAPH: 'https://api.studio.thegraph.com/query/59211/goodcollective/version/latest',
};

0 comments on commit d949403

Please sign in to comment.