|
2 | 2 | name = "datdot-node" |
3 | 3 | version = "2.0.0-rc3" |
4 | 4 | edition = "2018" |
5 | | -authors = ['Joshy Orndorff', '4meta5', 'Jimmy Chu'] |
6 | | -repository = 'https://github.com/substrate-developer-hub/recipes' |
7 | | -description = 'An instant-sealing Substrate node for datdot. Based on the substrate kitchen-node.' |
| 5 | +authors = ['datdot authors'] |
| 6 | +repository = 'https://github.com/playproject-io/datdot-substrate' |
| 7 | +description = 'An instant-sealing Substrate node for datdot. Based on the substrate kitchen-node found at https://github.com/substrate-developer-hub/recipes.' |
8 | 8 | license = "GPL-3.0-or-later" |
9 | 9 |
|
10 | 10 | compatibility_version = "2.0.0-rc3" |
@@ -40,23 +40,8 @@ sp-io = '2.0.0-rc3' |
40 | 40 | sp-runtime = '2.0.0-rc3' |
41 | 41 | sp-timestamp = '2.0.0-rc3' |
42 | 42 | sp-transaction-pool = '2.0.0-rc3' |
43 | | - |
44 | | -# This node is compatible with any of the runtimes below |
45 | | -# --- |
46 | | -# Common runtime configured with most Recipes pallets. |
47 | 43 | runtime = { package = "datdot-runtime", path = "../runtime" } |
48 | 44 |
|
49 | | -# Runtime with custom weight and fee calculation. |
50 | | -# runtime = { package = "weight-fee-runtime", path = "../../runtimes/weight-fee-runtime"} |
51 | | - |
52 | | -# Runtime with off-chain worker enabled. |
53 | | -# To use this runtime, compile the node with `ocw` feature enabled, |
54 | | -# `cargo build --release --features ocw`. |
55 | | -# runtime = { package = "ocw-runtime", path = "../../runtimes/ocw-runtime" } |
56 | | - |
57 | | -# Runtime with custom runtime-api (custom API only used in rpc-node) |
58 | | -# runtime = { package = "api-runtime", path = "../../runtimes/api-runtime" } |
59 | | -# --- |
60 | 45 |
|
61 | 46 | [build-dependencies] |
62 | 47 | vergen = "3.0.4" |
|
0 commit comments