Skip to content

Commit 18ffbd2

Browse files
committed
fix: typo
1 parent 02471d4 commit 18ffbd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aleph/sdk/account.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Chain.BASE: ETHAccount,
2727
Chain.BLAST: EVMAccount,
2828
Chain.BOB: EVMAccount,
29-
Chain.BSC = EVMAccount,
29+
Chain.BSC: EVMAccount,
3030
Chain.CYBER: EVMAccount,
3131
Chain.DOT: DOTAccount,
3232
Chain.ECLIPSE: SVMAccount,
@@ -37,6 +37,7 @@
3737
Chain.LISK: EVMAccount,
3838
Chain.METIS: EVMAccount,
3939
Chain.MODE: EVMAccount,
40+
Chain.NEO = EVMAccount,
4041
Chain.OPTIMISM: EVMAccount,
4142
Chain.POL: EVMAccount,
4243
Chain.SOL: SOLAccount,

0 commit comments

Comments
 (0)