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 = [
3131 " aiohttp>=3.8.3" ,
3232 " aioresponses>=0.7.6" ,
3333 " 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
3636 " coincurve; python_version>='3.9'" ,
3737 " coincurve>=19; python_version>='3.9'" ,
3838 " eth-abi>=5.0.1; python_version>='3.9'" ,
3939 " eth-typing>=5.0.1" ,
4040 " jwcrypto==1.5.6" ,
4141 " pydantic>=2,<3" ,
4242 " 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
4444 " python-magic" ,
4545 " typing-extensions" ,
4646 " web3>=7.10" ,
Original file line number Diff line number Diff line change 2828 Chain .BOB : EVMAccount ,
2929 Chain .CYBER : EVMAccount ,
3030 Chain .DOT : DOTAccount ,
31+ Chain .ECLIPSE : SVMAccount ,
3132 Chain .ETH : ETHAccount ,
3233 Chain .FRAXTAL : EVMAccount ,
3334 Chain .LINEA : EVMAccount ,
4041 Chain .SONIC : EVMAccount ,
4142 Chain .WORLDCHAIN : EVMAccount ,
4243 Chain .ZORA : EVMAccount ,
43- Chain .ECLIPSE : SVMAccount ,
4444}
4545
4646
You can’t perform that action at this time.
0 commit comments