From c1e90a45cd7114eef7b3b402682a853c2d018024 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Thu, 2 Oct 2025 03:08:49 +0700 Subject: [PATCH] chore: ads.fund verification (#2761) This is ads fund verification from main branch of revanced manager (flutter) which is diverged from dev branch. --- adsfund.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 adsfund.json diff --git a/adsfund.json b/adsfund.json new file mode 100644 index 00000000..b03d6c23 --- /dev/null +++ b/adsfund.json @@ -0,0 +1,8 @@ +{ + "info": "This is verification file for ads.fund project", + "project": { + "name": "ReVanced Manager", + "walletAddress": "0x7ab4091e00363654bf84B34151225742cd92FCE5", + "tokenAddress": "0xadf954bc6f509b3a32fb5e97ed4ba6c000e37155" + } +}