Skip to content

Commit 7850016

Browse files
committed
2 parents 159224a + 2dca567 commit 7850016

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/mappings/pricing.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const USDC_WETH_PAIR = '0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc' // created 1
88
const DAI_WETH_PAIR = '0xa478c2975ab1ea89e8196811f51a7b7ade33eb11' // created block 10042267
99
const USDT_WETH_PAIR = '0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852' // created block 10093341
1010

11-
// dummy for testing
1211
export function getEthPriceInUSD(): BigDecimal {
1312
// fetch eth prices for each stablecoin
1413
let daiPair = Pair.load(DAI_WETH_PAIR) // dai is token0

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,9 +2245,9 @@ node-abi@^2.7.0:
22452245
semver "^5.4.1"
22462246

22472247
node-fetch@^2.3.0:
2248-
version "2.6.0"
2249-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
2250-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
2248+
version "2.6.1"
2249+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2250+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
22512251

22522252
node-forge@~0.7.6:
22532253
version "0.7.6"

0 commit comments

Comments
 (0)