Skip to content

Commit

Permalink
add INJ & stINJ to config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Nov 27, 2023
1 parent aa05204 commit d7864a9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ojo-provider-config/currency-pairs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,19 @@ providers = [
"gate"
]
quote = "USDT"

[[currency_pairs]]
base = "INJ"
providers = [
"gate",
"binance",
"mexc",
]
quote = "USDT"

[[currency_pairs]]
base = "STINJ"
providers = [
"astroport",
]
quote = "INJ"

0 comments on commit d7864a9

Please sign in to comment.