Skip to content

Commit

Permalink
v2.2.2: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
munris-vlad committed Jul 30, 2024
1 parent 61dd712 commit 33406bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkers/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export async function baseData() {
'DAI': totalDai,
'Total gas spent': totalGas.toFixed(4),
'Total gas spent USDVALUE': (totalGas*ethPrice).toFixed(2),
'OS Points': totalOSPoints.toFixed(0),
})

return jsonData
Expand Down

0 comments on commit 33406bc

Please sign in to comment.