Skip to content

Commit

Permalink
Merge pull request #958 from HMXOrg/master
Browse files Browse the repository at this point in the history
chore: update subgraph
  • Loading branch information
dtmkeng authored Nov 7, 2023
2 parents aa47748 + bf69e3d commit f54d58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dexs/hmx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Chain } from "@defillama/sdk/build/general";
import { HOUR, getTimestampAtStartOfHour } from "../../utils/date";

const endpoints = {
[CHAIN.ARBITRUM]: "https://subgraph.satsuma-prod.com/2eb3a0530326/92d146b1e22261b5990c85a8b277ed8804ce4906c5e095f5311b4e4ce8ce4bf8/arbitrum-one-stats/api",
[CHAIN.ARBITRUM]: "https://subgraph.satsuma-prod.com/3a60064481e5/1lxclx3pz4zrusx6414nvj/arbitrum-one-stats/api",
};

type MarketStat = {
Expand Down
2 changes: 1 addition & 1 deletion fees/perp88.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getBlock } from "../helpers/getBlock";

const endpoints = {
[CHAIN.POLYGON]: "https://api.thegraph.com/subgraphs/name/perp88/plp-pool",
[CHAIN.ARBITRUM]: "https://subgraph.satsuma-prod.com/2eb3a0530326/92d146b1e22261b5990c85a8b277ed8804ce4906c5e095f5311b4e4ce8ce4bf8/arbitrum-one-stats/api",
[CHAIN.ARBITRUM]: "https://subgraph.satsuma-prod.com/3a60064481e5/1lxclx3pz4zrusx6414nvj/arbitrum-one-stats/api",
};

interface IData {
Expand Down

0 comments on commit f54d58a

Please sign in to comment.