diff --git a/config/ethereum/chain.ts b/config/ethereum/chain.ts index a1362ee9..eb9a97ae 100644 --- a/config/ethereum/chain.ts +++ b/config/ethereum/chain.ts @@ -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') diff --git a/package.json b/package.json index efd85bf6..d1b7003f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "cross-env ts-node ./script/build" }, "devDependencies": { - "@graphprotocol/graph-cli": "^0.64.1", + "@graphprotocol/graph-cli": "0.64.1", "@graphprotocol/graph-ts": "^0.32.0", "@types/fs-extra": "^11.0.1", "@types/node": "^18.11.18", @@ -17,8 +17,8 @@ "@uniswap/eslint-config": "^1.2.0", "cross-env": "^7.0.3", "dotenv": "^16.0.3", - "eslint-config-prettier": "^6.1.0", "eslint": "^8.57.0", + "eslint-config-prettier": "^6.1.0", "fs-extra": "^11.1.0", "mustache": "^3.1.0", "prettier": "^1.18.2",