From 54bdcaab689f8af8f1689b11bd563edea6fc132b Mon Sep 17 00:00:00 2001 From: Parya Rastegar Date: Fri, 29 Mar 2024 00:10:10 +0330 Subject: [PATCH] fix: updating quickstart and config templates --- conf.broker.yaml.template | 2 +- conf.remote.yaml.template | 2 +- conf.standalone.yaml.template | 2 +- conf.worker.yaml.template | 2 +- quickstart.md | 23 +++++++++++++---------- 5 files changed, 17 insertions(+), 14 deletions(-) diff --git a/conf.broker.yaml.template b/conf.broker.yaml.template index 8fe02707..8ba8b96e 100644 --- a/conf.broker.yaml.template +++ b/conf.broker.yaml.template @@ -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 diff --git a/conf.remote.yaml.template b/conf.remote.yaml.template index 8fe02707..8ba8b96e 100644 --- a/conf.remote.yaml.template +++ b/conf.remote.yaml.template @@ -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 diff --git a/conf.standalone.yaml.template b/conf.standalone.yaml.template index 2708747c..26b7022d 100644 --- a/conf.standalone.yaml.template +++ b/conf.standalone.yaml.template @@ -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 diff --git a/conf.worker.yaml.template b/conf.worker.yaml.template index 43b88f2a..33358688 100644 --- a/conf.worker.yaml.template +++ b/conf.worker.yaml.template @@ -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 diff --git a/quickstart.md b/quickstart.md index 8f57573e..41a8a6e2 100644 --- a/quickstart.md +++ b/quickstart.md @@ -196,21 +196,24 @@ You need a configuration file to get started. You can start with the following config: ```yaml -log: info -name: +system: + log: info + 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: