Skip to content

Commit

Permalink
add polkadot-launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Apr 5, 2021
1 parent a20f6cc commit 57d2993
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions polkadot-live-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"relaychain": {
"bin": "../polkadot/target/release/polkadot",
"chain": "rococo-local",
"nodes": [
{
"name": "alice",
"wsPort": 9999,
"port": 30444
},
{
"name": "bob",
"wsPort": 9988,
"port": 30555
},
{
"name": "charlie",
"wsPort": 9977,
"port": 30666
}
]
},
"parachains": [
{
"bin": "./target/release/integritee-collator",
"chain": "integritee-rococo",
"id": "1983",
"wsPort": 9944,
"port": 31200,
"flags": ["--", "--execution=wasm"]
}
],
"simpleParachains": [
],
"hrmpChannels": [
],
"types": {
"ShardIdentifier": "Hash",
"Request": {
"shard": "ShardIdentifier",
"cyphertext": "Vec<u8>"
},
"Enclave": {
"pubkey": "AccountId",
"mrenclave": "Hash",
"timestamp": "u64",
"url": "Text"
}
}
}

0 comments on commit 57d2993

Please sign in to comment.