From f338617ba4650146ffbc9b6a1b9988440003e668 Mon Sep 17 00:00:00 2001 From: ryanbajollari <54822716+rbajollari@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:29:13 -0400 Subject: [PATCH] feat: Add ezETH asset (#19) * feat: Add ezETH asset * case --- sample-config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"