From 3090bf5bba29b1742595143f04fcd6f1baa284de Mon Sep 17 00:00:00 2001 From: gabito1451 Date: Sat, 24 Jan 2026 00:49:17 -0800 Subject: [PATCH] Implement the central aggregation logic within libs/bridge-core to collect and unify data from multiple bridge APIs, including Stellar/Soroban, LayerZero, and Hop was already implemented --- libs/bridge-core/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/bridge-core/tsconfig.json b/libs/bridge-core/tsconfig.json index 71467b8..41740cf 100644 --- a/libs/bridge-core/tsconfig.json +++ b/libs/bridge-core/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ES2020", "module": "commonjs", - "lib": ["ES2020"], + "lib": ["ES2020", "DOM"], "declaration": true, "outDir": "./dist", "rootDir": "./src",