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 0821e0c commit b3dd4faCopy full SHA for b3dd4fa
src/aleph/sdk/account.py
@@ -26,15 +26,18 @@
26
Chain.BASE: ETHAccount,
27
Chain.BLAST: EVMAccount,
28
Chain.BOB: EVMAccount,
29
+ Chain.BSC: EVMAccount,
30
Chain.CYBER: EVMAccount,
31
Chain.DOT: DOTAccount,
32
Chain.ECLIPSE: SVMAccount,
33
Chain.ETH: ETHAccount,
34
Chain.FRAXTAL: EVMAccount,
35
+ Chain.INK: EVMAccount,
36
Chain.LINEA: EVMAccount,
37
Chain.LISK: EVMAccount,
38
Chain.METIS: EVMAccount,
39
Chain.MODE: EVMAccount,
40
+ Chain.NEO: EVMAccount,
41
Chain.OPTIMISM: EVMAccount,
42
Chain.POL: EVMAccount,
43
Chain.SOL: SOLAccount,
0 commit comments