diff --git a/sample-config.yaml b/sample-config.yaml index 538e532..0d80daa 100644 --- a/sample-config.yaml +++ b/sample-config.yaml @@ -63,6 +63,16 @@ exchanges: base_decimal: 6 quote_decimal: 6 invert_price: false + - name: "balancer" + node_urls: + - "wss://mainnet.infura.io/ws/v3/6849a09aeeb044b592d46bcdce07ccef" + pools: + - address: "0x596192bB6e41802428Ac943D2f1476C1Af25CC0E" + base: "EZETH" + quote: "WETH" + base_decimal: 18 + quote_decimal: 18 + invert_price: false server: listen_addr: "0.0.0.0:5005"