From 212e60dbfb4886340203d609ef2fda09df284d8e Mon Sep 17 00:00:00 2001 From: rbajollari Date: Mon, 1 Jul 2024 18:09:31 -0400 Subject: [PATCH] feat: Add trenSTETH asset --- sample-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sample-config.yaml b/sample-config.yaml index 0d80daa..49067b3 100644 --- a/sample-config.yaml +++ b/sample-config.yaml @@ -73,6 +73,12 @@ exchanges: base_decimal: 18 quote_decimal: 18 invert_price: false + - address: "0x4216d5900a6109bba48418b5e2AB6cc4e61Cf477" + base: "TRENSTETH" + quote: "ETH" + base_decimal: 18 + quote_decimal: 18 + invert_price: false server: listen_addr: "0.0.0.0:5005"