gas chart update

This commit is contained in:
tim
2024-10-14 18:10:26 -04:00
parent 0d942fc4e8
commit 1b0f591c09
2 changed files with 2 additions and 1 deletions

View File

@@ -205,6 +205,7 @@ function buildTranches() {
fraction: ws[i] * MAX_FRACTION,
startTime: ts[i],
endTime: ets[i],
slippage: builder.slippage,
})
tranches.push(t)
}