Skip to content

Commit

Permalink
Update Faucet URLs (#2003)
Browse files Browse the repository at this point in the history
* Update LINK Token testnet faucets

* Update faucet links

* Edits

* Update feeds URL

* Update src/content/chainlink-automation/guides/manage-upkeeps.mdx

Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com>

* Update src/content/resources/acquire-link.mdx

Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com>
  • Loading branch information
dwightjl and thedriftofwords authored Jul 11, 2024
1 parent 59653d6 commit fbf0a0e
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 43 deletions.
2 changes: 1 addition & 1 deletion src/content/ccip/tutorials/cross-chain-tokens-from-eoa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In this tutorial, you will use Chainlink CCIP to transfer tokens directly from y
1. Your [EOA (Externally Owned Account)](https://ethereum.org/en/developers/docs/accounts/#types-of-account) must have both AVAX and LINK tokens on _Avalanche Fuji_ to pay for the gas fees and CCIP fees.

- [Configure MetaMask to use LINK tokens](/resources/acquire-link#configure-metamask-to-use-link-tokens)
- Acquire testnet AVAX and LINK from [faucets.chain.link](https://faucets.chain.link/sepolia)
- Acquire testnet AVAX and LINK from [faucets.chain.link/fuji](https://faucets.chain.link/fuji)

1. Check the [Supported Networks page](/ccip/supported-networks) to confirm that the tokens you will transfer are supported for your lane. In this example, you will transfer tokens from _Avalanche Fuji_ to _Ethereum Sepolia_ so check the list of supported tokens [here](/ccip/supported-networks/v1_2_0/testnet#avalanche-fuji-ethereum-sepolia).

Expand Down
3 changes: 1 addition & 2 deletions src/content/chainlink-automation/guides/log-trigger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ Provide the following information in the Automation app:

<Aside type="tip" title="ERC-677 Link">
For funding on Mainnet, you need ERC-677 LINK. Many token bridges give you ERC-20 LINK tokens. Use PegSwap to
[convert Chainlink tokens (LINK) to be ERC-677 compatible](https://pegswap.chain.link/). To fund on a supported
testnet, get [LINK](/resources/link-token-contracts) from [faucets.chain.link](https://faucets.chain.link/).
[convert Chainlink tokens (LINK) to be ERC-677 compatible](https://pegswap.chain.link/). Use [faucets.chain.link](https://faucets.chain.link/) to get testnet LINK.
</Aside>

- **Check data**: Optional input field that you may use depending on whether you are using it in your contract.
Expand Down
4 changes: 2 additions & 2 deletions src/content/chainlink-automation/guides/manage-upkeeps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ You must monitor the balance of your Upkeep. If the Upkeep LINK balance drops be

<Aside type="tip" title="ERC-677 Link">
For funding on Mainnet, you need ERC-677 LINK. Many token bridges give you ERC-20 LINK tokens. Use PegSwap to [convert
Chainlink tokens (LINK) to be ERC-677 compatible](https://pegswap.chain.link/). To fund on a supported testnet, get
[LINK](/resources/link-token-contracts) from [faucets.chain.link](https://faucets.chain.link/).
Chainlink tokens (LINK) to be ERC-677 compatible](https://pegswap.chain.link/). Use
[faucets.chain.link](https://faucets.chain.link/) to get testnet LINK.
</Aside>

Follow these steps to fund your Upkeep:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This guide explains how to register an upkeep from within your smart contract, a
Before beginning this process, complete the following tasks:

1. Ensure the smart contract you want to automate is [Automation Compatible](/chainlink-automation/guides/compatible-contracts). To learn more about the contracts Chainlink Automation uses, click [here](/chainlink-automation/reference/automation-contracts).
1. Ensure you have sufficient LINK in the contract that will be registering the Upkeep. See here to get testnet [LINK](https://faucets.chain.link/).
1. Ensure you have sufficient LINK in the contract that will be registering the Upkeep. Use [faucets.chain.link](https://faucets.chain.link/) to get testnet LINK.
1. Ensure you have the addresses for the LINK token you are using, and the correct registry/registrar. You can find these values on the [Supported Networks](/chainlink-automation/overview/supported-networks) page. _Note_: You can retrieve the LINK token address by calling the function `getLinkAddress` on the registry .
1. Use variables for the registry and registrar addresses that your admin can change as new versions of Chainlink Automation are released.

Expand Down
4 changes: 2 additions & 2 deletions src/content/chainlink-automation/guides/register-upkeep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Provide the following information in the Automation app:

<Aside type="tip" title="ERC-677 Link">
For funding on Mainnet, you need ERC-677 LINK. Many token bridges give you ERC-20 LINK tokens. Use PegSwap to
[convert Chainlink tokens (LINK) to be ERC-677 compatible](https://pegswap.chain.link/). To fund on a supported
testnet, get [LINK](/resources/link-token-contracts) from [faucets.chain.link](https://faucets.chain.link/).
[convert Chainlink tokens (LINK) to be ERC-677 compatible](https://pegswap.chain.link/). Use
[faucets.chain.link](https://faucets.chain.link/) to get testnet LINK.
</Aside>

- **Check data**: This field is provided as an input for when your `checkUpkeep` function is simulated. Either leave this field blank or specify a hexadecimal value starting with `0x`. To learn how to make flexible upkeeps using `checkData`, see the [Flexible Upkeeps](/chainlink-automation/guides/flexible-upkeeps) guide.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ If the Automation Node does not see the `performUpkeep` transaction get confirme

## ERC-677 LINK

For funding on mainnet, you will need ERC-677 LINK. Many token bridges give you ERC-20 LINK tokens. Use PegSwap to [convert Chainlink tokens (LINK) to be ERC-677 compatible](https://pegswap.chain.link/). To fund on a supported testnet, get [LINK](/resources/link-token-contracts) for the testnet you are using from our [faucet](https://faucets.chain.link/).
For funding on mainnet, you will need ERC-677 LINK. Many token bridges give you ERC-20 LINK tokens. Use PegSwap to [convert Chainlink tokens (LINK) to be ERC-677 compatible](https://pegswap.chain.link/). Use [faucets.chain.link](https://faucets.chain.link/) to get testnet LINK.
2 changes: 1 addition & 1 deletion src/content/quickstarts/vrf-mystery-box.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You will use a Hardhat project to deploy an existing MysteryBox application on E
Before you start this tutorial, complete the following items:

- Set up a cryptocurrency wallet such as [MetaMask](https://metamask.io/).
- Fund your wallet with testnet ETH and LINK from [faucets.chain.link](https://faucets.chain.link/sepolia).
- Fund your wallet with testnet ETH and LINK from [faucets.chain.link/sepolia](https://faucets.chain.link/sepolia).
- Install [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). Run `git --version` to check the installation.
- Install [Nodejs](https://nodejs.org/en/) version 16 or later.
- Optionally, you can [install Yarn](https://classic.yarnpkg.com/lang/en/docs/install/) and use it to run this example instead of using `npm`.
Expand Down
4 changes: 2 additions & 2 deletions src/content/resources/acquire-link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ MetaMask should now display the new LINK token balance.

## Get testnet LINK from a faucet

1. Go to [https://faucets.chain.link/](https://faucets.chain.link/).
1. In Metamask, select the network where you want to receive testnet LINK.
1. Go to [faucets.chain.link](https://faucets.chain.link/).
1. In MetaMask, select the network where you want to receive testnet LINK.
1. Click **Connect wallet** so the faucet app can detect the network and wallet address.
1. If you want to receive testnet funds at a different address, paste it in the **Wallet address** section. This field defaults to your connected wallet address.
1. In the **Request type** section, select the testnet funds that you want to receive.
Expand Down
Loading

0 comments on commit fbf0a0e

Please sign in to comment.