22# Use --config parameter to specify the path to the configuration file.
33
44[client ]
5- signing_private_key = " 0xd49743deccbccc5dc7baa8e69e5be03298da8688a15dd202e20f15d5e0e9a9fb"
6- sortition_private_key = " 0xd49743deccbccc5dc7baa8e69e5be03298da8688a15dd202e20f15d5e0e9a9fb"
5+ # Voter signing key registered in VoterRegistry. 32-byte hex string.
6+ # Example: "0xd49743deccbccc5dc7baa8e69e5be03298da8688a15dd202e20f15d5e0e9a9fb"
7+ signing_private_key = " "
8+ # Sortition key registered in VoterRegistry, used to generate verifiable
9+ # randomness for submission ordering. 32-byte hex string. See keygen/.
10+ sortition_private_key = " "
711fast_updater_address = " 0x9B931f5d3e24fc8C9064DB35bDc8FB4bE0E862f9"
812fast_updates_configuration_address = " 0x9A53e14B58383642cdB2bb4D5C46989F05C6B5f9"
913submission_address = " 0x2cA6571Daa15ce734Bbd0Bf27D5C9D16787fc33f"
@@ -15,11 +19,15 @@ max_weight = 512
1519value_provider_url = " http://127.0.0.1:3101/feed-values/0"
1620
1721[transactions ]
18- accounts = [
19- " 0xd49743deccbccc5dc7baa8e69e5be03298da8688a15dd202e20f15d5e0e9a9fb" ,
20- " 0x23c601ae397441f3ef6f1075dcb0031ff17fb079837beadaf3c84d96c6f3e569" ,
21- " 0xee9d129c1997549ee09c0757af5939b2483d80ad649a0eda68e8b0357ad11131" ,
22- ]
22+ # Funded EOA private keys used to submit fast-update transactions.
23+ # Multiple accounts let the client submit in parallel for the same
24+ # block window. Each entry is a 32-byte hex string.
25+ # Example:
26+ # accounts = [
27+ # "0xd49743deccbccc5dc7baa8e69e5be03298da8688a15dd202e20f15d5e0e9a9fb",
28+ # "0x23c601ae397441f3ef6f1075dcb0031ff17fb079837beadaf3c84d96c6f3e569",
29+ # ]
30+ accounts = []
2331gas_limit = 2500000
2432value = 0
2533gas_price_multiplier = 2.5
0 commit comments