diff --git a/explorer/htm/BeamExplorer.htm b/explorer/htm/BeamExplorer.htm index 65c01b318..be4ac9b6b 100644 --- a/explorer/htm/BeamExplorer.htm +++ b/explorer/htm/BeamExplorer.htm @@ -985,8 +985,8 @@

Deployed Smart Contracts

\n\ text += MakeCell(MakeBlock(jRow[0])); text += MakeCell(jRow[1]); - text += MakeCellAmount(jRow[2]["value"], ""); - text += MakeCellAmount(jRow[3]["value"], ""); + text += MakeCellAmount(Obj2Html(jRow[2]), ""); + text += MakeCellAmount(Obj2Html(jRow[3]), ""); text += MakeCell(Obj2Html(jRow[4])); text += ""; }