Skip to content

Commit

Permalink
Reduce staking rewards per day from 1272960 to 1224000 as per GP008 i…
Browse files Browse the repository at this point in the history
…n zillion
  • Loading branch information
chetan-zilliqa committed Oct 1, 2024
1 parent 32f3039 commit 9ca106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/zillion/src/util/enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export enum Constants {
REWARD_DS_BLOCK_COUNT_MAINNET = 22, // NOT IN USE
REWARD_BLOCK_COUNT_TESTNET = 200,
REWARD_DS_BLOCK_COUNT_TESTNET = 2, // NOT IN USE
REWARD_ZIL_PER_DAY = 1272960, // ZIL
REWARD_ZIL_PER_DAY = 1224000, // ZIL
SAMPLE_REWARD_BLOCK_MAINNET = 3892000,
SAMPLE_REWARD_BLOCK_TESTNET = 2041000,
FINAL_GZIL_REWARD_BLOCK_MAINNET = 1483713,
Expand Down

0 comments on commit 9ca106f

Please sign in to comment.