augur-ui-react-components
Advanced tools
Comparing version 3.1.14 to 3.1.15
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.1.14", | ||
"version": "3.1.15", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -68,3 +68,4 @@ import React from 'react'; | ||
<span className="at">@</span> | ||
<ValueDenomination className="avgPrice" {...p.data.avgPrice} /> | ||
<ValueDenomination className="noFeePrice" {...p.data.noFeePrice} /> | ||
<ValueDenomination className="avgPrice" {...p.data.avgPrice} prefix="including trading fees:" postfix="/ share" /> | ||
<br /> | ||
@@ -71,0 +72,0 @@ {marketDescription()} |
@@ -37,2 +37,12 @@ import { BINARY, CATEGORICAL, SCALAR } from '../modules/markets/constants/market-types'; | ||
full: '0.36 ETH' | ||
}, | ||
noFeePrice: { | ||
value: 0.31, | ||
formattedValue: 0.31, | ||
formatted: '0.31', | ||
roundedValue: 0.3, | ||
rounded: '0.3', | ||
minimized: '0.31', | ||
denomination: ' ETH', | ||
full: '0.31 ETH' | ||
} | ||
@@ -76,2 +86,12 @@ }, | ||
full: '0.68 ETH' | ||
}, | ||
noFeePrice: { | ||
value: 0.31, | ||
formattedValue: 0.31, | ||
formatted: '0.31', | ||
roundedValue: 0.3, | ||
rounded: '0.3', | ||
minimized: '0.31', | ||
denomination: ' ETH', | ||
full: '0.31 ETH' | ||
} | ||
@@ -111,2 +131,12 @@ }, | ||
full: '0.01 ETH' | ||
}, | ||
noFeePrice: { | ||
value: 0.31, | ||
formattedValue: 0.31, | ||
formatted: '0.31', | ||
roundedValue: 0.3, | ||
rounded: '0.3', | ||
minimized: '0.31', | ||
denomination: ' ETH', | ||
full: '0.31 ETH' | ||
} | ||
@@ -113,0 +143,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1231143
10595