From d5473789c58a8b67aa77d1af10a660019944cc54 Mon Sep 17 00:00:00 2001 From: GyulyVGC Date: Sat, 12 Jul 2025 03:18:58 +0200 Subject: [PATCH] add verification for ads.fund --- README.md | 1 + adsfund.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 adsfund.json diff --git a/README.md b/README.md index 4fd16314..524e1d0f 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ ## Acknowledgements - A big shout-out to [all the contributors](https://github.com/GyulyVGC/sniffnet/blob/main/CONTRIBUTORS.md) of Sniffnet! - The graphical user interface has been realized with [iced](https://github.com/iced-rs/iced), a cross-platform GUI library for Rust focused on simplicity and type-safety - IP geolocation and ASN data are provided by [MaxMind](https://www.maxmind.com) +- [Sniffnet](https://ads.fund/token/0xadfc251f8ef00ceaeca2b5c1882dabe5db0833df) project is supported by ADS.FUND - Last but not least, thanks to [every single stargazer](https://github.com/GyulyVGC/sniffnet/stargazers): all forms of support made it possible to keep improving Sniffnet! diff --git a/adsfund.json b/adsfund.json new file mode 100644 index 00000000..d4efce2a --- /dev/null +++ b/adsfund.json @@ -0,0 +1,8 @@ +{ + "info": "This is verification file for ads.fund project", + "project": { + "name": "Sniffnet", + "walletAddress": "0x8Ab8C652c2689C2111fA12e05FB91002BF1D84e3", + "tokenAddress": "0xadfc251f8ef00ceaeca2b5c1882dabe5db0833df" + } +} \ No newline at end of file