Skip to content

Commit

Permalink
Merge branch 'main' into clippy-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 authored Jun 14, 2024
2 parents 7e1f11a + 125a349 commit 03e3fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion docs/README_Docker_and_RA.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,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 03e3fbf

Please sign in to comment.