From b520a76866dc5e843f2a71850de9bc382ffb3e67 Mon Sep 17 00:00:00 2001 From: morginar Date: Thu, 19 Sep 2024 10:51:49 +0800 Subject: [PATCH] update config.json --- examples/zkapps/01-hello-world/config.json | 4 ++-- .../zkapps/02-private-inputs-and-hash-functions/config.json | 4 ++-- examples/zkapps/04-zkapp-browser-ui/contracts/config.json | 2 +- examples/zkapps/05-common-types-and-functions/config.json | 4 ++-- examples/zkapps/07-oracles/contracts/config.json | 2 +- examples/zkapps/09-recursion/config.json | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/zkapps/01-hello-world/config.json b/examples/zkapps/01-hello-world/config.json index a6ba768fa..93216b0e5 100644 --- a/examples/zkapps/01-hello-world/config.json +++ b/examples/zkapps/01-hello-world/config.json @@ -1,4 +1,4 @@ { "version": 1, - "networks": {} -} + "deployAliases": {} +} \ No newline at end of file diff --git a/examples/zkapps/02-private-inputs-and-hash-functions/config.json b/examples/zkapps/02-private-inputs-and-hash-functions/config.json index a6ba768fa..93216b0e5 100644 --- a/examples/zkapps/02-private-inputs-and-hash-functions/config.json +++ b/examples/zkapps/02-private-inputs-and-hash-functions/config.json @@ -1,4 +1,4 @@ { "version": 1, - "networks": {} -} + "deployAliases": {} +} \ No newline at end of file diff --git a/examples/zkapps/04-zkapp-browser-ui/contracts/config.json b/examples/zkapps/04-zkapp-browser-ui/contracts/config.json index 73c34d158..93216b0e5 100644 --- a/examples/zkapps/04-zkapp-browser-ui/contracts/config.json +++ b/examples/zkapps/04-zkapp-browser-ui/contracts/config.json @@ -1,4 +1,4 @@ { "version": 1, "deployAliases": {} -} +} \ No newline at end of file diff --git a/examples/zkapps/05-common-types-and-functions/config.json b/examples/zkapps/05-common-types-and-functions/config.json index a6ba768fa..93216b0e5 100644 --- a/examples/zkapps/05-common-types-and-functions/config.json +++ b/examples/zkapps/05-common-types-and-functions/config.json @@ -1,4 +1,4 @@ { "version": 1, - "networks": {} -} + "deployAliases": {} +} \ No newline at end of file diff --git a/examples/zkapps/07-oracles/contracts/config.json b/examples/zkapps/07-oracles/contracts/config.json index 73c34d158..93216b0e5 100644 --- a/examples/zkapps/07-oracles/contracts/config.json +++ b/examples/zkapps/07-oracles/contracts/config.json @@ -1,4 +1,4 @@ { "version": 1, "deployAliases": {} -} +} \ No newline at end of file diff --git a/examples/zkapps/09-recursion/config.json b/examples/zkapps/09-recursion/config.json index a6ba768fa..93216b0e5 100644 --- a/examples/zkapps/09-recursion/config.json +++ b/examples/zkapps/09-recursion/config.json @@ -1,4 +1,4 @@ { "version": 1, - "networks": {} -} + "deployAliases": {} +} \ No newline at end of file