Skip to content

Commit

Permalink
Fix names for networks (#610)
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 7ef30e3 commit 3eeb73b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/evm/build/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FlowEVM has the following public RPC nodes available:

| Name | Value |
|-----------------|-----------------------------------------|
| Network Name | FlowEVM Previewnet |
| Network Name | Flow Previewnet |
| Description | The public RPC URL for FlowEVM Preview |
| RPC Endpoint | https://previewnet.evm.nodes.onflow.org |
| Chain ID | 646 |
Expand All @@ -23,8 +23,8 @@ FlowEVM has the following public RPC nodes available:

| Name | Value |
|-----------------|----------------------------------------|
| Network Name | FlowEVM Testnet |
| Description | The public RPC URL for FlowEVM testnet |
| Network Name | Testnet |
| Description | The public RPC URL for testnet |
| RPC Endpoint | https://testnet.evm.nodes.onflow.org |
| Chain ID | Coming Soon |
| Currency Symbol | FLOW |
Expand All @@ -34,8 +34,8 @@ FlowEVM has the following public RPC nodes available:

| Name | Value |
|-----------------|----------------------------------------|
| Network Name | FlowEVM Mainnet |
| Description | The public RPC URL for FlowEVM mainnet |
| Network Name | Mainnet |
| Description | The public RPC URL for mainnet |
| RPC Endpoint | https://mainnet.evm.nodes.onflow.org |
| Chain ID | 747 |
| Currency Symbol | FLOW |
Expand Down
2 changes: 1 addition & 1 deletion docs/evm/using.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Manually method: Add FlowEVM as a custom network to MetaMask:

| Name | Value |
|-----------------|-----------------------------------------|
| Network Name | FlowEVM Previewnet |
| Network Name | Flow Previewnet |
| Description | The public RPC url for FlowEVM Preview |
| RPC Endpoint | https://previewnet.evm.nodes.onflow.org |
| Chain ID | 646 |
Expand Down

0 comments on commit 3eeb73b

Please sign in to comment.