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/) 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" }