-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EVM on Flow to Flow EVM except when linking or asking why #1146
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
sidebar_position: 3 | ||
--- | ||
|
||
import BrowserOnly from '@docusaurus/BrowserOnly'; | ||
import { AddNetworkButton } from '@site/src/components/addNetworkButton'; | ||
|
||
# Using EVM On Flow | ||
# Using Flow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not "Using Flow EVM" instead of "Using Flow" so it's the same as the title and sidebar title?
src/components/addNetworkButton.tsx
Outdated
@@ -4,13 +4,13 @@ import { Button } from '@site/src/ui/design-system/src/lib/Components/Button/ind | |||
const targetChains = [ | |||
{ | |||
id: 747, | |||
name: 'EVM on Flow', | |||
name: 'Flow EVM Mainnet', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend just "Flow EVM" here because the name for flow evm mainnet is "Flow EVM" and not "Flow EVM Mainnet"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it to just "Flow EVM"
mainnet = "Flow EVM"
testnet = "Flow EVM Testnet"
No description provided.