MCPcopy Create free account
hub / github.com/PolymathNetwork/polymath-core / logResults

Function logResults

CLI/commands/TickerRollForward.js:125–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125async function logResults() {
126 console.log(`
127 --------------------------------------------
128 ----------- Registration Results -----------
129 --------------------------------------------
130
131 Successful registrations: ${registered_tickers.length}
132 Failed registrations: ${failed_tickers.length}
133 Total gas consumed: ${totalGas}
134 Total gas cost: ${defaultGasPrice.mul(totalGas).div(10 ** 18)} ETH
135
136 List of failed registrations:
137 ${failed_tickers}
138 `);
139 process.exit(0);
140}

Callers 1

registerTickersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected