Skip to content

Commit

Permalink
fix call data
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman committed Nov 29, 2023
1 parent 09c2e90 commit 6f363b6
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 @@ -94,6 +94,10 @@ export function getTankDataFromCall(ctx: CommonContext, call: Call) {
return data.asMatrixEnjinV603
}

if (data.isV1000) {
return data.asV1000
}

if (data.isV604) {
return data.asV604
}
Expand Down

0 comments on commit 6f363b6

Please sign in to comment.