Skip to content

Commit 287d9a6

Browse files
committed
Merge remote-tracking branch 'origin/HEAD'
2 parents ce36d65 + 5a59704 commit 287d9a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shared/post-processors/exchange-rates/price-routing-mainnet.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const chainlinkPriceFeeds: Record<
4040
> = {
4141
CRV_USD: { height: 12162244, get: createChainlinkPriceFeed('0xcd627aa160a6fa45eb793d19ef54f5062f20f33f', 8n) },
4242
CRV_USDC: { height: 12162244, get: createChainlinkPriceFeed('0xcd627aa160a6fa45eb793d19ef54f5062f20f33f', 8n) },
43+
CVX_USD: { height: 13960589, get: createChainlinkPriceFeed('0xd962fC30A72A84cE50161031391756Bf2876Af5D', 8n) },
4344
OETH_ETH: { height: 19384550, get: createChainlinkPriceFeed('0x703118c4cbcccbf2ab31913e0f8075fbbb15f563', 18n) },
4445
}
4546

@@ -307,4 +308,5 @@ export const priceMap: Partial<
307308
...twoWay('CVX', 'WETH', (ctx, height) => getChainlinkPrice(ctx, height, 'CVX', 'ETH')),
308309
...twoWay('CRV', 'ETH', (ctx, height) => getChainlinkPrice(ctx, height, 'CRV', 'ETH')),
309310
...twoWay('CVX', 'ETH', (ctx, height) => getChainlinkPrice(ctx, height, 'CVX', 'ETH')),
311+
...twoWay('CVX', 'USD', (ctx, height) => getChainlinkPrice(ctx, height, 'CVX', 'USD')),
310312
}

0 commit comments

Comments
 (0)