Skip to content

Commit

Permalink
✨ add oasis 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 f6c134c commit 86c7043
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 @@ -19,6 +19,11 @@ const redirections = [
mockedData: { addressAllowed: true },
id: "aave",
},
{
regexFilter: "https://oasis.app/api/risk",
mockedData: { isRisky: false },
id: "oasis",
},
].map((redirection) => ({
...redirection,
regexSubstitution: `data:application/json,${encodeURIComponent(
Expand Down

0 comments on commit 86c7043

Please sign in to comment.