Skip to content

Commit eb5c728

Browse files
authored
Merge branch 'main' into fix/broken-link-player-assets
2 parents c74eba8 + 7a9b599 commit eb5c728

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

pages/chain/builder/apis.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ To learn more about the Beam API, please see the dedicated [Beam SDK docs](/sdk)
1313

1414
## Beam Subnet-EVM API
1515

16-
The Subnet-EVM APIs mirror the [Coreth](https://github.com/ava-labs/coreth) APIs with one exception - Avalanche Specific APIs, identifiable by the '`avax.`' prefix. In addition, Subnet-EVM supports standard Ethereum APIs, increasing its applicability. For in-depth information about Coreth APIs, please refer [here](https://docs.avax.network/apis/avalanchego/apis/c-chain).
16+
The Subnet-EVM APIs mirror the [Coreth](https://github.com/ava-labs/coreth) APIs with one exception - Avalanche Specific APIs, identifiable by the '`avax.`' prefix. In addition, Subnet-EVM supports standard Ethereum APIs, increasing its applicability. For in-depth information about Coreth APIs, please refer [here](https://docs.avax.network/api-reference/c-chain/api).
1717

1818
Moreover, Subnet-EVM introduces unique APIs not present in Coreth:
1919

20-
- `eth_feeConfig`: Subnet-EVM comes with an API request for getting fee config at a specific block. You can use this API to check your activated fee config. ([Details](https://docs.avax.network/apis/avalanchego/apis/subnet-evm#eth_feeconfig))
20+
- `eth_feeConfig`: Subnet-EVM comes with an API request for getting fee config at a specific block. You can use this API to check your activated fee config. ([Details](https://docs.avax.network/api-reference/subnet-evm-api#eth_feeconfig))
2121

22-
- `eth_getChainConfig`: eth_getChainConfig returns the Chain Config of the blockchain. This API is enabled by default with internal-blockchain namespace. ([Details](https://docs.avax.network/apis/avalanchego/apis/subnet-evm#eth_getchainconfig))
22+
- `eth_getChainConfig`: eth_getChainConfig returns the Chain Config of the blockchain. This API is enabled by default with internal-blockchain namespace. ([Details](https://docs.avax.network/api-reference/subnet-evm-api#eth_getchainconfig))
2323

2424

25-
- `eth_getActivePrecompilesAt`: eth_getActivePrecompilesAt returns activated precompiles at a specific timestamp. If no timestamp is provided it returns the latest block timestamp. This API is enabled by default with internal-blockchain namespace. ([Details](https://docs.avax.network/apis/avalanchego/apis/subnet-evm#eth_getactiveprecompilesat))
25+
- `eth_getActivePrecompilesAt`: eth_getActivePrecompilesAt returns activated precompiles at a specific timestamp. If no timestamp is provided it returns the latest block timestamp. This API is enabled by default with internal-blockchain namespace. ([Details](https://docs.avax.network/api-reference/subnet-evm-api#eth_getactiveprecompilesat))
2626

2727

2828
### JSON-RPC Endpoint
@@ -58,7 +58,7 @@ Beam's API overview. Find a variety of APIs each designed for a different purpos
5858
| Title | Description |
5959
| :------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- |
6060
| [**Beam API**](/sdk/full-api-reference) | Beam specific API |
61-
| [**AvalancheGo**](https://docs.avax.network/apis/avalanchego) | AvalancheGo APIs, Postman collection, public servers, and release notes |
62-
| [**AvalancheJS**](https://docs.avax.network/apis/avalanchejs) | AvalancheJS APIs |
61+
| [**AvalancheGo**](https://docs.avax.network/api-reference/admin-api) | AvalancheGo APIs, Postman collection, public servers, and release notes |
62+
| [**AvalancheJS**](https://docs.avax.network/tooling/avalanche-js) | AvalancheJS APIs |
6363
| [**Avalanche Metrics API**](https://metrics.avax.network/) | Avalanche Metrics API |
64-
| [**Glacier API**](https://glacier-api.avax.network/api#/) | High-performance API for easy access to indexed blockchain data |
64+
| [**Glacier API**](https://glacier-api.avax.network/api#/) | High-performance API for easy access to indexed blockchain data |

pages/chain/builder/omnichain-tokens.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@ npx hardhat --network avalanche etherscan-verify
257257

258258
## Supported networks
259259

260-
The LayerZero protocol is active on a wide selection of [test](https://docs.layerzero.network/v1/developers/technical-reference/testnet/testnet-addresses)- and
261-
[mainnets](https://docs.layerzero.network/v1/developers/technical-reference/mainnet/mainnet-addresses), though not all chains are interconnected by default.
260+
The LayerZero protocol is active on a wide selection of [test- and mainnets](https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts), though not all chains are interconnected by default
262261

263262
Currently, both Beam test- and mainnet connect to
264263

pages/chain/nodes/beam-node.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Callout, Steps } from "nextra/components";
66

77
# Beam Node
88

9-
To run your own Beam Node, no matter if you plan to run a validator node or a non-validating node, you have to install AvalancheGo. The easiest method is using the installer which you can find [here](https://docs.avax.network/nodes/build/set-up-node-with-installer). Please note that this guide is compatible with AvalancheGo version 1.11.5.
9+
To run your own Beam Node, no matter if you plan to run a validator node or a non-validating node, you have to install AvalancheGo. The easiest method is using the installer which you can find [here](https://docs.avax.network/tooling/avalanche-go-installer). Please note that this guide is compatible with AvalancheGo version 1.11.5.
1010

1111
Once you have a running AvalancheGo installation, you need to add the Beam Subnet-EVM to track the Beam Subnet in your node.
1212

@@ -128,7 +128,7 @@ curl -X POST --data '{
128128
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/bc/P
129129
```
130130

131-
For an explanation of the response, check the [API docs](https://docs.avax.network/apis/avalanchego/apis/p-chain#platformgetblockchainstatus).
131+
For an explanation of the response, check the [API docs](https://docs.avax.network/api-reference/p-chain/api#platformgetblockchainstatus).
132132

133133
If you want to understand your Subnet better, take a look at the blockchain log. Normally, you can find this log in `~/.avalanchego/logs/ChainID.log{:bash}`. Just replace "`ChainID`" with the real ID of your blockchain in your Subnet.
134134

0 commit comments

Comments
 (0)