feat(evm): add EVM grants screen with create UI and list

This commit is contained in:
hdbg
2026-03-28 14:00:13 +01:00
parent ca35b9fed7
commit 54b2183be5
14 changed files with 789 additions and 130 deletions

View File

@@ -5,4 +5,5 @@ class Palette {
static const coral = Color(0xFFE26254);
static const cream = Color(0xFFFFFAF4);
static const line = Color(0x1A15263C);
static const token = Color(0xFF5C6BC0);
}