Skip to content

Commit

Permalink
feat: add bybit config
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Mar 21, 2024
1 parent 34981dd commit 1d352cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ var defaultExchangeSymbolsMap = map[string]map[asset.Pair]types.Symbol{
"uusdt:uusd": "USDT-USDC",
"uatom:uusd": "ATOM-USDT",
},
// https://api.bybit.com/v5/market/tickers?category=spot
sources.Bybit: {
"ubtc:uusd": "BTCUSDT",
"ueth:uusd": "ETHUSDT",
"uusdc:uusd": "USDCUSDT",
"uatom:uusd": "ATOMUSDT",
"unibi:uusd": "NIBIUSDT",
},
}

func MustGet() *Config {
Expand Down

0 comments on commit 1d352cd

Please sign in to comment.