From 8b31a95031cb78d404a66426372c7e3129727207 Mon Sep 17 00:00:00 2001 From: Ohm <104278407+0xOhm@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:44:44 -0600 Subject: [PATCH 1/3] Update test-lists.ts --- test/test-lists.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test-lists.ts b/test/test-lists.ts index 43bb7d07f46..73567e19b4a 100644 --- a/test/test-lists.ts +++ b/test/test-lists.ts @@ -59,7 +59,8 @@ const bypass = new Set([ "cloud.dbank.com", "bybi75-alternate.app.link", "mz4t6.rdtk.io", - "ether.fi" // https://x.com/ether_fi/status/1838643492102283571 + "ether.fi", // https://x.com/ether_fi/status/1838643492102283571 + "staktrustwallet.epizy.com" ]); export const runTests = (config: Config) => { From b033c501cb181d2094f8d85b878bcb153f0a3174 Mon Sep 17 00:00:00 2001 From: Ohm <104278407+0xOhm@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:18:57 -0600 Subject: [PATCH 2/3] Update custom-tlds.ts --- test/custom-tlds.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/custom-tlds.ts b/test/custom-tlds.ts index 13f591812a0..caa43da1e2a 100644 --- a/test/custom-tlds.ts +++ b/test/custom-tlds.ts @@ -233,4 +233,5 @@ export const customTlds = [ "fleek.cool", "serv00.net", "keenetic.pro", + "epizy.com", ]; From aa5c4c5bab2dd6a031b40ca4e07576fbbcd5b217 Mon Sep 17 00:00:00 2001 From: Ohm <104278407+0xOhm@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:22:48 -0600 Subject: [PATCH 3/3] Update test-lists.ts --- test/test-lists.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test-lists.ts b/test/test-lists.ts index 73567e19b4a..43bb7d07f46 100644 --- a/test/test-lists.ts +++ b/test/test-lists.ts @@ -59,8 +59,7 @@ const bypass = new Set([ "cloud.dbank.com", "bybi75-alternate.app.link", "mz4t6.rdtk.io", - "ether.fi", // https://x.com/ether_fi/status/1838643492102283571 - "staktrustwallet.epizy.com" + "ether.fi" // https://x.com/ether_fi/status/1838643492102283571 ]); export const runTests = (config: Config) => {