Skip to content

Commit 81867a4

Browse files
committed
chore: Update README to reflect new changes
1 parent ff50d80 commit 81867a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

rust/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Add the following to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
chainlink-data-streams-report = "1.2.1"
24-
chainlink-data-streams-sdk = { version = "1.2.1", features = ["full"] }
23+
chainlink-data-streams-report = "1.2.2"
24+
chainlink-data-streams-sdk = { version = "1.2.2", features = ["full"] }
2525
```
2626

2727
#### Features
@@ -110,8 +110,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
110110

111111
let api_key = "YOUR_API_KEY_GOES_HERE";
112112
let user_secret = "YOUR_USER_SECRET_GOES_HERE";
113-
let rest_url = "https://api.testnet-dataengine.chain.link";
114-
let ws_url = "wss://ws.testnet-dataengine.chain.link";
113+
let rest_url = "https://api.dataengine.chain.link";
114+
let ws_url = "wss://ws.dataengine.chain.link";
115115

116116
let eth_usd_feed_id =
117117
ID::from_hex_str("0x000359843a543ee2fe414dc14c7e7920ef10f4372990b79d6361cdc0dd1ba782")

0 commit comments

Comments
 (0)