You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Contact us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) to talk to an expert about integrating
1538
-
Chainlink Data Streams with your applications.
1537
+
[Contact us](https://chain.link/contact?ref_id=datastreams) to talk to an expert about integrating Chainlink Data
1538
+
Streams with your applications.
1539
1539
</Aside>
1540
1540
1541
1541
## Debugging StreamsLookup
@@ -2231,7 +2231,7 @@ If your upkeep is paused, your upkeep will not be performed. Please unpause it i
2231
2231
2232
2232
### Upkeep has not been allowlisted
2233
2233
2234
-
Once you registered your upkeep, you need to [ask the Data Streams team to allowlist your upkeepID](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) and specify the feeds you will need to access. If your upkeepID has not been added to the allow list it will not perform an upkeep.
2234
+
Once you registered your upkeep, you need to [ask the Data Streams team to allowlist your upkeepID](https://chain.link/contact?ref_id=datastreams) and specify the feeds you will need to access. If your upkeepID has not been added to the allow list it will not perform an upkeep.
2235
2235
2236
2236
### Requesting multiple feeds where one is not valid
Copy file name to clipboardExpand all lines: src/content/chainlink-automation/reference/debugging-errors.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ If your upkeep is paused, your upkeep will not be performed. Please unpause it i
40
40
41
41
### Upkeep has not been allowlisted
42
42
43
-
Once you registered your upkeep, you need to [ask the Data Streams team to allowlist your upkeepID](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) and specify the feeds you will need to access. If your upkeepID has not been added to the allow list it will not perform an upkeep.
43
+
Once you registered your upkeep, you need to [ask the Data Streams team to allowlist your upkeepID](https://chain.link/contact?ref_id=datastreams) and specify the feeds you will need to access. If your upkeepID has not been added to the allow list it will not perform an upkeep.
44
44
45
45
### Requesting multiple feeds where one is not valid
For additional information about data sourcing, please [contact us](https://chain.link/contact?ref_id=datastreams).
515
514
</Aside>
516
515
517
516
---
@@ -7021,7 +7020,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
7021
7020
7022
7021
- **Git**: Make sure you have Git installed. You can check your current version by running git --version in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
7023
7022
- **Go Version**: Make sure you have Go version 1.21 or higher. You can check your current version by running `go version` in your terminal and download the latest version from the official [Go website](https://go.dev/) if necessary.
7024
-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
7023
+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
7025
7024
7026
7025
## Tutorial
7027
7026
@@ -7631,7 +7630,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
7631
7630
7632
7631
- **Git**: Make sure you have Git installed. You can check your current version by running git --version in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
7633
7632
- **Go Version**: Make sure you have Go version 1.21 or higher. You can check your current version by running `go version` in your terminal and download the latest version from the official [Go website](https://go.dev/) if necessary.
7634
-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
7633
+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
7635
7634
7636
7635
## Tutorial
7637
7636
@@ -8076,7 +8075,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
8076
8075
## Requirements
8077
8076
8078
8077
- **Rust**: Make sure you have Rust installed. You can install Rust by following the instructions on the official [Rust website](https://www.rust-lang.org/tools/install).
8079
-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
8078
+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
8080
8079
8081
8080
## Tutorial
8082
8081
@@ -8388,7 +8387,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
8388
8387
## Requirements
8389
8388
8390
8389
- **Rust**: Make sure you have Rust installed. You can install Rust by following the instructions on the official [Rust website](https://www.rust-lang.org/tools/install).
8391
-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
8390
+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
8392
8391
8393
8392
## Tutorial
8394
8393
@@ -8846,7 +8845,7 @@ Before you begin, you should have:
8846
8845
- [RPC Clients](https://solana.com/docs/rpc) and network interaction
8847
8846
- [Transactions](https://solana.com/docs/core/transactions) and signing
8848
8847
- [Keypairs](https://solana.com/docs/intro/wallets#keypair) and account management
8849
-
- An allowlisted account in the Data Streams Access Controller ([contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to get started)
8848
+
- An allowlisted account in the Data Streams Access Controller ([contact us](https://chain.link/contact?ref_id=datastreams) to get started)
8850
8849
8851
8850
### Requirements
8852
8851
@@ -9196,7 +9195,7 @@ Before you begin, you should have:
- Knowledge of the [Anchor](https://www.anchor-lang.com/) framework
9199
-
- An allowlisted account in the Data Streams Access Controller. ([Contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to get started).
9198
+
- An allowlisted account in the Data Streams Access Controller. ([contact us](https://chain.link/contact?ref_id=datastreams) to get started).
9200
9199
9201
9200
### Requirements
9202
9201
@@ -9754,7 +9753,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
9754
9753
- **Git**: Make sure you have Git installed. You can check your current version by running git --version in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
9755
9754
- **Node.js**: Make sure you have Node.js 20.0 or higher. You can check your current version by running node --version in your terminal and download the latest version from the official [Node.js website](https://nodejs.org/) if necessary.
9756
9755
- **TypeScript**: Make sure you have TypeScript 5.3 or higher. You can check your current version by running npx tsc --version in your terminal and install or update TypeScript by running npm install -g typescript if necessary.
9757
-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
9756
+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
9758
9757
9759
9758
## Tutorial
9760
9759
@@ -10219,7 +10218,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
10219
10218
- **Git**: Make sure you have Git installed. You can check your current version by running git --version in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
10220
10219
- **Node.js**: Make sure you have Node.js 20.0 or higher. You can check your current version by running node --version in your terminal and download the latest version from the official [Node.js website](https://nodejs.org/) if necessary.
10221
10220
- **TypeScript**: Make sure you have TypeScript 5.3 or higher. You can check your current version by running npx tsc --version in your terminal and install or update TypeScript by running npm install -g typescript if necessary.
10222
-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
10221
+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
Copy file name to clipboardExpand all lines: src/content/data-streams/tutorials/go-sdk-fetch.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
47
47
48
48
-**Git**: Make sure you have Git installed. You can check your current version by running <CopyTexttext="git --version"code/> in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
49
49
-**Go Version**: Make sure you have Go version 1.21 or higher. You can check your current version by running `go version` in your terminal and download the latest version from the official [Go website](https://go.dev/) if necessary.
50
-
-**API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
50
+
-**API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
Copy file name to clipboardExpand all lines: src/content/data-streams/tutorials/go-sdk-stream.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
46
46
47
47
-**Git**: Make sure you have Git installed. You can check your current version by running <CopyTexttext="git --version"code/> in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
48
48
-**Go Version**: Make sure you have Go version 1.21 or higher. You can check your current version by running `go version` in your terminal and download the latest version from the official [Go website](https://go.dev/) if necessary.
49
-
-**API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
49
+
-**API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
Copy file name to clipboardExpand all lines: src/content/data-streams/tutorials/rust-sdk-fetch.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
46
46
## Requirements
47
47
48
48
-**Rust**: Make sure you have Rust installed. You can install Rust by following the instructions on the official [Rust website](https://www.rust-lang.org/tools/install).
49
-
-**API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
49
+
-**API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
0 commit comments