Skip to content

Commit

Permalink
feat: add more data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Feb 24, 2024
1 parent 16eddcf commit 379319d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ var defaultExchangeSymbolsMap = map[string]map[asset.Pair]types.Symbol{
"ubtc:uusd": "tBTCUSD",
"ueth:uusd": "tETHUSD",
"uusdc:uusd": "tUDCUSD",
"uusdt:uusd": "tUSTUSD",
"uatom:uusd": "tATOUSD",
},
sources.GateIo: {
"ubtc:uusd": "BTC_USDT",
"ueth:uusd": "ETH_USDT",
"uusdc:uusd": "USDC_USDT",
"uusdt:uusd": "USDT_USD",
"uatom:uusd": "ATOM_USDT",
},
sources.Okex: {
"ubtc:uusd": "BTC-USDT",
"ueth:uusd": "ETH-USDT",
"uusdc:uusd": "USDC-USDT",
"uusdt:uusd": "USDT-USDC",
"uatom:uusd": "ATOM-USDT",
},
}

Expand Down

0 comments on commit 379319d

Please sign in to comment.