diff --git a/core/scripts/ccip/revert-reason/handler/reason.go b/core/scripts/ccip/revert-reason/handler/reason.go index dc51f52d5e..2f43002a4f 100644 --- a/core/scripts/ccip/revert-reason/handler/reason.go +++ b/core/scripts/ccip/revert-reason/handler/reason.go @@ -150,6 +150,7 @@ func GetErrorForTx(client *ethclient.Client, txHash string, requester string) (s From: common.HexToAddress(requester), To: tx.To(), Data: tx.Data(), + Value: tx.Value(), Gas: tx.Gas(), GasPrice: tx.GasPrice(), }