From ef158f30c671c6eaf0dbcdc404a303bd71a7c427 Mon Sep 17 00:00:00 2001 From: Mr Lightspeed <95941244+MrLightspeed@users.noreply.github.com> Date: Sun, 26 Oct 2025 17:57:18 -0400 Subject: [PATCH] chore: allow base chain in CLI mapping --- src/main/kotlin/org/ethereum/lists/tokens/Main.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/org/ethereum/lists/tokens/Main.kt b/src/main/kotlin/org/ethereum/lists/tokens/Main.kt index 2a74e65e9..4fa643cd3 100644 --- a/src/main/kotlin/org/ethereum/lists/tokens/Main.kt +++ b/src/main/kotlin/org/ethereum/lists/tokens/Main.kt @@ -21,6 +21,7 @@ val networkMapping = mapOf( "etc" to 61, "ella" to 64, "sonic" to 146, + "base" to 8453, "arb" to 42161, "avax" to 43114, "zks" to 324,