Skip to content

Commit

Permalink
modify zombienet configs for moonbeam
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri committed May 21, 2024
1 parent b1764a9 commit f7922e6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/configs/zombieMoonbeam.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
"-lparachain=debug",
"--database=paritydb"
],
"genesis": {
"runtimeGenesis": {
"patch": {
"configuration": {
"config": {
"scheduling_lookahead": 2,
"async_backing_params": {
"max_candidate_depth": 3,
"allowed_ancestry_len": 2
}
}
}
}
}
},
"nodes": [
{
"name": "alice",
Expand Down
15 changes: 15 additions & 0 deletions test/configs/zombieMoonbeamRpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
"-lparachain=debug",
"--database=paritydb"
],
"genesis": {
"runtimeGenesis": {
"patch": {
"configuration": {
"config": {
"scheduling_lookahead": 2,
"async_backing_params": {
"max_candidate_depth": 3,
"allowed_ancestry_len": 2
}
}
}
}
}
},
"nodes": [
{
"name": "alice",
Expand Down

0 comments on commit f7922e6

Please sign in to comment.