Fix env vars of quartz.toml for cli (#165)

This commit is contained in:
Elena San Miguel 2024-08-19 16:10:40 +02:00 committed by GitHub
parent de53f6ee06
commit cf0a2ffc41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 3 deletions

8
apps/mtcs/quartz.toml Normal file
View 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

View file

@ -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
trusted_hash = "0E01C103E05108B2981C202C5AE41024444E0638A7D8C734916C2797EB1EE447"
trusted_height = 8401