Skip to content

Commit

Permalink
chore: Add to isVe8020 conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed May 27, 2024
1 parent 37e1927 commit 2ccb3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composables/useVotingPools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function isVe8020Pool(pool: VotingPool): boolean {
POOLS.IdsMap.veUSH,
POOLS.IdsMap.veQi,
POOLS.IdsMap.veGEM,
POOLS.IdsMap.veTHX,
].includes(pool.id.toLowerCase());
}

Expand Down

0 comments on commit 2ccb3be

Please sign in to comment.