File tree Expand file tree Collapse file tree
configuration-generator/source/generators Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "tolerance" : 100
2929 },
3030 "roundValidators" : 0 ,
31+ "validatorRegistrationFee" : " 250000000000000000000" ,
3132 "vendorFieldLength" : 255
3233 },
3334 "core" : {
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ describe<{
4545 } ,
4646
4747 height : 0 ,
48-
4948 reward : "0" ,
49+ validatorRegistrationFee : "250" ,
5050 } ,
5151 ] ,
5252 } ) ;
@@ -65,6 +65,7 @@ describe<{
6565 initialBlockNumber : 0 ,
6666 premine : "2000000000" ,
6767 validators : 53 ,
68+ validatorRegistrationFee : "250" ,
6869 } as Contracts . NetworkGenerator . InternalOptions ) ,
6970 ) ;
7071 } ) ;
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ describe<{
2929 maxTxPerBlock : 100 ,
3030 validators : 53 ,
3131 vendorFieldLength : 255 ,
32+ validatorRegistrationFee : "250" ,
3233 } )
3334 . generate ( ) ,
3435 [
@@ -61,6 +62,7 @@ describe<{
6162 stageTimeoutIncrease : 2000 ,
6263 tolerance : 100 ,
6364 } ,
65+ validatorRegistrationFee : "250" ,
6466 vendorFieldLength : 255 ,
6567 } ,
6668 {
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ describe<{
4949 stageTimeoutIncrease : 2000 ,
5050 tolerance : 100 ,
5151 } ,
52+ validatorRegistrationFee : "250000000000000000000" ,
5253 vendorFieldLength : 255 ,
5354 } ,
5455 {
@@ -67,6 +68,7 @@ describe<{
6768 stageTimeoutIncrease : 2000 ,
6869 tolerance : 100 ,
6970 } ,
71+ validatorRegistrationFee : "250000000000000000000" ,
7072 vendorFieldLength : 255 ,
7173 } ,
7274 {
@@ -85,6 +87,7 @@ describe<{
8587 stageTimeoutIncrease : 2000 ,
8688 tolerance : 100 ,
8789 } ,
90+ validatorRegistrationFee : "250000000000000000000" ,
8891 vendorFieldLength : 255 ,
8992 } ,
9093 ] ) ;
You can’t perform that action at this time.
0 commit comments