Fix env vars of quartz.toml for cli (#165)
This commit is contained in:
parent
de53f6ee06
commit
cf0a2ffc41
2 changed files with 11 additions and 3 deletions
8
apps/mtcs/quartz.toml
Normal file
8
apps/mtcs/quartz.toml
Normal file
|
@ -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
|
|
@ -1,8 +1,8 @@
|
||||||
mock_sgx = false
|
mock_sgx = false
|
||||||
tx_sender = "admin"
|
tx_sender = "admin"
|
||||||
chain_id = "testing"
|
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_addr = "http://127.0.0.1"
|
||||||
enclave_rpc_port = 11090
|
enclave_rpc_port = 11090
|
||||||
trusted_hash = ""
|
trusted_hash = "0E01C103E05108B2981C202C5AE41024444E0638A7D8C734916C2797EB1EE447"
|
||||||
trusted_height = 0
|
trusted_height = 8401
|
Loading…
Reference in a new issue