From 8e53770cf1491a0b34205cfbc9ad01e3d44219c8 Mon Sep 17 00:00:00 2001 From: ymekuria Date: Thu, 7 Dec 2023 13:14:43 -0800 Subject: [PATCH] fix(config.json): update berkeley deploy alias URL to use the new API endpoint for minascan.io fix(config.json): update feepayerKeyPath description to mention zkApp CLI instead of zkApp-cli for consistency and clarity --- examples/zkapps/04-zkapp-browser-ui/contracts/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/zkapps/04-zkapp-browser-ui/contracts/config.json b/examples/zkapps/04-zkapp-browser-ui/contracts/config.json index a6c8cbb8f..2b079ac15 100644 --- a/examples/zkapps/04-zkapp-browser-ui/contracts/config.json +++ b/examples/zkapps/04-zkapp-browser-ui/contracts/config.json @@ -2,9 +2,9 @@ "version": 1, "deployAliases": { "berkeley": { - "url": "https://proxy.berkeley.minaexplorer.com/graphql", + "url": "https://api.minascan.io/node/berkeley/v1/graphql", "keyPath": "keys/berkeley.json", - "feepayerKeyPath": "This is specific to each developer and can be generated with the zkApp-cli. Update with your feepayer keypath to run this tutorial example", + "feepayerKeyPath": "This is specific to each developer and can be generated with the zkApp CLI. Update with your feepayer keypath to run this tutorial example", "feepayerAlias": "dev", "fee": ".1", "smartContract": "Add"