From b8d4eacd396fe4e75027af45f3111893c8ce249d Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Thu, 2 May 2024 12:33:09 +0100 Subject: [PATCH] chore: remove unused selector intercepts --- cypress/e2e/claim-portal-failure.cy.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cypress/e2e/claim-portal-failure.cy.ts b/cypress/e2e/claim-portal-failure.cy.ts index 501f5696..e1305274 100644 --- a/cypress/e2e/claim-portal-failure.cy.ts +++ b/cypress/e2e/claim-portal-failure.cy.ts @@ -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(); } } });