Skip to content

Commit

Permalink
Fix imports and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvandenhout committed Mar 24, 2024
1 parent 58039d0 commit ef74409
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ tags:
- Endpoints
---
import { AddToMetaMaskButton, EVMNetworks } from '@theme/AddToMetaMaskButton';
import { ChainId } from '@theme/ChainId';
import NetworkInfo from '@theme/NetworkInfo';

# Networks & Chains
Expand All @@ -19,6 +18,7 @@ import NetworkInfo from '@theme/NetworkInfo';
[ShimmerEVM](https://explorer.evm.shimmer.network/) is the L2 EVM running on top of the Shimmer network.

<AddToMetaMaskButton cfg={EVMNetworks['shimmerevm']} />

<NetworkInfo.ShimmerEVM />

## ShimmerEVM Testnet
Expand All @@ -35,7 +35,7 @@ This network is subject to occasional resets (no data retention) which are usual

:::

<NetworkInfo.TesnetEVM />
<NetworkInfo.TestnetEVM />

:::note

Expand Down

0 comments on commit ef74409

Please sign in to comment.