Skip to content

Data Streams - Update billing page #1913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/data-streams/billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import { Aside, ClickToZoom } from "@components"
integrating Chainlink Data Streams with your applications.
</Aside>

You pay to verify reports from Data Streams onchain using the verifier contract. The verification price depends on the Data Streams feed ID from which you verify a report. You pay per report verified. If you verify multiple reports in a batch, you pay for all of the reports included in that batch.
You pay to verify reports from Data Streams onchain using the verifier contract. You pay per report verified. If you verify multiple reports in a batch, you pay for all of the reports included in that batch.

Chainlink Data Streams supports fee payments in LINK and in alternative assets, which currently includes native blockchain gas tokens and their ERC20-wrapped version. Payments made in alternative assets have a 10% surcharge when compared to LINK payments.
The verification price is 0.35 USD per report. Chainlink Data Streams supports fee payments in LINK and in alternative assets, which currently includes native blockchain gas tokens and their ERC20-wrapped version. Payments made in alternative assets have a 10% surcharge when compared to LINK payments.

[Contact us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) to learn more about Mainnet pricing.
6 changes: 2 additions & 4 deletions src/features/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,17 +193,15 @@ export const CHAINS: Chain[] = [
name: "Arbitrum Mainnet",
explorerUrl: "https://arbiscan.io/address/%s",
networkType: "mainnet",
rddUrl:
"https://reference-data-directory-r9449l7ul-chainlinklabs.vercel.app/feeds-ethereum-mainnet-arbitrum-1.json",
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-arbitrum-1.json",
queryString: "arbitrum-mainnet",
tags: ["nftFloorPrice", "streams"],
},
{
name: "Arbitrum Sepolia",
explorerUrl: "https://sepolia.arbiscan.io/address/%s",
networkType: "testnet",
rddUrl:
"https://reference-data-directory-r9449l7ul-chainlinklabs.vercel.app/feeds-ethereum-testnet-sepolia-arbitrum-1.json",
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-testnet-sepolia-arbitrum-1.json",
queryString: "arbitrum-sepolia",
tags: ["rates", "streams"],
},
Expand Down
Loading