Skip to content

Commit 1a53964

Browse files
committed
fix: typo ':' instead of '='
1 parent 18ffbd2 commit 1a53964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
Chain.LISK: EVMAccount,
3838
Chain.METIS: EVMAccount,
3939
Chain.MODE: EVMAccount,
40-
Chain.NEO = EVMAccount,
40+
Chain.NEO: EVMAccount,
4141
Chain.OPTIMISM: EVMAccount,
4242
Chain.POL: EVMAccount,
4343
Chain.SOL: SOLAccount,

0 commit comments

Comments
 (0)