diff --git a/src/actions/livepeer.js b/src/actions/livepeer.js index c98da4f..d0866b1 100644 --- a/src/actions/livepeer.js +++ b/src/actions/livepeer.js @@ -119,8 +119,8 @@ export const getEvents = () => async dispatch => { eventTo = ""; if (eventContainsBond) { eventDescription = -
{tmpAmount.toFixed(2)} LPT stake
@@ -141,8 +142,8 @@ export const getEvents = () => async dispatch => {round {tmpWhen}
@@ -165,8 +167,8 @@ export const getEvents = () => async dispatch => { eventType = "Unbond"; eventColour = unbondColour; eventDescription = -{tmpAmount.toFixed(2)} LPT
@@ -196,8 +199,8 @@ export const getEvents = () => async dispatch => { eventType = "Stake"; eventColour = stakeColour; eventDescription = -{tmpAmount.toFixed(2)} LPT
@@ -219,8 +223,8 @@ export const getEvents = () => async dispatch => { if (eventType === "Stake" && eventDescription === "") { if (eventFrom === "0x0000000000000000000000000000000000000000") { eventDescription = -{tmpAmount.toFixed(2)} LPT
@@ -239,8 +244,8 @@ export const getEvents = () => async dispatch => { } else if (eventFrom === eventTo) { eventFrom = ""; eventDescription = -{tmpAmount.toFixed(2)} LPT
@@ -258,8 +264,8 @@ export const getEvents = () => async dispatch => {{tmpAmount.toFixed(2)} LPT
@@ -326,18 +333,19 @@ export const getEvents = () => async dispatch => { continue; } const txt = -- withdrew staking rewards + withdrew stake
{amount.toFixed(2)} LPT
@@ -365,8 +373,8 @@ export const getEvents = () => async dispatch => { continue; } const txt = -{amount.toFixed(4)} Eth
-- round {eventObj.data.withdrawRound} -
{amount1.toFixed(2)}% on staking rewards
@@ -448,8 +455,8 @@ export const getEvents = () => async dispatch => { continue; } let txt = -+{amount1.toFixed(2)} LPT rewards
@@ -487,8 +495,8 @@ export const getEvents = () => async dispatch => { eventContainsReward = true; const amount1 = parseFloat(eventObj.data.amount) / 1000000000000000000; let txt = -+{amount1.toFixed(2)} LPT
@@ -603,8 +612,8 @@ export const getTickets = () => async dispatch => { if (eventObj.name === "WinningTicketRedeemed") { const amount = parseFloat(eventObj.data.faceValue) / 1000000000000000000; const txt = -- +{amount.toFixed(4)} Eth -
+ ++ +{amount.toFixed(4)} Eth +
+