Skip to content

Commit

Permalink
Fix SEI pair on kraken
Browse files Browse the repository at this point in the history
  • Loading branch information
starsquidnodes committed Jul 24, 2024
1 parent c459dbb commit cea7566
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions toml/global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ providers = ["binance", "bybit", "gate", "huobi", "kucoin", "lbank"]
[[currency_pairs]]
base = "SEI"
quote = "USD"
providers = ["coinbase"]
providers = ["coinbase", "kraken"]

[[currency_pairs]]
base = "SEI"
Expand All @@ -611,7 +611,6 @@ providers = [
"bybit",
"gate",
"huobi",
"kraken",
"kucoin",
"pionex",
"xt",
Expand Down
3 changes: 1 addition & 2 deletions toml/north-america.toml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ providers = ["bybit", "gate", "huobi", "kucoin", "lbank"]
[[currency_pairs]]
base = "SEI"
quote = "USD"
providers = ["coinbase"]
providers = ["coinbase", "kraken"]

[[currency_pairs]]
base = "SEI"
Expand All @@ -606,7 +606,6 @@ providers = [
"bybit",
"gate",
"huobi",
"kraken",
"kucoin",
"pionex",
"xt",
Expand Down
4 changes: 2 additions & 2 deletions yaml/global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ currency_pairs:
providers: binance, bybit, gate, huobi, kucoin, lbank, mexc

SEI-USD:
providers: coinbase
providers: coinbase, kraken
SEI-USDT:
providers: binance, huobi, bitget, gate, bybit, xt, kraken, kucoin, pionex, bitmart, bingx
providers: binance, huobi, bitget, gate, bybit, xt, kucoin, pionex, bitmart, bingx

SHD-MNTA:
providers: finv2, shade
Expand Down
4 changes: 2 additions & 2 deletions yaml/north-america.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ currency_pairs:
providers: bybit, gate, huobi, kucoin, lbank, mexc

SEI-USD:
providers: coinbase
providers: coinbase, kraken
SEI-USDT:
providers: huobi, bitget, gate, bybit, xt, kraken, kucoin, pionex, bitmart, bingx
providers: huobi, bitget, gate, bybit, xt, kucoin, pionex, bitmart, bingx

SHD-MNTA:
providers: finv2, shade
Expand Down

0 comments on commit cea7566

Please sign in to comment.