Skip to content

Commit

Permalink
fix: updating quickstart and config templates
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalangel committed Mar 28, 2024
1 parent 17eb54c commit 54bdcaa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion conf.broker.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rpc:
- wss://ethereum.publicnode.com
- https://eth.rpc.blxrbdn.com

- name: arbitrum_sepolia:
- name: arbitrum_sepolia
nodes:
- https://sepolia-rollup.arbitrum.io/rpc

Expand Down
2 changes: 1 addition & 1 deletion conf.remote.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rpc:
- wss://ethereum.publicnode.com
- https://eth.rpc.blxrbdn.com

- name: arbitrum_sepolia:
- name: arbitrum_sepolia
nodes:
- https://sepolia-rollup.arbitrum.io/rpc

Expand Down
2 changes: 1 addition & 1 deletion conf.standalone.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rpc:
- wss://arbitrum-one.publicnode.com
- https://arbitrum-one.public.blastapi.io

- name: arbitrum_sepolia:
- name: arbitrum_sepolia
nodes:
- https://sepolia-rollup.arbitrum.io/rpc

Expand Down
2 changes: 1 addition & 1 deletion conf.worker.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rpc:
- wss://ethereum.publicnode.com
- https://eth.rpc.blxrbdn.com

- name: arbitrum_sepolia:
- name: arbitrum_sepolia
nodes:
- https://sepolia-rollup.arbitrum.io/rpc

Expand Down
23 changes: 13 additions & 10 deletions quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,24 @@ You need a configuration file to get started. You can start with the following
config:

```yaml
log: info
name: <name>
system:
log: info
name: <name>

broker:
uri: wss://shinobi.brokers.kenshi.io

rpc:
ethereum:
- https://ethereum.publicnode.com
- https://eth.llamarpc.com
- wss://ethereum.publicnode.com
- https://eth.rpc.blxrbdn.com

arbitrum_sepolia:
- https://sepolia-rollup.arbitrum.io/rpc
- name: ethereum
nodes:
- https://ethereum.publicnode.com
- https://eth.llamarpc.com
- wss://ethereum.publicnode.com
- https://eth.rpc.blxrbdn.com

- name: arbitrum_sepolia
nodes:
- https://sepolia-rollup.arbitrum.io/rpc

plugins:
uniswap:
Expand Down

0 comments on commit 54bdcaa

Please sign in to comment.