diff --git a/blockapi/v2/models.py b/blockapi/v2/models.py index b3664ae..d72f309 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'