Skip to content

Commit

Permalink
update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
morginar committed Sep 19, 2024
1 parent b29bb90 commit b520a76
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/zkapps/01-hello-world/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": 1,
"networks": {}
}
"deployAliases": {}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": 1,
"networks": {}
}
"deployAliases": {}
}
2 changes: 1 addition & 1 deletion examples/zkapps/04-zkapp-browser-ui/contracts/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": 1,
"deployAliases": {}
}
}
4 changes: 2 additions & 2 deletions examples/zkapps/05-common-types-and-functions/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": 1,
"networks": {}
}
"deployAliases": {}
}
2 changes: 1 addition & 1 deletion examples/zkapps/07-oracles/contracts/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": 1,
"deployAliases": {}
}
}
4 changes: 2 additions & 2 deletions examples/zkapps/09-recursion/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": 1,
"networks": {}
}
"deployAliases": {}
}

0 comments on commit b520a76

Please sign in to comment.