1. 04 Jan, 2023 1 commit
    • Mark Tyneway's avatar
      op-chain-ops: do not allow 0 scalar · 274b3560
      Mark Tyneway authored
      The `DeployConfig` value for the `GasPriceOracleScalar` should
      not be allowed to be set to 0. If it is set to 0, it would effectively
      make the L1 portion of the fee nothing. This isn't useful since
      eip1559 is enabled which required ether to be burnt with
      execution, meaning that free transactions are not allowed
      on the network.
      
      If this value is set to 0, it is most likely a bug in the config
      and we do not want to lose money by charging no L1 portion of the
      fee.
      274b3560
  2. 03 Jan, 2023 9 commits
  3. 25 Dec, 2022 1 commit
    • Maurelian's avatar
      bmon: Detect at warning and danger level balances (#4571) · f7f6d76f
      Maurelian authored
      * bmon: Detect at warning and danger level balances
      
      * bmon: Simplify by reducing to a single threshold
      
      * bmon: Set amounts in eth rather than wei
      
      * bmon: Add ops genie alert creation
      
      * bmon: Add ops genie heartbeat
      
      * bmon: Prep for goerli
      f7f6d76f
  4. 24 Dec, 2022 8 commits
  5. 23 Dec, 2022 21 commits