diff --git a/src/eventButton.js b/src/eventButton.js index 39b41cd..5c03084 100644 --- a/src/eventButton.js +++ b/src/eventButton.js @@ -164,7 +164,7 @@ const EventButton = (obj) => { } else if (transactionName === "Withdraw") { eventSpecificInfo =
-

withdrew {(transactionAmount / 1000000000000000000).toFixed(2)} LPT in round {transactionWhen}

+

withdrew {(transactionAmount).toFixed(2)} LPT in round {transactionWhen}

} else if (transactionName === "Activated") { if (hasBondTransaction) { diff --git a/src/orchestratorViewer.js b/src/orchestratorViewer.js index 9068eb3..e399ebc 100644 --- a/src/orchestratorViewer.js +++ b/src/orchestratorViewer.js @@ -39,7 +39,7 @@ const Orchestrator = (obj) => { return (
-
+
@@ -72,7 +72,7 @@ const Orchestrator = (obj) => { return (
- {delObj.id.substr(0, 6) + ".."} + {delObj.id.substr(0, 12) + "..."}

{parseFloat(delObj.bondedAmount).toFixed(2)} LPT since round {delObj.startRound}