Closed JamesHinshelwood closed 5 months ago
Use the following values in config.toml
:
rewards_per_hour = 51_000_000_000_000_000_000_000
blocks_per_hour = 3_600
minimumStake = 10_000_000_000_000_000_000_000_000
Maybe lets move the block gas limit and gas price into config too while we're here.
Closed by #984
Move these into
cfg.rs
(and more if you can find them):https://github.com/Zilliqa/zq2/blob/39bb4d169ab82abbdce73ba6f251b357398378a5/zilliqa/src/consensus.rs#L660-L661 https://github.com/Zilliqa/zq2/blob/39bb4d169ab82abbdce73ba6f251b357398378a5/zilliqa/src/consensus.rs#L662-L663 https://github.com/Zilliqa/zq2/blob/39bb4d169ab82abbdce73ba6f251b357398378a5/zilliqa/src/contracts/deposit.sol#L18