Skip to content

Commit

Permalink
fix zombienet config
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Aug 15, 2024
1 parent 8c8793a commit 5cdd524
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions rococo-local/config-zombienet.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
}
]
},
"types": {},
"hrmp_channels": [],
"parachains": [
{
Expand Down Expand Up @@ -81,5 +80,12 @@
}
]
}
]
],
"types": {
"Header": {
"number": "u64",
"parent_hash": "Hash",
"post_state": "Hash"
}
}
}

0 comments on commit 5cdd524

Please sign in to comment.