diff --git a/scripts/gas-refund-program/computeGasRefund.ts b/scripts/gas-refund-program/computeGasRefund.ts index f516c2c0..a7863377 100644 --- a/scripts/gas-refund-program/computeGasRefund.ts +++ b/scripts/gas-refund-program/computeGasRefund.ts @@ -38,6 +38,6 @@ startComputingGasRefundAllChains() process.exit(0); }) .catch(err => { - logger.error('startComputingGasRefundAllChains exited with error:', err); + logger.error('startComputingGasRefundAllChains exited with error:', err, err.response?.data); process.exit(1); });