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
Copy file name to clipboardexpand all lines: docs/README_Docker_and_RA.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -414,7 +414,9 @@ Once you've completed the above steps, you can actually run a prover.
414
414
415
415
Raiko now supports more configurations, which need to be carefully checked to avoid errors.
416
416
417
-
- SGX_INSTANCE_ID: Your `SGX_INSTANCE_ID` is the one emitted in the `InstanceAdded` event above.
417
+
- SGX_INSTANCE_ID: Your `SGX_INSTANCE_ID` is the one emitted in the `InstanceAdded` event above. (Deprecated)
418
+
- SGX_ONTAKE_INSTANCE_ID: SGX registered ID for ontake fork. (if raiko start before/in ontake, set this one)
419
+
- SGX_PACAYA_INSTANCE_ID: SGX registered ID for pacaya fork. (if raiko start before/in pacaya, set this one)
418
420
- ETHEREUM_RPC: ethereum node url, from which you query the ethereum data.
419
421
- ETHEREUM_BEACON_RPC: ethereum beacon node url, from which you query the ethereum data.
420
422
- HOLESKY_RPC: ethereum holesky test node url.
@@ -424,10 +426,11 @@ Raiko now supports more configurations, which need to be carefully checked to av
424
426
- L1_NETWORK: specify the l1 network if exist, default is "holesky".
425
427
- NETWORK: specify the network to be proven, could be one of ["taiko_a7", "taiko_mainnet", "ethereum", "holesky"], default is "taiko_a7". make sure both L1_NETWORK & NETWORK in chain_spec_list.docker.json
426
428
427
-
A most common setup for hekla is:
429
+
A most common setup in hekla testnet when it comes to ontake/pacaya fork is:
0 commit comments