Skip to content

Commit

Permalink
fix: Add version 1005 for FuelTanksDispatchAndTouchCall (#1016)
Browse files Browse the repository at this point in the history
* here is no relevant version for FuelTanksDispatchAndTouchCall

* fix
  • Loading branch information
justraman authored Apr 16, 2024
1 parent 61215ef commit 31e6cfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mappings/fuelTanks/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ export function getTankDataFromCall(ctx: CommonContext, call: Call) {
data = new FuelTanksDispatchAndTouchCall(ctx, call)
}

if (data.isMatrixEnjinV1005) {
return data.asMatrixEnjinV1005
}

if (data.isMatrixEnjinV1004) {
return data.asMatrixEnjinV1004
}
Expand Down

0 comments on commit 31e6cfe

Please sign in to comment.