From c67d032ec773c104e6185acd1195290c24234e2f Mon Sep 17 00:00:00 2001 From: Thulasiram Peddiboina Date: Tue, 25 Jun 2024 22:01:04 +0530 Subject: [PATCH] Update deployERC20.ts Updated deployERC20.ts --- scripts/deployERC20.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deployERC20.ts b/scripts/deployERC20.ts index 069fb9a..08d4313 100644 --- a/scripts/deployERC20.ts +++ b/scripts/deployERC20.ts @@ -13,7 +13,7 @@ const Operators = { }; async function main() { - // you can run https://go.dev/play/p/3id7HAhf-Wi to get schema hash and claimPathKey using YOUR schema + // you can run https://go.dev/play/p/oB_oOW7kBEw to get schema hash and claimPathKey using YOUR schema const schema = '74977327600848231385663280181476307657'; // merklized path to field in the W3C credential according to JSONLD schema e.g. birthday in the KYCAgeCredential under the url "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld" const schemaUrl =