Skip to content

Commit 4341939

Browse files
committed
chore: update table header
1 parent 6360d33 commit 4341939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/deployment-report.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)