Skip to content

Commit

Permalink
✨ add balancer to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd committed Aug 17, 2022
1 parent 619f375 commit 557feaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/generateRules.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 557feaf

Please sign in to comment.