Skip to content

Arbitrum & Base L2 Network Support

Compare
Choose a tag to compare
@cgewecke cgewecke released this 03 Apr 01:33
· 15 commits to master since this release
a81be54

What's New

  • Arbitrum and Base have been added to the list of L2 networks the gas reporter can emulate
    gasReporter: {
      L2: "arbitrum" | "base" | "optimism",
      L2Etherscan: "ABC....",
      coinmarketcap: "abc...",
    }
  • blobBaseFee is now fetched directly from the OP stack GasOracle contracts (should be accurate)
  • ⚠️ To get live blobBaseFee prices for L2 emulation you'll need to set the L2Etherscan api key option.
  • the JSON output object now includes a separate intrinsic gas measurement for each transaction. This could be convenient if you want to do more complex post-processing with the gas data.

What's changed

Full Changelog: v2.0.2...v2.1.0