Skip to content

Commit a929323

Browse files
authored
update pacaya document (#510)
1 parent 76ed149 commit a929323

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/README_Docker_and_RA.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ Once you've completed the above steps, you can actually run a prover.
414414

415415
Raiko now supports more configurations, which need to be carefully checked to avoid errors.
416416

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)
418420
- ETHEREUM_RPC: ethereum node url, from which you query the ethereum data.
419421
- ETHEREUM_BEACON_RPC: ethereum beacon node url, from which you query the ethereum data.
420422
- HOLESKY_RPC: ethereum holesky test node url.
@@ -424,10 +426,11 @@ Raiko now supports more configurations, which need to be carefully checked to av
424426
- L1_NETWORK: specify the l1 network if exist, default is "holesky".
425427
- 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
426428

427-
A most common setup for hekla is:
429+
A most common setup in hekla testnet when it comes to ontake/pacaya fork is:
428430
```
429431
cd ~/raiko/docker
430-
export SGX_INSTANCE_ID={YOUR_INSTANCE_ID}
432+
export SGX_ONTAKE_INSTANCE_ID={YOUR_ONTAKE_INSTANCE_ID}
433+
export SGX_PACAYA_INSTANCE_ID={YOUR_PACAYA_INSTANCE_ID}
431434
export L1_NETWORK="holesky"
432435
export NETWORK="taiko_a7"
433436
export HOLESKY_RPC={YOUR_FAST_HOLESKY_NODE}

0 commit comments

Comments
 (0)