Skip to content

Commit

Permalink
chore: remove unused selector intercepts
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed May 2, 2024
1 parent b6d7d78 commit b8d4eac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cypress/e2e/claim-portal-failure.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ function setupIntercepts() {
result: "0x0000000000000000000000000000000000c097ce7bc906e58377f59a8306ffff",
},
});
} else if (selector == "0x95d89b41" || selector == "0x313ce567" || selector == "0x4fe02b44") {
// decimals and symbol
// get names?
// nonceBitmap
} else if (selector == "0xcbf8b66c") {
// permit
// req.destroy();
}
}
});
Expand Down

0 comments on commit b8d4eac

Please sign in to comment.