Skip to content

Commit 52b3385

Browse files
committed
fix
1 parent 8339dcf commit 52b3385

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/api-http/test/fixtures/node_configuration.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
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"

packages/crypto-config/source/configuration.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)