Skip to content

Commit

Permalink
chore: add logging to see market content
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaran- committed Sep 26, 2023
1 parent f205145 commit a45bdc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/VegaMarkets/Description.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import React from 'react'

export const Description = ({ market }: { market: any }) => {
console.log('market:', {
market,
settleMentAsset:
market.tradableInstrument.instrument.product.settlementAsset,
})
const marketName = market.tradableInstrument.instrument.name
const marketCode = market.tradableInstrument.instrument.code
const symbol =
Expand Down

0 comments on commit a45bdc8

Please sign in to comment.