Skip to content

Commit

Permalink
fixed conf templates
Browse files Browse the repository at this point in the history
  • Loading branch information
iDmple committed Dec 21, 2023
1 parent b7e4fa2 commit 1bd6cf7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion conf.lite.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ lite: true
name: <name>
gossip: 24
rpc:
ethereum: https://ethereum.publicnode.com
ethereum:
- https://ethereum.publicnode.com
- https://eth.llamarpc.com
- wss://ethereum.publicnode.com
- https://eth.rpc.blxrbdn.com
peers:
max: 512
parallel: 16
6 changes: 5 additions & 1 deletion conf.local.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ log: info
name: <name>
gossip: 24
rpc:
ethereum: https://ethereum.publicnode.com
ethereum:
- https://ethereum.publicnode.com
- https://eth.llamarpc.com
- wss://ethereum.publicnode.com
- https://eth.rpc.blxrbdn.com
database:
url: mongodb://<user>:<pass>@<url>/?retryWrites=true&w=majority
name: unchained
Expand Down

0 comments on commit 1bd6cf7

Please sign in to comment.