Skip to content

Commit

Permalink
Merge branch 'sp1-cycle-opt' of https://github.com/taikoxyz/raiko int…
Browse files Browse the repository at this point in the history
…o sp1-cycle-opt
  • Loading branch information
CeciliaZ030 committed Jun 15, 2024
2 parents 08ba176 + 6fdb0fa commit 642ea70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
- SGX_DIRECT=${SGX_DIRECT}
- SGX_INSTANCE_ID=${SGX_INSTANCE_ID}
- ETHEREUM_RPC=${ETHEREUM_RPC}
- ETHEREUM_CHAIN_ID=${ETHEREUM_CHAIN_ID}
- ETHEREUM_BEACON_RPC=${ETHEREUM_BEACON_RPC}
- HOLESKY_RPC=${HOLESKY_RPC}
- HOLESKY_BEACON_RPC=${HOLESKY_BEACON_RPC}
- TAIKO_A7_RPC=${TAIKO_A7_RPC}
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
# you can use your own PCCS host
# - PCCS_HOST=host.docker.internal:8081
- ETHEREUM_RPC=${ETHEREUM_RPC}
- ETHEREUM_CHAIN_ID=${ETHEREUM_CHAIN_ID}
- ETHEREUM_BEACON_RPC=${ETHEREUM_BEACON_RPC}
- HOLESKY_RPC=${HOLESKY_RPC}
- HOLESKY_BEACON_RPC=${HOLESKY_BEACON_RPC}
- TAIKO_A7_RPC=${TAIKO_A7_RPC}
Expand Down
10 changes: 8 additions & 2 deletions docs/README_Docker_and_RA.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,17 @@ n7qROhU4OOJnVs9lqNxxi8AFrJJHU2E=

</details>

Currently Supported FMSPCs:
Currently Supported FMSPCs (on Mainnet):
- 00606A000000
- 00A067110000
- 00906ED50000

Currently Supported FMSPCs (on Hekla):
- 00606A000000
- 00A067110000
- 00906ED50000
- 30606A000000

Please reach out to us in [discord](https://discord.com/invite/taikoxyz) channels if your machine doesn't have a listed FMSPC, if you've done the bootstrap process and obtained a quote we can try adding them to the On Chain RA process. We can't guarantee all FMSPCs will work, so you might have to switch machines.

> **_NOTE:_** At the moment, we are aware of three cloud providers who offer compatible SGX machines: [*Tencent Cloud*](https://www.tencentcloud.com/document/product/213/45510), Alibaba Cloud and Azure. (Tencent Cloud is one of our ecosystem partners!) Specifically, Tencent Cloud's `M6ce` model, Alibaba Cloud's `g7t` model support `SGX-FMSPC 00606A000000` and Azure's `confidential compute` machines support `SGX-FMSPC 00906ED50000`.
Expand Down Expand Up @@ -369,7 +375,7 @@ Raiko now supports more configurations, which need to be carefully checked to av

- SGX_INSTANCE_ID: Your `SGX_INSTANCE_ID` is the one emitted in the `InstanceAdded` event above.
- ETHEREUM_RPC: ethereum node url, from which you query the ethereum data.
- ETHEREUM_CHAIN_ID: ethereum beacon node url, from which you query the ethereum data.
- ETHEREUM_BEACON_RPC: ethereum beacon node url, from which you query the ethereum data.
- HOLESKY_RPC: ethereum holesky test node url.
- HOLESKY_BEACON_RPC: ethereum holesky test beacon node url.
- TAIKO_A7_RPC: taiko hekla(a7) testnet node url.
Expand Down

0 comments on commit 642ea70

Please sign in to comment.