Skip to content

Commit e483cd3

Browse files
Set APR to zero (#751)
1 parent 693511c commit e483cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

products/zillion/src/util/enum.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export enum Constants {
1717
DEFAULT_GAS_PRICE = 2000000000,
1818
DEFAULT_GAS_LIMIT = 30000,
1919
MAX_GZIL_SUPPLY = 722700,
20-
REWARD_BLOCK_COUNT_MAINNET = 2400,
20+
REWARD_BLOCK_COUNT_MAINNET = 86400,
2121
REWARD_DS_BLOCK_COUNT_MAINNET = 22, // NOT IN USE
2222
REWARD_BLOCK_COUNT_TESTNET = 200,
2323
REWARD_DS_BLOCK_COUNT_TESTNET = 2, // NOT IN USE
24-
REWARD_ZIL_PER_DAY = 1224000, // ZIL
24+
REWARD_ZIL_PER_DAY = 0, // ZIL
2525
SAMPLE_REWARD_BLOCK_MAINNET = 3892000,
2626
SAMPLE_REWARD_BLOCK_TESTNET = 2041000,
2727
FINAL_GZIL_REWARD_BLOCK_MAINNET = 1483713,

0 commit comments

Comments
 (0)