Skip to content

Commit b3a39e1

Browse files
authored
Feature: Implement 2 new EVM chains. (#132)
1 parent 7abfc84 commit b3a39e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aleph_message/models/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class Chain(str, Enum):
55
"""Supported chains"""
66

77
ARBITRUM = "ARB"
8+
AURORA = "AURORA"
89
AVAX = "AVAX"
910
BASE = "BASE"
1011
BLAST = "BLAST"
@@ -30,6 +31,7 @@ class Chain(str, Enum):
3031
OPTIMISM = "OP"
3132
POL = "POL"
3233
SOL = "SOL"
34+
SOMNIA = "STT"
3335
SONIC = "SONIC"
3436
TEZOS = "TEZOS"
3537
UNICHAIN = "UNICHAIN"

0 commit comments

Comments
 (0)