mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-12 01:38:07 +00:00
feat: 重构 Lighter 策略,更新签名桥接路径,移除不必要的文件,添加新的签名库支持
This commit is contained in:
@@ -130,7 +130,7 @@ class PythonSignerBridge {
|
||||
|
||||
function resolveScriptPath(): string {
|
||||
const current = path.dirname(fileURLToPath(import.meta.url));
|
||||
return path.resolve(current, "../../..", "scripts", "lighter_signer_bridge.py");
|
||||
return path.resolve(current, "./lighter_signer_bridge.py");
|
||||
}
|
||||
|
||||
export class LighterSigner {
|
||||
|
||||
Reference in New Issue
Block a user