diff --git a/docs/localnet/mpc-config.template.toml b/docs/localnet/mpc-config.template.toml index 04772da72..ff61f7f87 100644 --- a/docs/localnet/mpc-config.template.toml +++ b/docs/localnet/mpc-config.template.toml @@ -2,6 +2,7 @@ home_dir = "$HOME/.near/$MPC_NODE_ID" [near_init] chain_id = "mpc-localnet" +download_genesis = false boot_nodes = "$NEAR_BOOT_NODES" genesis_path = "$HOME/.near/mpc-localnet/genesis.json" rpc_addr = "0.0.0.0:$RPC_PORT" @@ -11,7 +12,7 @@ network_addr = "0.0.0.0:$INDEXER_PORT" secret_store_key_hex = "11111111111111111111111111111111" [tee] -image_hash = "8b40f81f77b8c22d6c777a6e14d307a1d11cb55ab83541fbb8575d02d86a74b0" +image_hash = "sha256:8b40f81f77b8c22d6c777a6e14d307a1d11cb55ab83541fbb8575d02d86a74b0" latest_allowed_hash_file_path = "/tmp/LATEST_ALLOWED_HASH_FILE.txt" [tee.authority]