From 3e37cc52de4e831041cc834fd8a9f3680f9a3f35 Mon Sep 17 00:00:00 2001 From: chetan-zilliqa <66236813+chetan-zilliqa@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:11:32 +0800 Subject: [PATCH] Reduce staking rewards to 26 percentage (#728) --- 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 b9b0106d6..751a3305b 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 = 1321920, // ZIL + REWARD_ZIL_PER_DAY = 1272960, // ZIL SAMPLE_REWARD_BLOCK_MAINNET = 3892000, SAMPLE_REWARD_BLOCK_TESTNET = 2041000, FINAL_GZIL_REWARD_BLOCK_MAINNET = 1483713,