Skip to content

Commit d44007d

Browse files
authored
recreates fixes (#1505)
* recreates fixes * restore file * revokes get test tokens
1 parent 5e9324c commit d44007d

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,22 @@ Calls to the network are routed to [partner infrastructure providers](#partners-
1414

1515
:::
1616

17-
Avalanche is a Proof of Stake (PoS), layer 1 platform that features 3 built-in blockchains: [Exchange Chain (X-Chain)](https://docs.avax.network/overview/getting-started/avalanche-platform-overview#exchange-chain-x-chain), [Platform Chain (P-Chain)](https://docs.avax.network/overview/getting-started/avalanche-platform-overview#platform-chain-p-chain), and [Contract Chain (C-Chain)](https://docs.avax.network/overview/getting-started/avalanche-platform-overview#contract-chain-c-chain). Infura provides access to the C-Chain only.
17+
Avalanche is a Proof of Stake (PoS), layer 1 platform that features 3 built-in blockchains:
18+
- [Contract Chain (C-Chain)](https://docs.avax.network/learn/primary-network#c-chain)
19+
- [Exchange Chain (X-Chain)](https://docs.avax.network/learn/primary-network#x-chain)
20+
- [Platform Chain (P-Chain)](https://docs.avax.network/learn/primary-network#p-chain)
1821

19-
The C-Chain supports the Ethereum Virtual Machine (EVM), allowing Ethereum developers to deploy Solidity smart contract
20-
dapps onto the C-Chain. Dapps can run on both Avalanche and Ethereum. Avalanche Platform's C-Chain is EVM-compatible, but
21-
it is not identical.
22+
Infura provides access to the C-Chain.
23+
24+
The C-Chain supports the Ethereum Virtual Machine (EVM), allowing Ethereum developers to deploy Solidity
25+
smart contract dapps onto the C-Chain. Dapps can run on both Avalanche and Ethereum. Avalanche
26+
Platform's C-Chain is EVM-compatible, but it is not identical.
2227

2328
:::info See also
2429

25-
- View the [official Avalanche C-Chain documentation](https://docs.avax.network/build/dapp/c-chain-evm) for more information about building on
26-
the Avalanche C-Chain.
27-
- View the [differences between developing on Ethereum versus Avalanche C-Chain](https://docs.avax.network/build/dapp/launch-dapp#gotchas-and-things-to-look-out-for).
30+
- View the [official Avalanche C-Chain documentation](https://docs.avax.network/dapps)
31+
for more information about building on the Avalanche C-Chain.
32+
- 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).
2833

2934
:::
3035

services/reference/avalanche-c-chain/json-rpc-methods/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Avalanche C-Chain uses the Go Ethereum (Geth) API and supports the standard [Eth
1414

1515
:::
1616

17-
Refer to the [Avalanche documentation](https://docs.avax.network/apis/avalanchego/apis/c-chain#methods) for more
17+
Refer to the [Avalanche documentation](https://docs.avax.network/api-reference/c-chain/api) for more
1818
information about supported methods.

services/reference/linea/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Line
1515

1616
## Prerequisites
1717

18-
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Linea network enabled.
18+
- Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Linea network enabled.
1919

2020
## Make calls
2121

@@ -199,3 +199,4 @@ by Infura. Here are some suggestions:
199199

200200
Remember, the Infura community is here to help. If you have any questions or run into any issues, check out the
201201
[Infura community](https://community.infura.io/) for help and answers to common questions.
202+

services/reference/optimism/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Opti
1515

1616
## Prerequisites
1717

18-
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Optimism network enabled.
18+
- Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Optimism network enabled.
1919

2020
## Make calls
2121

0 commit comments

Comments
 (0)