diff --git a/apps/mtcs/quartz.toml b/apps/mtcs/quartz.toml new file mode 100644 index 0000000..04d73bb --- /dev/null +++ b/apps/mtcs/quartz.toml @@ -0,0 +1,8 @@ +mock_sgx = false +tx_sender = "admin" +chain_id = "testing" +node_url = "127.0.0.1:26657" +enclave_rpc_addr = "http://127.0.0.1" +enclave_rpc_port = 11090 +trusted_hash = "0E01C103E05108B2981C202C5AE41024444E0638A7D8C734916C2797EB1EE447" +trusted_height = 8401 \ No newline at end of file diff --git a/apps/transfers/quartz.toml b/apps/transfers/quartz.toml index ae8db57..04d73bb 100644 --- a/apps/transfers/quartz.toml +++ b/apps/transfers/quartz.toml @@ -1,8 +1,8 @@ mock_sgx = false tx_sender = "admin" chain_id = "testing" -node_url = "http://127.0.0.1:26657" +node_url = "127.0.0.1:26657" enclave_rpc_addr = "http://127.0.0.1" enclave_rpc_port = 11090 -trusted_hash = "" -trusted_height = 0 \ No newline at end of file +trusted_hash = "0E01C103E05108B2981C202C5AE41024444E0638A7D8C734916C2797EB1EE447" +trusted_height = 8401 \ No newline at end of file