File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ exporter.publish_interval_duration = "400ms"
2525rpc_url = " https://api.mainnet-beta.solana.com"
2626wss_url = " wss://api.mainnet-beta.solana.com"
2727
28+ # Path to the key store.
29+ key_store.root_path = " /path/to/keystore"
30+
2831# Duration of the interval at which to publish updates. Default interval is 1 seconds.
2932# exporter.publish_interval_duration = "1s"
3033
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ exporter.publish_interval_duration = "400ms"
2525rpc_url = " https://api.testnet.solana.com"
2626wss_url = " wss://api.testnet.solana.com"
2727
28+ # Path to the key store.
29+ key_store.root_path = " /path/to/keystore"
30+
2831# Duration of the interval at which to publish updates. Default interval is 1 seconds.
2932# exporter.publish_interval_duration = "1s"
3033
You can’t perform that action at this time.
0 commit comments