Skip to content

Commit

Permalink
Kinetix Derivatives V2 subgraph urls updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickroyme committed Mar 20, 2024
1 parent eb9af72 commit 9088c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dexs/kinetix-derivatives-v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Chain } from "@defillama/sdk/build/general";
import request, { gql } from "graphql-request";

const kinetixPerpsV2Subgraph =
"https://kava-graph-node.metavault.trade/subgraphs/name/kinetixfi/perpv2";
"https://kava-graph-node.metavault.trade/subgraphs/name/kinetixfi/kava-trade";

interface IReferralRecord {
volume: string; // Assuming volume is a string that represents a number
Expand Down
2 changes: 1 addition & 1 deletion fees/kinetix-derivatives-v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getTimestampAtStartOfDayUTC } from "../../utils/date";

const endpoints = {
[CHAIN.KAVA]:
"https://kava-graph-node.metavault.trade/subgraphs/name/kinetixfi/perpv2",
"https://kava-graph-node.metavault.trade/subgraphs/name/kinetixfi/kava-trade",
};

const graphs = (graphUrls: ChainEndpoints) => {
Expand Down

0 comments on commit 9088c53

Please sign in to comment.