Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyth-network/pyth-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 253e341a45edf5dbfb3e1e28996657a0aff4d3be
Choose a base ref
..
head repository: pyth-network/pyth-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37c076342497cb0ec134dceb4158f743d0aa5588
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 config/config.sample.pythtest.toml
4 changes: 3 additions & 1 deletion config/config.sample.pythtest.toml
Original file line number Diff line number Diff line change
@@ -6,7 +6,9 @@ listen_address = "127.0.0.1:8910"
# HTTP(S) endpoint of the RPC node.
rpc_url = "https://api.pythtest.pyth.network"

# WS(S) endpoint of the RRC node.
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes
# on the network. This can be omitted when oracle.subscriber_enabled is set to
# false.
wss_url = "wss://api.pythtest.pyth.network"

# Path to your publishing keypair.