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(