From 3dfa5a917b495f2204afd3f8006a1cbc146ce57f Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Wed, 11 Dec 2024 21:26:09 +0000 Subject: [PATCH] hermes --- scripts/limonade/src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/limonade/src/index.ts b/scripts/limonade/src/index.ts index 1e69bc63..88b5ed84 100644 --- a/scripts/limonade/src/index.ts +++ b/scripts/limonade/src/index.ts @@ -65,7 +65,8 @@ const argv = yargs(hideBin(process.argv)) default: 5 * 1000, }) .option("price-config", { - description: "Path to the price config file", + description: + "Path to the price config file, if not provided, we will not get price info from Hermes", type: "string", }) .option("hermes-endpoint", {