From 5edac0f4145b848ee084f3fe30b89a6d59b18ef9 Mon Sep 17 00:00:00 2001 From: Karim <98668332+khadni@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:36:30 +0200 Subject: [PATCH 1/3] Update billing page --- src/content/data-streams/billing.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/content/data-streams/billing.mdx b/src/content/data-streams/billing.mdx index 720bf64be56..30a81fd5a61 100644 --- a/src/content/data-streams/billing.mdx +++ b/src/content/data-streams/billing.mdx @@ -17,8 +17,13 @@ import { Aside, ClickToZoom } from "@components" integrating Chainlink Data Streams with your applications. -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. + +--- + +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. +The verification price is $0.35 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. From dd5a4f5283f25e85f100f5e8fe464eabf5d883d4 Mon Sep 17 00:00:00 2001 From: Dwight Lyle Date: Fri, 26 Apr 2024 09:44:47 -0600 Subject: [PATCH 2/3] Switch to default RDD URLs --- src/features/data/chains.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/features/data/chains.ts b/src/features/data/chains.ts index 43c7c309202..dc3edd8ab61 100644 --- a/src/features/data/chains.ts +++ b/src/features/data/chains.ts @@ -193,8 +193,7 @@ 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"], }, @@ -202,8 +201,7 @@ export const CHAINS: Chain[] = [ 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"], }, From 191378c48e430a0fae3a5352275ce1c006acbcfe Mon Sep 17 00:00:00 2001 From: Karim <98668332+khadni@users.noreply.github.com> Date: Fri, 26 Apr 2024 18:05:00 +0200 Subject: [PATCH 3/3] Update billing page --- src/content/data-streams/billing.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/content/data-streams/billing.mdx b/src/content/data-streams/billing.mdx index 30a81fd5a61..7285707fc09 100644 --- a/src/content/data-streams/billing.mdx +++ b/src/content/data-streams/billing.mdx @@ -22,8 +22,3 @@ You pay to verify reports from Data Streams onchain using the verifier contract. 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. - ---- - -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. -The verification price is $0.35 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.