Skip to content

Commit 181d57a

Browse files
Update 1_StreamPricesRequest.py
1 parent bbc8a8a commit 181d57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exchange_api_examples/oracle_rpc/1_StreamPricesRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def main() -> None:
2626

2727
base_s = "BTC"
2828
quote_s = "USD"
29-
oracle_t = "band"
29+
oracle_t = "coinbase"
3030

3131
stream_req = oracle_rpc_pb.StreamPricesRequest(base_symbol = base_s, quote_symbol = quote_s, oracle_type = oracle_t)
3232
stream_resp = oracle_exchange_rpc.StreamPrices(stream_req)

0 commit comments

Comments
 (0)