From eaff8c18face0ef8aa107c422121aa2d012d635a Mon Sep 17 00:00:00 2001 From: daltoncoder Date: Wed, 6 Nov 2024 19:20:31 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96update=20sgx=20public=20ke?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/functions/utils/getWasmCodeFromPath.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/functions/utils/getWasmCodeFromPath.ts b/src/commands/functions/utils/getWasmCodeFromPath.ts index 41036a25..b233e37f 100644 --- a/src/commands/functions/utils/getWasmCodeFromPath.ts +++ b/src/commands/functions/utils/getWasmCodeFromPath.ts @@ -12,7 +12,7 @@ import { output } from '../../../cli'; import { t } from '../../../utils/translation'; const PUBLIC_KEY = - '03a3fe41244add26af1f820d2acb4ad22b158ff7b69ce41401bf932d7734eb5d49'; + '02de6500ea852d2f4bdc9b6812ac76477e45eae556998d357cfa84e5a0a71bddb4'; const getWasm = async (filePath: string) => { const buffer = await fs.promises.readFile(filePath);