From 40fd9058e91a6c2dd2f8428863821bd7452d8add Mon Sep 17 00:00:00 2001 From: georgegoldman Date: Mon, 22 Sep 2025 13:03:28 +0100 Subject: [PATCH] allowlist: add suifun domains and related object IDs --- allowlists/domain-list.json | 6 ++++-- allowlists/object-list.json | 8 ++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/allowlists/domain-list.json b/allowlists/domain-list.json index 09ee1ed5..8ff6bdb5 100644 --- a/allowlists/domain-list.json +++ b/allowlists/domain-list.json @@ -1,6 +1,8 @@ { "allowlist": [ "wal.app", - "wal.site" + "wal.site", + "suifun.io", + "www.suifun.io" ] -} \ No newline at end of file +} diff --git a/allowlists/object-list.json b/allowlists/object-list.json index 44b36914..4eebd4ad 100644 --- a/allowlists/object-list.json +++ b/allowlists/object-list.json @@ -1,3 +1,7 @@ { - "allowlist": [] -} \ No newline at end of file + "allowlist": [ + "0x23ce2c0f0ba271968bc12357c4cf28805308e76fe73956f610c8708494fedd37", + "0x1d94aa32518d0cb00f9de6ed60d450c9a2090761f326752ffad06b2e9404f845", + "0x8ffda1a9c68e99cccacb6aa1de6fabac1b7b0f7826dfceb52b0a9eb56aa4452a" + ] +}