Skip to content

Commit 9c1dbbc

Browse files
authored
Add keystore to secondary network (#76)
1 parent b406724 commit 9c1dbbc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

config/config.sample.pythnet.toml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ exporter.publish_interval_duration = "400ms"
2525
rpc_url = "https://api.mainnet-beta.solana.com"
2626
wss_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

config/config.sample.pythtest.toml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ exporter.publish_interval_duration = "400ms"
2525
rpc_url = "https://api.testnet.solana.com"
2626
wss_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

0 commit comments

Comments
 (0)