From 4c2a886c6bfafe3a2865924875440a158efbd7e6 Mon Sep 17 00:00:00 2001 From: Thebora Kompanioni Date: Mon, 3 Aug 2026 12:08:34 +0200 Subject: [PATCH] chore: print console warning (#1403) --- src/main.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main.tsx b/src/main.tsx index 6a3c7532..b69cfcd0 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -16,6 +16,14 @@ ${'*'.repeat(42)}/`, 'color:#e2b86a;font-size:14px;', ) +setTimeout(() => { + console.log('%cWarning!', 'color:oklch(0.577 0.245 27.325);font-size:48px;font-weight:bold;') + console.log( + "%cYou opened the browser console, a developer tool. Don't enter or paste code you do not understand. Never share your seed phrase or any other info with anyone. If someone told you to do this, it is very likely a scam.", + 'color:oklch(0.777 0.245 27.325);font-size:16px;', + ) +}, 2_100) + createRoot(document.querySelector('#root')!).render(