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
15 lines
507 B
TOML
15 lines
507 B
TOML
mock_sgx = false
|
|
tx_sender = "val1"
|
|
chain_id = "pion-1"
|
|
node_url = "https://rpc-falcron.pion-1.ntrn.tech"
|
|
ws_url = "wss://rpc-falcron.pion-1.ntrn.tech/websocket"
|
|
grpc_url = "https://grpc-falcron.pion-1.ntrn.tech:80"
|
|
# node_url = "https://neutron-testnet-rpc.polkachu.com"
|
|
# ws_url = "wss://neutron-testnet-rpc.polkachu.com/websocket"
|
|
# grpc_url = "https://grpc.baryon.remedy.tm.p2p.org:443"
|
|
enclave_rpc_addr = "https://127.0.0.1"
|
|
enclave_rpc_port = 11091
|
|
trusted_hash = ""
|
|
trusted_height = 0
|
|
release = true
|