We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391389c commit e752f69Copy full SHA for e752f69
apps/hermes/client/js/src/examples/HermesClient.ts
@@ -1,7 +1,7 @@
1
import yargs from "yargs";
2
import { hideBin } from "yargs/helpers";
3
4
-import { HermesClient, PriceUpdate } from "../HermesClient";
+import { HermesClient } from "../HermesClient";
5
6
function sleep(ms: number) {
7
return new Promise((resolve) => setTimeout(resolve, ms));
0 commit comments