Skip to content
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

Update Calibnet-faucet links #2241

Merged
merged 3 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion basics/what-is-filecoin/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
rjan90 marked this conversation as resolved.
Show resolved Hide resolved
* [Calibration Faucet - Zondax](https://beryx.zondax.ch/faucet/)
5 changes: 3 additions & 2 deletions networks/calibration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ The following storage providers are running on the Calibration testnet.

## Resources <a href="#resources" id="resources"></a>

* [Faucet](https://faucet.calibration.fildev.network/)
* [DataCap allocation](https://faucet.calibration.fildev.network/)
* [Calibration Faucet - Zondax](https://faucet.calibnet.chainsafe-fil.io)
rjan90 marked this conversation as resolved.
Show resolved Hide resolved
* [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/)
Expand Down
2 changes: 1 addition & 1 deletion smart-contracts/developing-contracts/get-test-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion smart-contracts/developing-contracts/solidity-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion smart-contracts/fundamentals/erc-20-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading