File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ rpc_urls = ["https://api2.pythnet.pyth.network"]
10
10
11
11
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
12
12
# This can be omitted when oracle.subscriber_enabled is set to false.
13
- wss_url = " wss://api2.pythnet.pyth.network"
13
+ wss_urls = [ " wss://api2.pythnet.pyth.network" ]
14
14
15
15
# Path to your publishing keypair.
16
16
key_store.publish_keypair_path = " /path/to/keypair.json"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ rpc_urls = ["https://api.pythtest.pyth.network"]
10
10
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes
11
11
# on the network. This can be omitted when oracle.subscriber_enabled is set to
12
12
# false.
13
- wss_url = " wss://api.pythtest.pyth.network"
13
+ wss_urls = [ " wss://api.pythtest.pyth.network" ]
14
14
15
15
# Path to your publishing keypair.
16
16
key_store.publish_keypair_path = " /path/to/keypair.json"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ rpc_urls = ["https://api.pythtest.pyth.network"]
37
37
38
38
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
39
39
# This can be omitted when oracle.subscriber_enabled is set to false.
40
- wss_url = " wss://api.pythtest.pyth.network"
40
+ wss_urls = [ " wss://api.pythtest.pyth.network" ]
41
41
42
42
# Path to the keypair used to publish price updates. If set to a
43
43
# non-existent file path, the system expects a keypair to be loaded
You can’t perform that action at this time.
0 commit comments