Skip to content

Commit

Permalink
Merge pull request #1044 from wufengtao1/main
Browse files Browse the repository at this point in the history
update example/config.json
  • Loading branch information
shimkiv authored Sep 19, 2024
2 parents b29bb90 + b520a76 commit e184aee
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 e184aee

Please sign in to comment.