Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from primevprotocol/iowar/fix.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kant777 authored Oct 14, 2023
2 parents 81e70ee + 17639a7 commit 1718aeb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ log_fmt: text
log_level: debug
# Bootnodes used for bootstrapping the network.
bootnodes:
- /ip4/35.91.118.20/tcp/13524/p2p/16Uiu2HAmAG5z3E8p7o19tEcLdGvYrJYdD1NabRDc6jmizDva5BL3
- /ip4/35.91.118.20/tcp/13522/p2p/16Uiu2HAmAG5z3E8p7o19tEcLdGvYrJYdD1NabRDc6jmizDva5BL3
```

- After the config file is ready, run `mev-commit start` with the config option.
Expand Down
1 change: 1 addition & 0 deletions config/bootnode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ priv_key_file: /keys/bootnode
peer_type: bootnode
p2p_port: 13522
http_port: 13523
rpc_port: 13524
secret: hello
log_fmt: text
log_level: debug
1 change: 1 addition & 0 deletions config/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ priv_key_file: /keys/builder
peer_type: builder
p2p_port: 13522
http_port: 13523
rpc_port: 13524
secret: hello
log_fmt: text
log_level: debug
Expand Down
1 change: 1 addition & 0 deletions config/searcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ priv_key_file: /keys/searcher
peer_type: searcher
p2p_port: 13522
http_port: 13523
rpc_port: 13524
secret: hello
log_fmt: text
log_level: debug
Expand Down

0 comments on commit 1718aeb

Please sign in to comment.