Skip to content

Commit

Permalink
Add Zombies (#292)
Browse files Browse the repository at this point in the history
* add zombies

* westend-local
  • Loading branch information
LauraReesby committed Sep 16, 2022
1 parent ca05ea9 commit 0a36d47
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 0 deletions.
24 changes: 24 additions & 0 deletions zombienets/neumann/single-chain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[settings]
provider = "native"
timeout = 1000

[relaychain]
default_command = "../polkadot/target/release/polkadot"
chain = "westend-local"

[[relaychain.nodes]]
name = "alice"

[[relaychain.nodes]]
name = "bob"

[[parachains]]
id = 2114
cumulus_based = true
chain = "dev"

[parachains.collator]
name = "collator01"
command = "./target/release/oak-collator"
ws_port = 9946
rpc_port = 8855
47 changes: 47 additions & 0 deletions zombienets/neumann/xcmp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[settings]
provider = "native"
timeout = 1000

[relaychain]
default_command = "../polkadot/target/release/polkadot"
chain = "westend-local"

[[relaychain.nodes]]
name = "alice"

[[relaychain.nodes]]
name = "bob"

[[parachains]]
id = 2114
cumulus_based = true
chain = "dev"

[parachains.collator]
name = "collator2114"
command = "./target/release/oak-collator"
ws_port = 9946
rpc_port = 8855

[[parachains]]
id = 1999
cumulus_based = true
chain = "local"

[parachains.collator]
name = "collator1999"
command = "../substrate-parachain-template/target/release/parachain-template-node"
ws_port = 9947
rpc_port = 8866

[[hrmpChannels]]
sender = 2114
recipient = 1999
maxCapacity = 8
maxMessageSize = 512

[[hrmpChannels]]
sender = 1999
recipient = 2114
maxCapacity = 8
maxMessageSize = 512
24 changes: 24 additions & 0 deletions zombienets/oak/single-chain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[settings]
provider = "native"
timeout = 1000

[relaychain]
default_command = "../polkadot/target/release/polkadot"
chain = "rococo-local"

[[relaychain.nodes]]
name = "alice"

[[relaychain.nodes]]
name = "bob"

[[parachains]]
id = 2114
cumulus_based = true
chain = "oak-dev"

[parachains.collator]
name = "collator01"
command = "./target/release/oak-collator"
ws_port = 9946
rpc_port = 8855
47 changes: 47 additions & 0 deletions zombienets/oak/xcmp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[settings]
provider = "native"
timeout = 1000

[relaychain]
default_command = "../polkadot/target/release/polkadot"
chain = "rococo-local"

[[relaychain.nodes]]
name = "alice"

[[relaychain.nodes]]
name = "bob"

[[parachains]]
id = 2114
cumulus_based = true
chain = "oak-dev"

[parachains.collator]
name = "collator2114"
command = "./target/release/oak-collator"
ws_port = 9946
rpc_port = 8855

[[parachains]]
id = 1999
cumulus_based = true
chain = "local"

[parachains.collator]
name = "collator1999"
command = "../substrate-parachain-template/target/release/parachain-template-node"
ws_port = 9947
rpc_port = 8866

[[hrmpChannels]]
sender = 2114
recipient = 1999
maxCapacity = 8
maxMessageSize = 512

[[hrmpChannels]]
sender = 1999
recipient = 2114
maxCapacity = 8
maxMessageSize = 512
File renamed without changes.
File renamed without changes.

0 comments on commit 0a36d47

Please sign in to comment.