From 557feaf43a0934e83c4bac2f823709e599000f7a Mon Sep 17 00:00:00 2001 From: qd-qd Date: Wed, 17 Aug 2022 23:27:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20balancer=20to=20the=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/generateRules.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/generateRules.mjs b/scripts/generateRules.mjs index 6633260..73d24c3 100644 --- a/scripts/generateRules.mjs +++ b/scripts/generateRules.mjs @@ -29,6 +29,11 @@ const redirections = [ mockedData: { block: false }, id: "uniswap", }, + { + regexFilter: "https://api.balancer.fi/sanctions-check", + mockedData: { isSanctioned: false }, + id: "balancer", + }, ].map((redirection) => ({ ...redirection, regexSubstitution: `data:application/json,${encodeURIComponent(