Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Update src/config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: 0xCactus <85321734+0xCactus@users.noreply.github.com>
  • Loading branch information
solendvega and 0xCactus authored Jun 23, 2022
1 parent fab4449 commit 05bcc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function getMarkets(): Promise<MarketConfig[]> {
const data = resp.body as MarketConfig[];
return await deserializeMarkets(data);
} catch (error) {
console.error('error fetching /v1/markets: ', error);
console.error('error fetching /v1/markets/configs ', error);
}
} while (attemptCount < maxAttempt);

Expand Down

0 comments on commit 05bcc5f

Please sign in to comment.