From 5f0280ce216f4871472f644b04b5f22fcfd9a370 Mon Sep 17 00:00:00 2001 From: w3njah Date: Wed, 18 Feb 2026 16:16:18 +1100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 650e6646..3dc3f2c5 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,6 @@ Immutable zkEVM Contracts are released under the Apache-2.0 license. See [LICENS ### Socials - [Twitter](https://twitter.com/Immutable) -- [Discord](https://discord.gg/6GjgPkp464) +- [Discord](https://discord.gg/immutable-play) - [Telegram](https://t.me/immutablex) - [Reddit](https://www.reddit.com/r/ImmutableX/) From 43c419c1b0e08810ebb94b088ab30b219d8035e6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 24 Feb 2026 13:53:25 +1000 Subject: [PATCH 2/2] Remove check for unindexed addresses in events --- slither.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither.config.json b/slither.config.json index fb7474f2..fbfc5cb7 100644 --- a/slither.config.json +++ b/slither.config.json @@ -1,5 +1,5 @@ { - "detectors_to_exclude": "naming-convention, solc-version, similar-names, timestamp, assembly", + "detectors_to_exclude": "naming-convention, solc-version, similar-names, timestamp, assembly, unindexed-event-address", "filter_paths": "lib" }