From ac38d80b394d3fe22e7e0fdca14f7ec08b355a62 Mon Sep 17 00:00:00 2001 From: Tng Zi Xiang <54768054+zixiang2018@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:46:26 +0800 Subject: [PATCH] chore: update sample for encrypt decrypt (#48) * chore: update sample doc * chore: lint --- .github/workflows/manual.yml | 1 - src/views/encrypt-decrypt.tsx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index e8b7f86..78a7fac 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -14,4 +14,3 @@ jobs: run: npm run test - name: Build run: npm run build - diff --git a/src/views/encrypt-decrypt.tsx b/src/views/encrypt-decrypt.tsx index dcdf06f..76be181 100644 --- a/src/views/encrypt-decrypt.tsx +++ b/src/views/encrypt-decrypt.tsx @@ -9,12 +9,12 @@ const SAMPLE = { q: { type: "DOCUMENT", payload: { - uri: "https://api-vaccine.storage.staging.notarise.io/document/6cfbbcbf-85a1-4644-b61a-952c12376502", + uri: "https://api-vaccine.storage.staging.notarise.io/document/c716022a-f3d0-43b5-bd53-bdd3aefe82c7", permittedActions: ["VIEW", "STORE"], redirect: "https://www.verify.gov.sg/verify", }, }, - anchor: { key: "2b1236683c3a842ed4a0bb032c1cf668e24bcaf8ce599aeef502c93cb628152c" }, + anchor: { key: "af52904a968adfa2a66d2cb5f2bd076e1b395247c297d06bdc7760d48b0d3160" }, }; const action = stringifyAndEncode(SAMPLE.q);