Skip to content

Commit

Permalink
Feature: Added new EVM compatible chains.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Oct 31, 2024
1 parent eb65ece commit 98a5480
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions aleph_message/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,30 @@
class Chain(str, Enum):
"""Supported chains"""

ARBITRUM = "ARB"
AVAX = "AVAX"
BASE = "BASE"
BLAST = "BLAST"
BOB = "BOB"
BSC = "BSC"
CSDK = "CSDK"
CYBER = "CYBER"
DOT = "DOT"
ETH = "ETH"
FRAXTAL = "FRAX"
INK = "INK"
METIS = "METIS"
MODE = "MODE"
NEO = "NEO"
NULS = "NULS"
NULS2 = "NULS2"
LINEA = "LINEA"
LISK = "LISK"
OPTIMISM = "OP"
SOL = "SOL"
TEZOS = "TEZOS"
WORLDCHAIN = "WLD"
ZORA = "ZORA"


class HashType(str, Enum):
Expand Down

0 comments on commit 98a5480

Please sign in to comment.