From 9ca106fd7644afb055368cb821a918c056a354cb Mon Sep 17 00:00:00 2001 From: Chetan Phirke Date: Tue, 1 Oct 2024 13:25:56 +0800 Subject: [PATCH] Reduce staking rewards per day from 1272960 to 1224000 as per GP008 in zillion --- products/zillion/src/util/enum.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/zillion/src/util/enum.ts b/products/zillion/src/util/enum.ts index 751a3305b..21134bdfd 100644 --- a/products/zillion/src/util/enum.ts +++ b/products/zillion/src/util/enum.ts @@ -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,