File tree 2 files changed +6
-0
lines changed
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"
25
25
rpc_url = " https://api.mainnet-beta.solana.com"
26
26
wss_url = " wss://api.mainnet-beta.solana.com"
27
27
28
+ # Path to the key store.
29
+ key_store.root_path = " /path/to/keystore"
30
+
28
31
# Duration of the interval at which to publish updates. Default interval is 1 seconds.
29
32
# exporter.publish_interval_duration = "1s"
30
33
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ exporter.publish_interval_duration = "400ms"
25
25
rpc_url = " https://api.testnet.solana.com"
26
26
wss_url = " wss://api.testnet.solana.com"
27
27
28
+ # Path to the key store.
29
+ key_store.root_path = " /path/to/keystore"
30
+
28
31
# Duration of the interval at which to publish updates. Default interval is 1 seconds.
29
32
# exporter.publish_interval_duration = "1s"
30
33
You can’t perform that action at this time.
0 commit comments