File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ dependencies = [
31
31
" aiohttp>=3.8.3" ,
32
32
" aioresponses>=0.7.6" ,
33
33
" aleph-message>=1" ,
34
- " aleph-superfluid @ git+https://github.com/aleph-im/superfluid.py " ,
35
- " base58==2.1.1" , # Needed now as default with _load_account changement
34
+ " aleph-superfluid>=0.3 " ,
35
+ " base58==2.1.1" , # Needed now as default with _load_account changement
36
36
" coincurve; python_version>='3.9'" ,
37
37
" coincurve>=19; python_version>='3.9'" ,
38
38
" eth-abi>=5.0.1; python_version>='3.9'" ,
39
39
" eth-typing>=5.0.1" ,
40
40
" jwcrypto==1.5.6" ,
41
41
" pydantic>=2,<3" ,
42
42
" pydantic-settings>=2" ,
43
- " pynacl==1.5" , # Needed now as default with _load_account changement
43
+ " pynacl==1.5" , # Needed now as default with _load_account changement
44
44
" python-magic" ,
45
45
" typing-extensions" ,
46
46
" web3>=7.10" ,
Original file line number Diff line number Diff line change 28
28
Chain .BOB : EVMAccount ,
29
29
Chain .CYBER : EVMAccount ,
30
30
Chain .DOT : DOTAccount ,
31
+ Chain .ECLIPSE : SVMAccount ,
31
32
Chain .ETH : ETHAccount ,
32
33
Chain .FRAXTAL : EVMAccount ,
33
34
Chain .LINEA : EVMAccount ,
40
41
Chain .SONIC : EVMAccount ,
41
42
Chain .WORLDCHAIN : EVMAccount ,
42
43
Chain .ZORA : EVMAccount ,
43
- Chain .ECLIPSE : SVMAccount ,
44
44
}
45
45
46
46
You can’t perform that action at this time.
0 commit comments