Skip to content

Commit

Permalink
update name of polkadot-sdk repo in zombienet configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Sep 3, 2024
1 parent 81917e5 commit 4c73aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rococo-local/config-zombienet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"provider": "native"
},
"relaychain": {
"default_command": "../../polkadot/target/release/polkadot",
"default_command": "../../polkadot-sdk/target/release/polkadot",
"chain": "rococo-local",
"nodes": [
{
Expand Down
2 changes: 1 addition & 1 deletion rococo-local/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"relaychain": {
"bin": "../../polkadot/target/release/polkadot",
"bin": "../../polkadot-sdk/target/release/polkadot",
"chain": "rococo-local",
"nodes": [
{
Expand Down

0 comments on commit 4c73aa6

Please sign in to comment.