Browse Source

fix filename

flyzto 1 month ago
parent
commit
d11dd910ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      polymarket/libs/polymarketClient.js

+ 1 - 1
polymarket/libs/polymarketClient.js

@@ -4,7 +4,7 @@ import { HttpsProxyAgent } from "https-proxy-agent";
 import { ClobClient, Side, OrderType } from "@polymarket/clob-client";
 import { Wallet } from "ethers";
 
-import WebSocketClient from "./WebSocketClient.js";
+import WebSocketClient from "./webSocketClient.js";
 
 import Logs from "./logs.js";