Skip to content

Commit bb02aca

Browse files
authored
Fix: Increase superfluid fork dependency version (#214)
1 parent d8e7b7d commit bb02aca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

src/aleph/sdk/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
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,
@@ -40,7 +41,6 @@
4041
Chain.SONIC: EVMAccount,
4142
Chain.WORLDCHAIN: EVMAccount,
4243
Chain.ZORA: EVMAccount,
43-
Chain.ECLIPSE: SVMAccount,
4444
}
4545

4646

0 commit comments

Comments
 (0)