Skip to content

Commit 41e71d7

Browse files
w3njahdrinkcoffee
andauthored
Fix Discord link (#293)
* Update README.md * Remove check for unindexed addresses in events --------- Co-authored-by: Peter Robinson <drinkcoffee@eml.cc>
1 parent 9c9557b commit 41e71d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ Immutable zkEVM Contracts are released under the Apache-2.0 license. See [LICENS
145145
### Socials
146146

147147
- [Twitter](https://twitter.com/Immutable)
148-
- [Discord](https://discord.gg/6GjgPkp464)
148+
- [Discord](https://discord.gg/immutable-play)
149149
- [Telegram](https://t.me/immutablex)
150150
- [Reddit](https://www.reddit.com/r/ImmutableX/)

slither.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"detectors_to_exclude": "naming-convention, solc-version, similar-names, timestamp, assembly",
2+
"detectors_to_exclude": "naming-convention, solc-version, similar-names, timestamp, assembly, unindexed-event-address",
33

44
"filter_paths": "lib"
55
}

0 commit comments

Comments
 (0)