0.5.1-pre.007
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
{
|
||||
"active_profile": "local_devnet",
|
||||
"default_profile": "local_devnet",
|
||||
"ws_endpoint_defaults": [
|
||||
{
|
||||
"name": "standard_rpc_ws",
|
||||
"connect_timeout_ms": 5000,
|
||||
"request_timeout_ms": 10000,
|
||||
"unsubscribe_timeout_ms": 1500,
|
||||
"write_channel_capacity": 256,
|
||||
"event_channel_capacity": 1024,
|
||||
"auto_reconnect": false
|
||||
},
|
||||
{
|
||||
"name": "high_capacity_rpc_ws",
|
||||
"connect_timeout_ms": 5000,
|
||||
"request_timeout_ms": 10000,
|
||||
"unsubscribe_timeout_ms": 1500,
|
||||
"write_channel_capacity": 512,
|
||||
"event_channel_capacity": 4096,
|
||||
"auto_reconnect": false
|
||||
}
|
||||
],
|
||||
"profiles": [
|
||||
{
|
||||
"name": "local_devnet",
|
||||
@@ -97,12 +117,7 @@
|
||||
"provider": "solana-public",
|
||||
"cluster": "devnet",
|
||||
"url": "wss://api.devnet.solana.com",
|
||||
"connect_timeout_ms": 5000,
|
||||
"request_timeout_ms": 10000,
|
||||
"unsubscribe_timeout_ms": 1500,
|
||||
"write_channel_capacity": 256,
|
||||
"event_channel_capacity": 1024,
|
||||
"auto_reconnect": false,
|
||||
"defaults": "standard_rpc_ws",
|
||||
"roles": [
|
||||
{
|
||||
"role": "slot_notifications",
|
||||
|
||||
Reference in New Issue
Block a user