Co-authored-by: Dave Kaj <davidkajpust@informal.systems> Co-authored-by: Ubuntu <big-cycles@quartz-sgx-test-release.vjset0kafl0exefwnpdw0qebjd.bx.internal.cloudapp.net> Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
11 lines
283 B
TOML
11 lines
283 B
TOML
mock_sgx = true
|
|
tx_sender = "admin"
|
|
chain_id = "test-1"
|
|
node_url = "http://127.0.0.1:26657"
|
|
ws_url = "ws://127.0.0.1:26657/websocket"
|
|
grpc_url = "http://127.0.0.1:9090"
|
|
enclave_rpc_addr = "http://127.0.0.1"
|
|
enclave_rpc_port = 11090
|
|
trusted_hash = ""
|
|
trusted_height = 0
|
|
release = true |