We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb65ece commit fbc8624Copy full SHA for fbc8624
aleph_message/models/base.py
@@ -4,17 +4,31 @@
4
class Chain(str, Enum):
5
"""Supported chains"""
6
7
+ ARBITRUM = "ARB"
8
AVAX = "AVAX"
9
BASE = "BASE"
10
+ BLAST = "BLAST"
11
+ BOB = "BOB"
12
BSC = "BSC"
13
CSDK = "CSDK"
14
+ CYBER = "CYBER"
15
DOT = "DOT"
16
ETH = "ETH"
17
+ FRAXTAL = "FRAX"
18
+ INK = "INK"
19
+ LINEA = "LINEA"
20
+ LISK = "LISK"
21
+ METIS = "METIS"
22
+ MODE = "MODE"
23
NEO = "NEO"
24
NULS = "NULS"
25
NULS2 = "NULS2"
26
+ OPTIMISM = "OP"
27
+ POL = "POL"
28
SOL = "SOL"
29
TEZOS = "TEZOS"
30
+ WORLDCHAIN = "WLD"
31
+ ZORA = "ZORA"
32
33
34
class HashType(str, Enum):
0 commit comments