Skip to content

Commit

Permalink
[cake]: Fix subgraph URI (snapshot-labs#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefKai authored Sep 16, 2021
1 parent 02dff48 commit 29548f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategies/cake/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type VotingResponse = {

const MINIUM_VOTING_POWER = 0.01;
const SMART_CHEF_URL =
'https://api.bscgraph.org/subgraphs/name/pancakeswap/smartchef';
'https://api.thegraph.com/subgraphs/name/pancakeswap/smartchef';
const VOTING_API_URL = 'https://voting-api.pancakeswap.info/api/power';

/**
Expand Down

0 comments on commit 29548f3

Please sign in to comment.