Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kafeikui committed Apr 21, 2024
1 parent a086cb4 commit 976c4f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions crates/arpa-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,12 @@ Configuration items in [`conf/config.yml`](conf/config.yml) are listed here:

- node_management_rpc_token: Config token phrase for authenticaing management grpc requests by `authorization` header. (example: "arpa_network")

- node_statistics_http_endpoint: Config endpoint to expose statistics http services. (example: "0.0.0.0:50081")

- provider_endpoint: Config websocket endpoint to interact with chain provider. (example: "ws://127.0.0.1:8546")

- is_eigenlayer: Config whether the node is registered as an eigenlayer operator, or a native staking operator. (example: false)

- chain_id: Config chain id of main chain. (example: 31337)

- controller_address: Config Controller contract address to manage nodes and groups. (example: "0x0000000000000000000000000000000000000001")
Expand Down
12 changes: 8 additions & 4 deletions crates/arpa-node/conf/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
node_committer_rpc_endpoint: "[::1]:50060"
node_advertised_committer_rpc_endpoint: "0.0.0.0:50061"

node_management_rpc_endpoint: "[::1]:50090"
node_committer_rpc_endpoint: "0.0.0.0:50061"

node_management_rpc_endpoint: "0.0.0.0:50091"

node_management_rpc_token: "change_me"

provider_endpoint: "ws://127.0.0.1:8546"
node_statistics_http_endpoint: "0.0.0.0:50081"

chain_id: 900
provider_endpoint: "ws://127.0.0.1:8546"

is_eigenlayer: false

chain_id: 900

controller_address: "0x5eb3Bc0a489C5A8288765d2336659EbCA68FCd00"

controller_relayer_address: "0x82e01223d51Eb87e16A03E24687EDF0F294da6f1"
Expand Down

0 comments on commit 976c4f3

Please sign in to comment.