Public
Edited
May 10, 2023
1 fork
Importers
1 star
Costs: Gas
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
start_date = d3.timeFormat("%Y-%m-%d")(new Date() - 1000 * 60 * 60 * 24*2)
Insert cell
end_date = d3.timeFormat("%Y-%m-%d")(new Date())
Insert cell
gasCosts = ({
...rawGasCosts,
avg_precommit_per_sector_min: Math.min(
rawGasCosts.avg_precommit_fee_per_message,
rawGasCosts.avg_precommit_batch_fee_per_sector
),
avg_provecommit_per_sector_min: Math.min(
rawGasCosts.avg_provecommit_fee_per_message,
rawGasCosts.avg_provecommit_batch_fee_per_sector
),
avg_windowpost_per_sector: rawEconomics.sector_windowedpost_fee_360d_32gib // TODO currently a bug in Spacescope
})
Insert cell
Insert cell
Insert cell
Insert cell
import { Account } from "@starboard/api-config"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more