Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ide/scam-alerts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"alerts" : [
{ "message" : "The only URL Remix uses is remix.ethereum.org", "url" : "" },
{ "message" : "Beware of online videos promoting liquidity front runner bots", "url": "https://medium.com/remix-ide/remix-in-youtube-crypto-scams-71c338da32d" },
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update "Beware of online videos promoting liquidity front runner bots" to:
Beware of videos promoting MEV, crypto loans, or trading bots.

{ "message" : "More Security Tips can be found", "url" : "https://remix-ide.readthedocs.io/en/latest/security.html" }
{ "message" : "More Security Tips can be found", "url" : "https://remix-ide.readthedocs.io/en/latest/security.html" },
{ "message" : "Scam writeups", "url" : "https://rekt.news" }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update "Scam writeups" to:
Current Scams

]
}