@@ -43,7 +43,7 @@ async function createTableFromJson(file) {
4343
4444 // For CREATE transactions
4545 const createTxTable = new Table ( {
46- head : [ { content : `Transaction Type: CREATE ` } , { content : `Network: ${ network } ` } , { content : `Date: ${ timestamp } ` } ] ,
46+ head : [ { content : `New Deployments ` } , { content : `Network: ${ network } ` } , { content : `Date: ${ timestamp } ` } ] ,
4747 chars : {
4848 'top' : '═' , 'top-mid' : '╤' , 'top-left' : '╔' , 'top-right' : '╗'
4949 , 'bottom' : '═' , 'bottom-mid' : '╧' , 'bottom-left' : '╚' , 'bottom-right' : '╝'
@@ -57,7 +57,7 @@ async function createTableFromJson(file) {
5757
5858 // For CALL transactions
5959 const callTxTable = new Table ( {
60- head : [ { content : `Transaction Type: CALL ` } , { content : `Network: ${ network } ` } , { content : `Date: ${ timestamp } ` } ] ,
60+ head : [ { content : `Contract Calls ` } , { content : `Network: ${ network } ` } , { content : `Date: ${ timestamp } ` } ] ,
6161 chars : {
6262 'top' : '═' , 'top-mid' : '╤' , 'top-left' : '╔' , 'top-right' : '╗'
6363 , 'bottom' : '═' , 'bottom-mid' : '╧' , 'bottom-left' : '╚' , 'bottom-right' : '╝'
0 commit comments