Skip to content

Commit

Permalink
Update config.sample.pythnet.toml (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati authored Dec 18, 2023
1 parent d4473bf commit a5ad8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.sample.pythnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ listen_address = "127.0.0.1:8910"

# HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private
# endpoint should be used in most cases.
rpc_url = "http://api.pythnet.pyth.network:8899"
rpc_url = "https://api2.pythnet.pyth.network"

# 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 = "ws://api.pythnet.pyth.network:8900"
wss_url = "wss://api2.pythnet.pyth.network"

# Path to your publishing keypair.
key_store.publish_keypair_path = "/path/to/keypair.json"
Expand Down

0 comments on commit a5ad8d0

Please sign in to comment.