Skip to content

Commit

Permalink
update currency pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
zarazan committed Nov 8, 2023
1 parent c732bf5 commit 1f810e4
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions ojo-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ providers = [
]
quote = "WETH"

[[currency_pairs]]
base = "SFRXETH"
providers = [
"eth-uniswap",
]
quote = "WETH"

[[currency_pairs]]
base = "WSTETH"
providers = [
"eth-uniswap",
]
quote = "WETH"

[[currency_pairs]]
base = "stATOM"
providers = [
Expand All @@ -144,13 +158,6 @@ providers = [
]
quote = "OSMO"

[[currency_pairs]]
base = "CMST"
providers = [
"crescent",
]
quote = "USDC"

[[currency_pairs]]
base = "DAI"
providers = [
Expand Down

0 comments on commit 1f810e4

Please sign in to comment.