Implements the following: - grpc based cw client (alsmost chain agnostic, but not fully yet) - All URL based CLI args now use reqwest::Url type. - An almost 'Bin agnostic CliClient' - SSL and DNS resolution support in gramine - Implement generic attestation support for transfers enclave - Misc cleanup
12 lines
278 B
TOML
12 lines
278 B
TOML
mock_sgx = true
|
|
tx_sender = "admin"
|
|
chain_id = "testing"
|
|
node_url = "http://127.0.0.1:26657"
|
|
ws_url = "ws://127.0.0.1/wesocket"
|
|
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
|