mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-12 01:38:07 +00:00
feat(exchanges): add Ondo Perps exchange adapter
This commit is contained in:
@@ -88,6 +88,8 @@ function assignExchange(options: CliOptions, raw: string): void {
|
||||
options.exchange = normalized as CliOptions["exchange"];
|
||||
} else if (normalized === "gravity" || normalized === "grav" || normalized === "grv") {
|
||||
options.exchange = "grvt";
|
||||
} else if (normalized === "ondo" || normalized === "ondoperp") {
|
||||
options.exchange = "ondoperps";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user