Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/.gitbook/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mainnet_rpc: https://mainnet.megaeth.com/rpc
testnet_rpc: https://carrot.megaeth.com/rpc
mainnet_blockscout: https://megaeth.blockscout.com
mainnet_etherscan: https://mega.etherscan.io
testnet_blockscout: https://megaeth-testnet-v2.blockscout.com
testnet_etherscan: https://testnet-mega.etherscan.io
network_status: https://uptime.megaeth.com
mainnet_bridge: '0x0CA3A2FBC3D770b578223FBB6b062fa875a2eE75'
block_gas_limit: 10,000,000,000
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/bridge-erc20.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ cast call $L2_TOKEN \

{% hint style="info" %}
The deposit takes approximately 1–2 minutes to appear on MegaETH — one L1 block for finality, plus sequencer relay time.
You can track the L1 transaction on [Etherscan](https://etherscan.io) (mainnet) or [Sepolia Etherscan](https://sepolia.etherscan.io) (testnet), and the L2 deposit on [MegaETH Blockscout](https://megaeth.blockscout.com) (mainnet) or the [testnet explorer](https://megaeth-testnet-v2.blockscout.com).
You can track the L1 transaction on [Etherscan](https://etherscan.io) (mainnet) or [Sepolia Etherscan](https://sepolia.etherscan.io) (testnet), and the L2 deposit on [MegaETH Blockscout](https://megaeth.blockscout.com) (mainnet) or the [testnet explorer](https://testnet-mega.etherscan.io).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Minor] The mainnet L2 link is labeled MegaETH Blockscout but the testnet counterpart is only labeled testnet explorer — the reader no longer knows the destination is Etherscan, and the parallelism with the L1 half of the sentence (Etherscan / Sepolia Etherscan) is lost.

Suggested change
You can track the L1 transaction on [Etherscan](https://etherscan.io) (mainnet) or [Sepolia Etherscan](https://sepolia.etherscan.io) (testnet), and the L2 deposit on [MegaETH Blockscout](https://megaeth.blockscout.com) (mainnet) or the [testnet explorer](https://testnet-mega.etherscan.io).
You can track the L1 transaction on [Etherscan](https://etherscan.io) (mainnet) or [Sepolia Etherscan](https://sepolia.etherscan.io) (testnet), and the L2 deposit on [MegaETH Blockscout](https://megaeth.blockscout.com) (mainnet) or [MegaETH Testnet Etherscan](https://testnet-mega.etherscan.io) (testnet).

{% endhint %}

{% endstep %}
Expand Down
6 changes: 3 additions & 3 deletions docs/dev/send-tx/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ description: Key contract addresses and tokens on MegaETH and Ethereum Mainnet.
{% tab title="Testnet" %}
| Token | Address | Description |
| ----- | ------- | ----------- |
| [MEGA](https://megaeth.com) | [`0xc903c68C1d389CEd76fEe0349067a4295828e6c2`](https://megaeth-testnet-v2.blockscout.com/address/0xc903c68C1d389CEd76fEe0349067a4295828e6c2) | MegaETH's native protocol token (testnet deployment). |
| WETH | [`0x4200000000000000000000000000000000000006`](https://megaeth-testnet-v2.blockscout.com/address/0x4200000000000000000000000000000000000006) | Wrapped Ether — an ERC-20 version of ETH for use in dApps. |
| [Multicall3](https://multicall3.com) | [`0xcA11bde05977b3631167028862bE2a173976CA11`](https://megaeth-testnet-v2.blockscout.com/address/0xcA11bde05977b3631167028862bE2a173976CA11) | Utility contract that batches multiple calls into one transaction. |
| [MEGA](https://megaeth.com) | [`0xc903c68C1d389CEd76fEe0349067a4295828e6c2`](https://testnet-mega.etherscan.io/address/0xc903c68C1d389CEd76fEe0349067a4295828e6c2) | MegaETH's native protocol token (testnet deployment). |
| WETH | [`0x4200000000000000000000000000000000000006`](https://testnet-mega.etherscan.io/address/0x4200000000000000000000000000000000000006) | Wrapped Ether — an ERC-20 version of ETH for use in dApps. |
| [Multicall3](https://multicall3.com) | [`0xcA11bde05977b3631167028862bE2a173976CA11`](https://testnet-mega.etherscan.io/address/0xcA11bde05977b3631167028862bE2a173976CA11) | Utility contract that batches multiple calls into one transaction. |
{% endtab %}
{% endtabs %}

Expand Down
4 changes: 2 additions & 2 deletions docs/user/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ In MetaMask, Rabby, or any Ethereum-compatible wallet, go to **Settings → Netw
| RPC URL | <code class="expression">space.vars.testnet_rpc</code> |
| Chain ID | <code class="expression">space.vars.testnet_chain_id</code> |
| Currency Symbol | ETH |
| Block Explorer | <code class="expression">space.vars.testnet_blockscout</code> |
| Block Explorer | <code class="expression">space.vars.testnet_etherscan</code> |
{% endtab %}
{% endtabs %}
{% endstep %}
Expand All @@ -109,7 +109,7 @@ Your wallet is now connected.

{% tab title="Testnet" %}

- [Blockscout](https://megaeth-testnet-v2.blockscout.com/)
- [Etherscan](https://testnet-mega.etherscan.io/)
{% endtab %}
{% endtabs %}

Expand Down
2 changes: 1 addition & 1 deletion docs/user/force-inclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Save the Ethereum transaction hash to track the deposit.
After 5–20 minutes, check your balance or transaction on the block explorer:

- **Mainnet:** [megaeth.blockscout.com](https://megaeth.blockscout.com)
- **Testnet:** [megaeth-testnet-v2.blockscout.com](https://megaeth-testnet-v2.blockscout.com)
- **Testnet:** [testnet-mega.etherscan.io](https://testnet-mega.etherscan.io)

{% endstep %}
{% endstepper %}
Expand Down
2 changes: 1 addition & 1 deletion docs/user/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In MetaMask, Rabby, or any Ethereum-compatible wallet, go to **Settings → Netw
| **RPC URL** | <code class="expression">space.vars.testnet_rpc</code> |
| **Chain ID** | <code class="expression">space.vars.testnet_chain_id</code> |
| **Currency Symbol** | ETH |
| **Block Explorer** | <code class="expression">space.vars.testnet_blockscout</code> |
| **Block Explorer** | <code class="expression">space.vars.testnet_etherscan</code> |
{% endtab %}
{% endtabs %}

Expand Down
Loading