Skip to content

Commit

Permalink
add sphynx bitgert and disable cronos because error
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 17, 2023
1 parent 796a399 commit 97413be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dexs/sphynx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

const adapters = univ2Adapter({
[CHAIN.BSC]: "https://api.thegraph.com/subgraphs/name/sphynxswap/exchange",
[CHAIN.CRONOS]: "https://crnode.thesphynx.co/graph/subgraphs/name/exchange/cronos"
// [CHAIN.CRONOS]: "https://crnode.thesphynx.co/graph/subgraphs/name/exchange/cronos",
[CHAIN.BITGERT]: "https://brgraph.thesphynx.co/subgraphs/name/exchange/brise"
}, {
factoriesName: "sphynxFactories",
dayData: "sphynxDayData"
Expand Down

0 comments on commit 97413be

Please sign in to comment.