-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestnet.toml
More file actions
58 lines (52 loc) · 1.13 KB
/
testnet.toml
File metadata and controls
58 lines (52 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[network]
spec = "crates/spacejam/spec/dev/spec.json"
filter = []
watch = []
[node.polkajam-0]
command = "polkajam"
arch = "polkajam"
data = "res/testnet/0"
quic = "0.0.0.0:40000"
rpc = "0.0.0.0:19800"
seed = "0"
env = { RUST_LOG = "jam_node=warn" }
[node.polkajam-1]
command = "polkajam"
arch = "polkajam"
data = "res/testnet/1"
quic = "0.0.0.0:40001"
rpc = "0.0.0.0:19801"
seed = "1"
env = { RUST_LOG = "jam_node=warn" }
[node.polkajam-2]
command = "polkajam"
arch = "polkajam"
data = "res/testnet/2"
quic = "0.0.0.0:40002"
rpc = "0.0.0.0:19802"
seed = "2"
env = { RUST_LOG = "jam_node=trace" }
[node.polkajam-3]
command = "polkajam"
arch = "polkajam"
data = "res/testnet/3"
quic = "0.0.0.0:40003"
rpc = "0.0.0.0:19803"
seed = "3"
env = { RUST_LOG = "jam_node=warn" }
[node.polkajam-4]
command = "polkajam"
arch = "polkajam"
data = "res/testnet/4"
quic = "0.0.0.0:40004"
rpc = "0.0.0.0:19804"
seed = "4"
env = { RUST_LOG = "jam_node=warn" }
[node.spacejam]
command = "target/release/spacejam"
arch = "spacejam"
data = "res/testnet/5"
quic = "0.0.0.0:40005"
rpc = "0.0.0.0:19805"
seed = "5"
env = { RUST_LOG = "spacejam,runtime,network=trace" }