Skip to content

Commit

Permalink
feat(infura): new key (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzschoff authored Apr 16, 2024
1 parent 19f8bf4 commit 169e157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquidity/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const GAS_LIMIT_MULTIPLIER = 1.5;
export const DEFAULT_QUERY_REFRESH_INTERVAL = 600_000; // 10min
export const DEFAULT_QUERY_STALE_TIME = 300_000; // 5min

export const INFURA_KEY = process.env.INFURA_KEY || '8c6bfe963db94518b16b17114e29e628';
export const INFURA_KEY = process.env.INFURA_KEY || '8678fe160b1f4d45ad3f3f71502fc57b';
export const ONBOARD_KEY = 'sec_jykTuCK0ZuqXWf3wNYqizxs2';

export const getSubgraphUrl = (networkName = 'optimism-mainnet') => {
Expand Down

0 comments on commit 169e157

Please sign in to comment.