We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0191b3f commit ea9374fCopy full SHA for ea9374f
src/mappings/pricing.ts
@@ -8,7 +8,6 @@ const USDC_WETH_PAIR = '0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc' // created 1
8
const DAI_WETH_PAIR = '0xa478c2975ab1ea89e8196811f51a7b7ade33eb11' // created block 10042267
9
const USDT_WETH_PAIR = '0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852' // created block 10093341
10
11
-// dummy for testing
12
export function getEthPriceInUSD(): BigDecimal {
13
// fetch eth prices for each stablecoin
14
let daiPair = Pair.load(DAI_WETH_PAIR) // dai is token0
0 commit comments