Skip to content

Commit

Permalink
recreates fixes (#1505)
Browse files Browse the repository at this point in the history
* recreates fixes

* restore file

* revokes get test tokens
  • Loading branch information
m4sterbunny authored Sep 4, 2024
1 parent 5e9324c commit d44007d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
19 changes: 12 additions & 7 deletions services/reference/avalanche-c-chain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,22 @@ Calls to the network are routed to [partner infrastructure providers](#partners-

:::

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.
Avalanche is a Proof of Stake (PoS), layer 1 platform that features 3 built-in blockchains:
- [Contract Chain (C-Chain)](https://docs.avax.network/learn/primary-network#c-chain)
- [Exchange Chain (X-Chain)](https://docs.avax.network/learn/primary-network#x-chain)
- [Platform Chain (P-Chain)](https://docs.avax.network/learn/primary-network#p-chain)

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

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

:::info See also

- View the [official Avalanche C-Chain documentation](https://docs.avax.network/build/dapp/c-chain-evm) for more information about building on
the Avalanche C-Chain.
- 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).
- View the [official Avalanche C-Chain documentation](https://docs.avax.network/dapps)
for more information about building on the Avalanche C-Chain.
- 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).

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Avalanche C-Chain uses the Go Ethereum (Geth) API and supports the standard [Eth

:::

Refer to the [Avalanche documentation](https://docs.avax.network/apis/avalanchego/apis/c-chain#methods) for more
Refer to the [Avalanche documentation](https://docs.avax.network/api-reference/c-chain/api) for more
information about supported methods.
3 changes: 2 additions & 1 deletion services/reference/linea/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Line

## Prerequisites

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

## Make calls

Expand Down Expand Up @@ -199,3 +199,4 @@ by Infura. Here are some suggestions:

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

2 changes: 1 addition & 1 deletion services/reference/optimism/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Opti

## Prerequisites

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

## Make calls

Expand Down

0 comments on commit d44007d

Please sign in to comment.