CLI Cheatsheet
Clear Mempool
In config.toml under RPC Server Configuration Options set unsafe = true
curl -s localhost:26657/unsafe_flush_mempool
Unjail
berad tx slashing unjail --sequence 6 --from <your key> --node https://bera-testnet-rpc.staketab.org:443 --chain-id artio-80085
Create Bribe
berad tx bribe create-bribe <operator> <start-epoch> <num-block-proposals> <bribe-per-proposal>
berad tx bribe create-bribe 0x8888888fAebbEd5554c3F36BfBD233f822e9455f 69 10000 1000abera,500usdc
Last updated
Was this helpful?