File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ export const INITIAL_PARAMETERS: NetworkParameters = {
6666 minToll : utils . libToWei ( 1 ) ,
6767 tollNetworkTaxPercent : 1 , // 1%
6868 tollTimeout : 7 * ONE_DAY ,
69- minVersion : '2.4.8 ' ,
70- activeVersion : '2.4.8 ' ,
71- latestVersion : '2.4.8 ' ,
69+ minVersion : '2.4.9 ' ,
70+ activeVersion : '2.4.9 ' ,
71+ latestVersion : '2.4.9 ' ,
7272 archiver : {
7373 minVersion : '3.7.9' ,
7474 activeVersion : '3.7.9' ,
@@ -298,8 +298,8 @@ export const LiberdusFlags: LiberdusFlags = {
298298 nodeRewardedStatusCheck : true , // turn on by 2.4.8
299299 weiToLibStringFormat : true , // turn on by 2.4.8
300300 includeTxToKeyInReadTx : true , // turn on by 2.4.8
301- updateTollRequiredTxInChatHistory : false , // turn on by 2.4.9
302- supportDeductTxFeeFromAmount : false , // turn on by 2.4.9
301+ updateTollRequiredTxInChatHistory : true , // turn on by 2.4.9
302+ supportDeductTxFeeFromAmount : true , // turn on by 2.4.9
303303 } ,
304304}
305305
You can’t perform that action at this time.
0 commit comments