forked from interlay/interbtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rococo-local-xcm.json
88 lines (88 loc) · 1.42 KB
/
rococo-local-xcm.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"relaychain": {
"bin": "/usr/local/bin/polkadot",
"chain": "rococo-local",
"nodes": [
{
"name": "alice",
"wsPort": 9944,
"port": 30444
},
{
"name": "bob",
"wsPort": 9955,
"port": 30555
},
{
"name": "charlie",
"wsPort": 9966,
"port": 30666
}
],
"genesis": {
"runtime": {
"runtime_genesis_config": {
"configuration": {
"config": {
"validation_upgrade_cooldown": 1,
"validation_upgrade_delay": 20
}
}
}
}
}
},
"parachains": [
{
"bin": "/usr/local/bin/interbtc-parachain",
"balance": "1000000000000000000000",
"nodes": [
{
"wsPort": 9988,
"port": 31200,
"name": "alice",
"flags": [
"--rpc-port=9980",
"--",
"--execution=wasm"
]
}
],
"chain": "rococo-local-interlay-2000"
},
{
"bin": "/usr/local/bin/interbtc-parachain",
"balance": "1000000000000000000000",
"nodes": [
{
"wsPort": 9999,
"port": 31300,
"name": "alice",
"flags": [
"--rpc-port=9990",
"--",
"--execution=wasm"
]
}
],
"chain": "rococo-local-3000"
}
],
"simpleParachains": [],
"hrmpChannels": [
{
"sender": 2000,
"recipient": 3000,
"maxCapacity": 8,
"maxMessageSize": 512
},
{
"sender": 3000,
"recipient": 2000,
"maxCapacity": 8,
"maxMessageSize": 512
}
],
"types": {},
"finalization": false
}