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
@@ -75,8 +75,8 @@ Before you start this tutorial, ensure you have the following prerequisites:
75
75
-**Deployment Host**: A stable server environment (cloud or on-premise) is required for a production deployment of the Transmitter service. This guide uses your local machine for initial setup and testing.
76
76
-**Software Dependencies**: [Foundry][FOUNDRY_INSTALL], [Docker][DOCKER_INSTALL], [Node.js][NODE_INSTALL], and [Redis][REDIS_INSTALL] installed on your deployment host. This guide uses `pnpm` for package management.
77
77
-**Development Wallet**: This guide requires a funded development wallet and its **private key** to send transactions.
78
-
-**Network Configuration**: This guide uses **Arbitrum Sepolia**. You can find RPC URLs on [Chainlist](https://chainlist.org).
79
-
-**Testnet Funds**: The wallet must be funded with testnet `LINK` and `ETH` to pay for transaction fees on the **Arbitrum Sepolia** network. Both are available from the [Chainlink Faucet](https://faucets.chain.link/).
78
+
-**Network Configuration**: This guide uses **Avalanche Fuji**. You can find RPC URLs on [Chainlist](https://chainlist.org).
79
+
-**Testnet Funds**: The wallet must be funded with testnet `LINK` and `AVAX` to pay for transaction fees on the **Avalanche Fuji** network. Both are available from the [Chainlink Faucet](https://faucets.chain.link/).
80
80
-**API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us][DATA_STREAMS_CONTACT] to request Data Streams access.
81
81
-**Web3 Foundation**: A basic understanding of [smart contracts and blockchain development](/quickstarts/deploy-your-first-contract).
82
82
@@ -107,7 +107,7 @@ First, deploy a `DataStreamsFeed.sol` contract. This contract receives and store
@@ -308,7 +308,7 @@ The optional sections below provide a detailed overview of the Transmitter UI, e
308
308
309
309
<Accordion title="Chain" >
310
310
311
-
On the upper-right corner of the page you will find the **Chain** section. Since the default chain is configured to `Arbitrum Sepolia`, you should see that network listed along with details for your wallet.
311
+
On the upper-right corner of the page you will find the **Chain** section. Since the default chain is configured to `Avalanche Fuji`, you should see that network listed along with details for your wallet.
@@ -318,7 +318,7 @@ On the upper-right corner of the page you will find the **Chain** section. Since
318
318
| **Native Token Balance** | Your native token balance, which is used to pay for on-chain transaction fees (gas). |
319
319
| **LINK Balance** | Your `LINK` token balance, used to pay for Chainlink Data Streams transactions. |
320
320
321
-
Your balance should reflect the amount of testnet LINK and ETH you have in your wallet. If you need more, you can use the [Chainlink Faucet](https://faucets.chain.link/).
321
+
Your balance should reflect the amount of testnet LINK and AVAX you have in your wallet. If you need more, you can use the [Chainlink Faucet](https://faucets.chain.link/).
0 commit comments