From 898fc684caa7071990e52b8b63c60795bcf66626 Mon Sep 17 00:00:00 2001 From: Vladimir Svoboda Date: Mon, 29 Sep 2025 12:52:17 +0200 Subject: [PATCH] feat: add ETH plasma blockchain support --- blockapi/v2/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/blockapi/v2/models.py b/blockapi/v2/models.py index b3664ae0..d72f3094 100644 --- a/blockapi/v2/models.py +++ b/blockapi/v2/models.py @@ -255,6 +255,7 @@ class Blockchain(str, Enum): PERSISTENCE = 'persistence' PICASSO = 'picasso' PLAT_ON = 'plat-on' + PLASMA = 'plasma' POLIS_CHAIN = 'polis-chain' POLKADOT = 'polkadot' POLYGON = 'polygon'