diff --git a/services/mapper.go b/services/mapper.go index ede8e9f..2997d1b 100644 --- a/services/mapper.go +++ b/services/mapper.go @@ -184,7 +184,7 @@ func FeeOps(tx *evmClient.LoadedTransaction) []*RosettaTypes.Operation { burntOp := &RosettaTypes.Operation{ OperationIdentifier: &RosettaTypes.OperationIdentifier{ - Index: 0, // nolint:gomnd + Index: 2, // nolint:gomnd }, Type: sdkTypes.FeeOpType, Status: RosettaTypes.String(sdkTypes.SuccessStatus),