From 4c9b60f2a8ba8d38de6d3da69a7d59e63ebefb0a Mon Sep 17 00:00:00 2001 From: Phi Date: Fri, 1 Mar 2024 09:10:46 +0100 Subject: [PATCH 1/3] Update faucet links The calibration infra has been moved to ChainSafe. This updates the faucet links in the docs to the correct address. --- basics/what-is-filecoin/networks.md | 3 ++- networks/calibration/README.md | 5 +++-- smart-contracts/developing-contracts/get-test-tokens.md | 2 +- smart-contracts/developing-contracts/solidity-libraries.md | 2 +- smart-contracts/fundamentals/erc-20-quickstart.md | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/basics/what-is-filecoin/networks.md b/basics/what-is-filecoin/networks.md index d4b675c7f..757a56722 100644 --- a/basics/what-is-filecoin/networks.md +++ b/basics/what-is-filecoin/networks.md @@ -20,4 +20,5 @@ Test networks, or testnets, are version of the Filecoin network that attempt to * [Public endpoint](https://api.calibration.node.glif.io/rpc/v0) * [Blockchain explorer](https://calibration.filscan.io/) -* [Faucet](https://faucet.calibration.fildev.network/) +* [Calibration Faucet - Zondax](https://faucet.calibnet.chainsafe-fil.io) +* [Calibration Faucet - Zondax](https://beryx.zondax.ch/faucet/) diff --git a/networks/calibration/README.md b/networks/calibration/README.md index 4409d3a43..be84bebae 100644 --- a/networks/calibration/README.md +++ b/networks/calibration/README.md @@ -57,8 +57,9 @@ The following storage providers are running on the Calibration testnet. ## Resources -* [Faucet](https://faucet.calibration.fildev.network/) -* [DataCap allocation](https://faucet.calibration.fildev.network/) +* [Calibration Faucet - Zondax](https://faucet.calibnet.chainsafe-fil.io) +* [Calibration Faucet - Zondax](https://beryx.zondax.ch/faucet/) +* [DataCap allocation](https://faucet.calibnet.chainsafe-fil.io) * [Slack Channel for Updates: #fil-network-announcements](https://filecoinproject.slack.com/archives/C01AC6999KQ) * [Slack Channel for Questions: #fil-help](https://filecoinproject.slack.com/archives/CEGN061C5) * [Latest lightweight snapshot](https://forest-archive.chainsafe.dev/latest/calibnet/) generated with [Forest](http://github.com/ChainSafe/forest) by [ChainSafe](https://chainsafe.io/) diff --git a/smart-contracts/developing-contracts/get-test-tokens.md b/smart-contracts/developing-contracts/get-test-tokens.md index d5ecf7b0e..8008b2ca2 100644 --- a/smart-contracts/developing-contracts/get-test-tokens.md +++ b/smart-contracts/developing-contracts/get-test-tokens.md @@ -12,7 +12,7 @@ description: >- MetaMask is one of the easier ways to manage addresses on the Calibration testnet. MetaMask uses the `t4` [address type](../filecoin-evm-runtime/address-types.md), which allows developers to create and manage Solidity contracts easily. Follow the [MetaMask setup guide](../../basics/assets/metamask-setup.md) if you havn’t set up an address in your MetaMask wallet yet. 1. In your browser, open MetaMask and copy your address to your clipboard. -2. Go to [faucet.calibration.fildev.network](https://faucet.calibration.fildev.network/) and click **Send Funds**. +2. Go to [faucet.calibnet.chainsafe-fil.io](https://faucet.calibnet.chainsafe-fil.io) and click **Send Funds**. 3. Paste your address into the address field and click **Send funds**: ![The Calibration faucet website.](../../.gitbook/assets/smart-contracts-developing-contracts-get-test-tokens-send-funds.png) diff --git a/smart-contracts/developing-contracts/solidity-libraries.md b/smart-contracts/developing-contracts/solidity-libraries.md index f48b4170e..885a8b00b 100644 --- a/smart-contracts/developing-contracts/solidity-libraries.md +++ b/smart-contracts/developing-contracts/solidity-libraries.md @@ -51,7 +51,7 @@ Let’s take an ERC20 contract as an example to write and deploy it on the Calib * Remix. * MetaMask. * [MetaMask connected to the Calibration testnet](../../networks/calibration/). -* Test tokens (tFIL) [from the faucet](https://faucet.calibration.fildev.network/funds.html). +* Test tokens (tFIL) [from the faucet](https://faucet.calibnet.chainsafe-fil.io). **Procedure** diff --git a/smart-contracts/fundamentals/erc-20-quickstart.md b/smart-contracts/fundamentals/erc-20-quickstart.md index 15daade77..e061585ed 100644 --- a/smart-contracts/fundamentals/erc-20-quickstart.md +++ b/smart-contracts/fundamentals/erc-20-quickstart.md @@ -64,7 +64,7 @@ Nice! Now we’ve got the Filecoin Calibration testnet set up within MetaMask. Y 1. In your browser, open MetaMask and copy your address to your clipboard: ![Copy your address to your clipboard.](../../.gitbook/assets/smart-contracts-fundamentals-erc-20-quickstart-faucet-get-address.webp) -2. Go to [faucet.calibration.fildev.network](https://faucet.calibration.fildev.network/) and click **Send Funds.** +2. Go to [faucet.calibration.chainsafe-fil.io](https://faucet.calibnet.chainsafe-fil.io) and click **Send Funds.** 3. Paste your address into the address field, and click **Send Funds**. 4. The faucet will show a transaction ID. You can copy this ID into a Calibration testnet [block explorer](../../networks/calibration/explorers.md) to view your transaction. After a couple of minutes, you should see some `tFIL` transferred to your address. From 6169838d6709d2213593bd9f01f958a37f3d6fd5 Mon Sep 17 00:00:00 2001 From: Phi-rjan Date: Fri, 1 Mar 2024 14:19:24 +0100 Subject: [PATCH 2/3] Update basics/what-is-filecoin/networks.md Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com> --- basics/what-is-filecoin/networks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/what-is-filecoin/networks.md b/basics/what-is-filecoin/networks.md index 757a56722..3366b3bce 100644 --- a/basics/what-is-filecoin/networks.md +++ b/basics/what-is-filecoin/networks.md @@ -20,5 +20,5 @@ Test networks, or testnets, are version of the Filecoin network that attempt to * [Public endpoint](https://api.calibration.node.glif.io/rpc/v0) * [Blockchain explorer](https://calibration.filscan.io/) -* [Calibration Faucet - Zondax](https://faucet.calibnet.chainsafe-fil.io) +* [Calibration Faucet - Chainsafe](https://faucet.calibnet.chainsafe-fil.io) * [Calibration Faucet - Zondax](https://beryx.zondax.ch/faucet/) From 78fecef0bc21184110965c3d22b8af43d97a17af Mon Sep 17 00:00:00 2001 From: Phi-rjan Date: Fri, 1 Mar 2024 14:19:28 +0100 Subject: [PATCH 3/3] Update networks/calibration/README.md Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com> --- networks/calibration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks/calibration/README.md b/networks/calibration/README.md index be84bebae..7b97f094d 100644 --- a/networks/calibration/README.md +++ b/networks/calibration/README.md @@ -57,7 +57,7 @@ The following storage providers are running on the Calibration testnet. ## Resources -* [Calibration Faucet - Zondax](https://faucet.calibnet.chainsafe-fil.io) +* [Calibration Faucet - Chainsafe](https://faucet.calibnet.chainsafe-fil.io) * [Calibration Faucet - Zondax](https://beryx.zondax.ch/faucet/) * [DataCap allocation](https://faucet.calibnet.chainsafe-fil.io) * [Slack Channel for Updates: #fil-network-announcements](https://filecoinproject.slack.com/archives/C01AC6999KQ)