Skip to content

Commit f6a1267

Browse files
MHHukiewitzPsycojoker
authored andcommitted
feat: rename polkadot extra to substrate
Co-authored-by: Laurent Peuch <[email protected]>
1 parent cba4a34 commit f6a1267

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mqtt = [
5454
nuls2 = [
5555
"aleph-nuls2",
5656
]
57-
polkadot = [
57+
substrate = [
5858
"py-sr25519-bindings",
5959
"substrate-interface",
6060
]
@@ -71,7 +71,7 @@ encryption = [
7171
"eciespy>=0.3.13; python_version>=\"3.11\"",
7272
]
7373
all = [
74-
"aleph-sdk-python[cosmos,dns,docs,ledger,mqtt,nuls2,polkadot,solana,tezos,encryption]",
74+
"aleph-sdk-python[cosmos,dns,docs,ledger,mqtt,nuls2,substrate,solana,tezos,encryption]",
7575
]
7676

7777
[tool.hatch.metadata]
@@ -112,7 +112,7 @@ features = [
112112
"dns",
113113
"ledger",
114114
"nuls2",
115-
"polkadot",
115+
"substrate",
116116
"solana",
117117
"tezos",
118118
"encryption",

0 commit comments

Comments
 (0)