Skip to content

Commit

Permalink
feat: Add curve exchange in sample config (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari authored Aug 20, 2024
1 parent 153079f commit f9cf4f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sample-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f9cf4f8

Please sign in to comment.