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 <[email protected]>
  • Loading branch information
solendvega and 0xCactus authored Jun 23, 2022
1 parent 05bcc5f commit 0cad81e
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 @@ -49,7 +49,7 @@ export async function getMarkets(): Promise<MarketConfig[]> {
}
} while (attemptCount < maxAttempt);

throw new Error('failed to fetch /v1/markets');
throw new Error('failed to fetch /v1/markets/configs');
}

export const network = getApp();
Expand Down

0 comments on commit 0cad81e

Please sign in to comment.