From f9cf4f83215f29aefe11e176488e083e03451b31 Mon Sep 17 00:00:00 2001 From: ryanbajollari <54822716+rbajollari@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:14:42 +0200 Subject: [PATCH] feat: Add curve exchange in sample config (#27) --- sample-config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sample-config.yaml b/sample-config.yaml index 7e0c84e..02cea86 100644 --- a/sample-config.yaml +++ b/sample-config.yaml @@ -124,6 +124,16 @@ exchanges: base_decimal: 18 quote_decimal: 18 invert_price: false + - name: "curve" + node_urls: + - "YOUR NODE URL HERE" + pools: + - address: "0x73e4bec1a111869f395cbb24f6676826bf86d905" + base: "SWBTC" + quote: "WBTC" + base_decimal: 18 + quote_decimal: 18 + invert_price: false server: listen_addr: "0.0.0.0:5005"