Skip to content

Commit

Permalink
hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Dec 11, 2024
1 parent 02b28a4 commit 3dfa5a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/limonade/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down

0 comments on commit 3dfa5a9

Please sign in to comment.