From da6bf5c5019084c86ec01c1a4ee0a072cb5681ab Mon Sep 17 00:00:00 2001 From: 0xkvn <44363395+lambertkevin@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:39:13 +0200 Subject: [PATCH] Update coin-framework unimportedrc --- libs/coin-framework/.unimportedrc.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libs/coin-framework/.unimportedrc.json b/libs/coin-framework/.unimportedrc.json index 2179c7fde8cb..7a4d52c796af 100644 --- a/libs/coin-framework/.unimportedrc.json +++ b/libs/coin-framework/.unimportedrc.json @@ -25,5 +25,9 @@ "src/test-helpers/bridge-integration-suite.ts", "src/config.ts" ], - "ignoreUnresolved": ["follow-redirects"] -} + "ignoreUnresolved": [ + "follow-redirects", + "form-data", + "proxy-from-env" + ] +} \ No newline at end of file