• 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
test.sh 200 Bytes
#!/bin/bash
export SEQUENCER_ADDRESS=0xabba
export SEQUENCER_DANGER_THRESHOLD=100 # 100 eth

export PROPOSER_ADDRESS=0xacdc
export PROPOSER_DANGER_THRESHOLD=200 # 200 eth

yarn ts-mocha src/*.spec.ts