Skip to content

Commit dc9f0c3

Browse files
authored
Merge pull request #246 from crypkit/f-add-eth-plasma-blockchain
feat: add ETH plasma blockchain support
2 parents 908952c + 898fc68 commit dc9f0c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

blockapi/v2/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ class Blockchain(str, Enum):
255255
PERSISTENCE = 'persistence'
256256
PICASSO = 'picasso'
257257
PLAT_ON = 'plat-on'
258+
PLASMA = 'plasma'
258259
POLIS_CHAIN = 'polis-chain'
259260
POLKADOT = 'polkadot'
260261
POLYGON = 'polygon'

0 commit comments

Comments
 (0)