Skip to content

Commit

Permalink
add two more accounts to the blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
bt-cryptomancer committed Jul 13, 2024
1 parent 27b2543 commit b5d375f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/market.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const CONTRACT_NAME = 'market';
const ACCOUNT_BLACKLIST = {
'sunsetjesus': 1,
'waitingforlove': 1,
'thenights': 1,
'thedays': 1,
};

const getMetric = async (symbol) => {
Expand Down

0 comments on commit b5d375f

Please sign in to comment.