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 =