Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Prince/ test implementation of live pricing #134

Closed
wants to merge 9 commits into from

Conversation

prince-deriv
Copy link
Contributor

@prince-deriv prince-deriv commented Nov 7, 2023

Changes

  • This is a test PR to check live pricing api

Todos:

  • Find the way to render and test closed markets
  • Add configuration to handle correct enlargement of decimals per market type

Copy link

cloudflare-workers-and-pages bot commented Nov 7, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 92c3024
Status: ✅  Deploy successful!
Preview URL: https://d1553952.deriv-com-v2.pages.dev
Branch Preview URL: https://prince-live-pricing.deriv-com-v2.pages.dev

View logs


const LiveMarketSection = () => {
const [LivePriceData, setLivePriceData] = useState<LiveMarketContent[]>([]);

const forexIcons: { [key: string]: ReactNode } = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prince-deriv we need to think about a mapping between, backend and quill-icons project.
created an issue in deriv-com/quill-icons#5

@prince-deriv prince-deriv marked this pull request as ready for review November 16, 2023 06:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants