@@ -5,43 +5,43 @@ edition = "2021"
5
5
publish = false
6
6
7
7
[dependencies ]
8
- ziggy = { version = " 1.3.0 " , default-features = false }
9
-
10
- kitchensink-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
11
-
12
- codec = { version = " 3.6.12 " , features = [" derive" ], default-features = false , package = " parity-scale-codec" }
13
-
14
- node-primitives = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
15
-
16
- frame-support = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
17
- frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
18
-
19
- sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
20
- sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
21
- sp-state-machine = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
22
- sp-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
23
- sp-consensus-beefy = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
24
- sp-authority-discovery = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
25
-
26
- pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
27
- pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
28
- pallet-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
29
- pallet-staking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
30
- pallet-im-online = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
31
- pallet-referenda = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
32
- pallet-contracts = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
33
- pallet-society = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
34
- pallet-lottery = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
35
- pallet-utility = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
36
- pallet-multisig = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
37
- pallet-remark = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
38
- pallet-transaction-storage = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
39
- pallet-sudo = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
40
- pallet-treasury = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
41
- pallet-collective = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
42
- pallet-proxy = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
43
- pallet-broker = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
44
- pallet-revive = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2412-1 " , default-features = false }
8
+ ziggy = {version = " 1.3.1 " , default-features = false }
9
+
10
+ kitchensink-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
11
+
12
+ codec = { version = " 3.7.4 " , features = [" derive" ], default-features = false , package = " parity-scale-codec" }
13
+
14
+ node-primitives = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
15
+
16
+ frame-support = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
17
+ frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
18
+
19
+ sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
20
+ sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
21
+ sp-state-machine = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
22
+ sp-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
23
+ sp-consensus-beefy = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
24
+ sp-authority-discovery = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
25
+
26
+ pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
27
+ pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
28
+ pallet-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
29
+ pallet-staking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
30
+ pallet-im-online = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
31
+ pallet-referenda = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
32
+ pallet-contracts = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
33
+ pallet-society = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
34
+ pallet-lottery = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
35
+ pallet-utility = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
36
+ pallet-multisig = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
37
+ pallet-remark = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
38
+ pallet-transaction-storage = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
39
+ pallet-sudo = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
40
+ pallet-treasury = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
41
+ pallet-collective = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
42
+ pallet-proxy = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
43
+ pallet-broker = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
44
+ pallet-revive = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503 " , default-features = false }
45
45
46
46
[features ]
47
47
default = [" std" , " try-runtime" ]
0 commit comments