File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "tolerance" : 100
2929 },
3030 "roundValidators" : 0 ,
31- "vendorFieldLength" : 255
31+ "vendorFieldLength" : 255 ,
32+ "initialTotalSupply" : " 124999999999999999999999959" ,
33+ "validatorRegistrationFee" : " 250000000000000000000"
3234 },
3335 "core" : {
3436 "version" : " 0.0.1"
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ describe<{
5050 tolerance : 100 ,
5151 } ,
5252 vendorFieldLength : 255 ,
53+ initialTotalSupply : "124999999999999999999999959" ,
54+ validatorRegistrationFee : "250000000000000000000" ,
5355 } ,
5456 {
5557 roundValidators : 53 ,
@@ -68,6 +70,8 @@ describe<{
6870 tolerance : 100 ,
6971 } ,
7072 vendorFieldLength : 255 ,
73+ initialTotalSupply : "124999999999999999999999959" ,
74+ validatorRegistrationFee : "250000000000000000000" ,
7175 } ,
7276 {
7377 roundValidators : 53 ,
@@ -86,6 +90,8 @@ describe<{
8690 tolerance : 100 ,
8791 } ,
8892 vendorFieldLength : 255 ,
93+ initialTotalSupply : "124999999999999999999999959" ,
94+ validatorRegistrationFee : "250000000000000000000" ,
8995 } ,
9096 ] ) ;
9197 } ) ;
You can’t perform that action at this time.
0 commit comments