We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c203f5 commit 73fda1bCopy full SHA for 73fda1b
src/http/api/v1/matches.ts
@@ -125,8 +125,8 @@ export const createHandler = (config: HttpApiConfig): express.Router => {
125
}));
126
127
const calculatorOptions: CalculatorOptions = {
128
- priceProvider: config.getPriceProvider(chainId),
129
- dataProvider: config.getDataProvider(chainId),
+ priceProvider: config.priceProvider,
+ dataProvider: config.dataProvider,
130
chainId: chainId,
131
roundId: roundId,
132
minimumAmountUSD: undefined,
0 commit comments