Skip to content

Commit

Permalink
Merge pull request DefiLlama#1886 from LeifuChen/fix/update-kwenta-su…
Browse files Browse the repository at this point in the history
…bgraph

fix: Update the Arbitrum subgraph endpoint for Kwenta volume tracking
  • Loading branch information
dtmkeng authored Sep 12, 2024
2 parents 2331eae + 8e29e6b commit 37e207a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator-derivatives/kwenta/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const PROVIDER_CONFIG = {
},
[CHAIN.ARBITRUM]: {
startTimestamp: 1696032000,
endpoint: "https://subgraph.satsuma-prod.com/7ed49092fef1/equilibria/perennial-v2-arbitrum-new/api",
endpoint: "https://subgraph.perennial.finance/arbitrum",
query: gql`
query aggregateStats($startTimestamp: BigInt!, $endTimestamp: BigInt!) {
marketAccumulations(
Expand Down

0 comments on commit 37e207a

Please sign in to comment.