Skip to content

Commit 3e37cc5

Browse files
Reduce staking rewards to 26 percentage (#728)
1 parent 7ccd88d commit 3e37cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/zillion/src/util/enum.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export enum Constants {
2020
REWARD_DS_BLOCK_COUNT_MAINNET = 22, // NOT IN USE
2121
REWARD_BLOCK_COUNT_TESTNET = 200,
2222
REWARD_DS_BLOCK_COUNT_TESTNET = 2, // NOT IN USE
23-
REWARD_ZIL_PER_DAY = 1321920, // ZIL
23+
REWARD_ZIL_PER_DAY = 1272960, // ZIL
2424
SAMPLE_REWARD_BLOCK_MAINNET = 3892000,
2525
SAMPLE_REWARD_BLOCK_TESTNET = 2041000,
2626
FINAL_GZIL_REWARD_BLOCK_MAINNET = 1483713,

0 commit comments

Comments
 (0)