# Minimal preset - Custody Game # Time parameters # --------------------------------------------------------------- # 2**1 (= 2) epochs, 12.8 minutes RANDAO_PENALTY_EPOCHS: 2 # [customized] quicker for testing EARLY_DERIVED_SECRET_PENALTY_MAX_FUTURE_EPOCHS: 64 # [customized] quicker for testing EPOCHS_PER_CUSTODY_PERIOD: 32 # [customized] quicker for testing CUSTODY_PERIOD_TO_RANDAO_PADDING: 8 # [customize for faster testing] MAX_CHUNK_CHALLENGE_DELAY: 64 # Max operations # --------------------------------------------------------------- # 2**8 (= 256) MAX_CUSTODY_KEY_REVEALS: 256 # 2**0 (= 1) MAX_EARLY_DERIVED_SECRET_REVEALS: 1 # [customized] MAX_CUSTODY_CHUNK_CHALLENGES: 2 # [customized] MAX_CUSTODY_CHUNK_CHALLENGE_RESP: 8 # 2**0 (= 1) MAX_CUSTODY_SLASHINGS: 1 # Reward and penalty quotients # --------------------------------------------------------------- EARLY_DERIVED_SECRET_REVEAL_SLOT_REWARD_MULTIPLE: 2 # 2**8 (= 256) MINOR_REWARD_QUOTIENT: 256