Skip to content

Commit

Permalink
chore(sdk): update subgraph (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
platschi committed Aug 8, 2023
1 parent 61deca9 commit a9bc145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/constants/futures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const DEFAULT_PRICE_IMPACT_DELTA_PERCENT = {
TAKE_PROFIT: '5',
}

export const FUTURES_ENDPOINT_OP_MAINNET = `https://subgraph.satsuma-prod.com/${process.env.NEXT_PUBLIC_SATSUMA_API_KEY}/kwenta/optimism-perps/version/0.0.9/api`
export const FUTURES_ENDPOINT_OP_MAINNET = `https://subgraph.satsuma-prod.com/${process.env.NEXT_PUBLIC_SATSUMA_API_KEY}/kwenta/optimism-perps/api`

export const FUTURES_ENDPOINT_OP_GOERLI =
'https://api.thegraph.com/subgraphs/name/kwenta/optimism-goerli-perps'
Expand Down

0 comments on commit a9bc145

Please sign in to comment.