Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/ethereum/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ export const WHITELIST: string[] = [
'0x1f9840a85d5af5bf1d1762f925bdaddc4201f984', // UNI
'0x2260fac5e5542a773aa44fbcfedf7c193bc2c599', // WBTC
'0x956f47f50a910163d8bf957cf5846d573e7f87ca', // FEI
'0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d', // USD1
]

export const STABLECOINS = []
export const STABLECOINS: string[] = []

// minimum liquidity required to count towards tracked volume for pairs with small # of Lps
export const MINIMUM_USD_THRESHOLD_NEW_PAIRS = BigDecimal.fromString('400000')
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "cross-env ts-node ./script/build"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.64.1",
"@graphprotocol/graph-cli": "0.64.1",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

newest version of graph-cli breaks on schema validation

"@graphprotocol/graph-ts": "^0.32.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.11.18",
Expand All @@ -18,7 +18,6 @@
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint-config-prettier": "^6.1.0",
"eslint": "^8.57.0",
"fs-extra": "^11.1.0",
"mustache": "^3.1.0",
"prettier": "^1.18.2",
Expand Down
Loading