You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever any of the programs change, you must recompile them and update their corresponding program ids in `aggregation_mode/program_ids.json`. To do this, run the following command:
70
70
71
71
```shell
72
-
make agg_mode_write_program_ids
72
+
make proof_aggregator_write_program_ids
73
73
```
74
74
75
75
We are using docker to produce deterministic builds so that the program ids are the same for all systems.
Copy file name to clipboardExpand all lines: docs/0_internal/ethereum_package.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,21 +40,21 @@ make aggregator_start_ethereum_package
40
40
To start an operator run:
41
41
42
42
```bash
43
-
make operator_register_start_ethereum_package
43
+
make operator_full_registration_and_start_ethereum_package
44
44
```
45
45
46
46
If you want to deploy more operators, you must duplicate the config-operator-1-ethereum-package.yaml and change the private and bls keys and the address.
47
47
48
48
To start Telemetry and the Explorer, run the usual commands:
0 commit comments