Skip to content

Commit

Permalink
feat: Add ezETH asset (#19)
Browse files Browse the repository at this point in the history
* feat: Add ezETH asset

* case
rbajollari authored Jun 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8ef31ab commit f338617
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
@@ -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"

0 comments on commit f338617

Please sign in to comment.