feat: 重构 Lighter 策略,更新签名桥接路径,移除不必要的文件,添加新的签名库支持

This commit is contained in:
discountry
2025-10-03 01:51:55 +08:00
parent abb56b917a
commit b7cd6eed99
12 changed files with 268 additions and 1345 deletions
+1 -1
View File
@@ -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 {