Skip to content

Commit

Permalink
Naming improvements for Flow previewnet (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com>
  • Loading branch information
chasefleming and chasefleming authored Feb 28, 2024
1 parent 3eeb73b commit 5ea8965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/evm/build/wallets-and-configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ sidebar_position: 4

# Wallets & Configurations

This document shows how to integrate the FlowEVM Network programmatically with your Dapp via MetaMask.
This document shows how to integrate the Flow Network programmatically with your Dapp via MetaMask.

## Metamask

Integrating additional networks into MetaMask can pose challenges for users who lack technical expertise and may lead to errors. Simplifying this process can greatly enhance user onboarding for your application. This guide demonstrates how to create a straightforward button within your frontend application to streamline the addition of the Berachain network to MetaMask.
Integrating additional networks into MetaMask can pose challenges for users who lack technical expertise and may lead to errors. Simplifying this process can greatly enhance user onboarding for your application. This guide demonstrates how to create a straightforward button within your frontend application to streamline the addition of the Flow network to MetaMask.

### EIP-3035 & MetaMask

Expand Down
2 changes: 1 addition & 1 deletion src/components/addNetworkButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const AddNetworkButton = () => {
// eslint-disable-next-line @typescript-eslint/no-misused-promises
return hasEthereum ? (
<Button className="my-5 " variant="secondary" onClick={addFlowEVM}>
Add Flow EVM Network
Add Flow Previewnet Network
</Button>
) : (
<ButtonLink
Expand Down

0 comments on commit 5ea8965

Please sign in to comment.