From 1f6ef651414bd49224fb0eb92324660aead2c8e1 Mon Sep 17 00:00:00 2001 From: Shoaib Ahmed Date: Thu, 16 May 2024 02:06:00 -0700 Subject: [PATCH] Add script to set trusted hash and start a demo enclave (#90) --- enclaves/quartz/quartz.manifest.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enclaves/quartz/quartz.manifest.template b/enclaves/quartz/quartz.manifest.template index f93ea6f..6005fa5 100644 --- a/enclaves/quartz/quartz.manifest.template +++ b/enclaves/quartz/quartz.manifest.template @@ -21,8 +21,8 @@ loader.env.MYAPP_DATA = { passthrough = true } loader.argv = ["quartz-enclave", "--chain-id", "testing", - "--trusted-height", "1", - "--trusted-hash", "2EF0E6F9BDDF5DEAA6FCD6492C3DB26D7C62BFFC01B538A958D04376E0B67185"] + "--trusted-height", "{{ trusted_height }}", + "--trusted-hash", "{{ trusted_hash }}"] fs.mounts = [ { uri = "file:{{ gramine.runtimedir() }}", path = "/lib" },