Skip to content

Commit

Permalink
Revert "removed console messages and fixed strategies/index.ts"
Browse files Browse the repository at this point in the history
This reverts commit e92e3df.
  • Loading branch information
Hotmanics committed Jul 18, 2023
1 parent e92e3df commit 74cf341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/strategies/hats-protocol-single-vote-per-org/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export async function strategy(

let result;

console.log(network);
switch (network) {
case '1':
result = await subgraphRequestHats(
Expand All @@ -73,6 +74,7 @@ export async function strategy(
'https://api.thegraph.com/subgraphs/name/hats-protocol/hats-v1-optimism',
options.humanReadableTreeId
);
console.log('Here I am');
break;
case '5':
result = await subgraphRequestHats(
Expand Down
2 changes: 1 addition & 1 deletion src/strategies/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ const strategies = {
'starlay-ve-balance-of-locker-id': starlayVeBalanceOfLockerId,
'winr-staking': winrStaking,
spaceid,
'hats-protocol-single-vote-per-org': hatsProtocolSingleVotePerOrg,
'hats-protocol-single-vote-per-org': hatsProtocolSingleVotePerOrg
'seedify-cumulative-voting-power-hodl-staking-farming':
seedifyHoldStakingFarming,
'staked-morekudasai': stakedMoreKudasai
Expand Down

0 comments on commit 74cf341

Please sign in to comment.