Skip to content

Commit

Permalink
Use file mounts for l1keystore and config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Dec 3, 2024
1 parent e41b2f5 commit 7149813
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nitro-espresso.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ sgx.remote_attestation = "dcap"
sys.experimental__enable_flock = true
sgx.use_exinfo = true
fs.mounts = [
{ path = "/home/user/.arbitrum/", uri = "file:/home/user/.arbitrum" }
{ path = "/home/user/.arbitrum/", uri = "file:/home/user/.arbitrum" },
{ path = "/config/", uri = "file:/config" },
{ path = "/l1keystore/", uri = "file:/l1keystore" }
]

############################# SGX: ALLOWED FILES ###############################
sgx.allowed_files = ["file:/home/user/.arbitrum", "file:/home/user/kzg10-aztec20-srs-1048584.bin"]
sgx.allowed_files = ["file:/home/user/.arbitrum", "file:/home/user/kzg10-aztec20-srs-1048584.bin", "file:/config", "file:/l1keystore"]

0 comments on commit 7149813

Please sign in to comment.