Skip to content

Commit

Permalink
fix: Test competition subgraph url (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-huan authored Dec 10, 2021
1 parent 8585072 commit 54c7755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getModel } from "./mongo";
export const TRADING_COMPETITION_V1_SUBGRAPH =
"https://api.thegraph.com/subgraphs/name/pancakeswap/trading-competition-v1";
export const TRADING_COMPETITION_V2_SUBGRAPH_TEST =
"https://api.thegraph.com/subgraphs/name/pancakeswap/tradingcompv2";
"https://api.thegraph.com/subgraphs/name/chef-huan/tradingcompv2";

/**
* Check for the validity of a username based on rules (see documentation).
Expand Down

1 comment on commit 54c7755

@vercel
Copy link

@vercel vercel bot commented on 54c7755 Dec 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.