Skip to content

Commit 9d6c5bd

Browse files
Merge branch 'main' into fix/zenhub-issue
2 parents 466c77b + aa7f596 commit 9d6c5bd

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

services/how-to/get-testnet-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use [testnet endpoints](../get-started/endpoints.md) during development and init
1818
| Testnet | Faucet URL | Bridge URL |
1919
|-------------|-------------------|-------------------------------|
2020
| [Arbitrum Sepolia](https://docs.arbitrum.io/launch-orbit-chain/how-tos/add-orbit-chain-to-bridge-ui)| [Arbitrum Sepolia faucet](https://faucet.quicknode.com/arbitrum/sepolia)| [Arbitrum bridge](https://bridge.arbitrum.io/)|
21-
| [Avalanche Fuji](https://docs.avax.network/learn/networks/fuji-testnet)| [Avalanche Fuji faucet](https://faucet.avax.network)| [Avalanche bridge](https://bridge.avax.network/)|
21+
| [Avalanche Fuji](https://build.avax.network/academy/avalanche-l1/interchain-messaging/03-avalanche-starter-kit/04-networks)| [Avalanche Fuji faucet](https://faucet.avax.network)| [Avalanche bridge](https://bridge.avax.network/)|
2222
| [Base Sepolia](https://docs.base.org/chain/using-base#metamask-1)| [Base Sepolia faucet](https://faucet.quicknode.com/base/sepolia)| [Base bridge](https://bridge.base.org/deposit)|
2323
| [Blast Sepolia](https://docs.blast.io/using-blast)| [Blast Sepolia faucet](https://faucet.quicknode.com/blast/sepolia)| |
2424
| [Binance Smart Chain (BSC) Sepolia](https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain)| [BSC Sepolia faucet](https://www.bnbchain.org/en/testnet-faucet)| [BSC bridge](https://www.bnbchain.org/en/bnb-chain-bridge)|

services/reference/avalanche-c-chain/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,21 @@ Calls to the network are routed to [partner infrastructure providers](#partners-
1515

1616
:::
1717

18-
Avalanche is a Proof of Stake (PoS), layer 1 platform that features 3 built-in blockchains:
19-
- [Contract Chain (C-Chain)](https://docs.avax.network/learn/primary-network#c-chain)
20-
- [Exchange Chain (X-Chain)](https://docs.avax.network/learn/primary-network#x-chain)
21-
- [Platform Chain (P-Chain)](https://docs.avax.network/learn/primary-network#p-chain)
18+
Avalanche is a Proof of Stake (PoS), layer 1 platform that features 3 built-in blockchains:
19+
- [Contract Chain (C-Chain)](https://build.avax.network/docs/primary-network#c-chain-contract-chain)
20+
- [Exchange Chain (X-Chain)](https://build.avax.network/docs/primary-network#x-chain-exchange-chain)
21+
- [Platform Chain (P-Chain)](https://build.avax.network/docs/primary-network#p-chain-platform-chain)
2222

2323
Infura provides access to the C-Chain only.
2424

25-
The C-Chain supports the Ethereum Virtual Machine (EVM), allowing Ethereum developers to deploy Solidity
26-
smart contract dapps onto the C-Chain. Dapps can run on both Avalanche and Ethereum. Avalanche
27-
Platform's C-Chain is EVM-compatible, but it is not identical.
25+
The C-Chain supports the Ethereum Virtual Machine (EVM), allowing Ethereum developers to deploy Solidity
26+
smart contract dapps onto the C-Chain. Dapps can run on both Avalanche and Ethereum. Avalanche
27+
Platform's C-Chain is EVM-compatible, but it is not identical.
2828

2929
:::info See also
3030

31-
- View the [official Avalanche C-Chain documentation](https://docs.avax.network/dapps)
31+
- View the [official Avalanche C-Chain documentation](https://build.avax.network/)
3232
for more information about building on the Avalanche C-Chain.
33-
- View the [differences between developing on Ethereum versus Avalanche C-Chain](https://docs.avax.network/dapps/end-to-end/launch-ethereum-dapp#gotchas-and-things-to-look-out-for).
3433

3534
:::
3635

0 commit comments

Comments
 (0)