Skip to content

Commit a0eff98

Browse files
committed
Fix: Increase superfluid fork dependency version
1 parent d8e7b7d commit a0eff98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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",
34+
"aleph-superfluid>=0.3",
3535
"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'",

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)