Skip to content

Commit

Permalink
update rates endpoint (#1870)
Browse files Browse the repository at this point in the history
update subgraph
  • Loading branch information
Tburm authored Jan 11, 2023
1 parent 37accff commit bf5b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/rates/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { chain } from 'wagmi';
export const RATES_ENDPOINT_MAIN = 'https://api.thegraph.com/subgraphs/name/kwenta/mainnet-main';

export const RATES_ENDPOINT_OP_MAINNET =
'https://api.thegraph.com/subgraphs/name/kwenta/optimism-goerli-main';
'https://api.thegraph.com/subgraphs/name/kwenta/optimism-latest-rates';

export const RATES_ENDPOINT_OP_GOERLI =
'https://api.thegraph.com/subgraphs/name/kwenta/optimism-goerli-main';
Expand Down

0 comments on commit bf5b2e2

Please sign in to comment.