Skip to content

Commit

Permalink
Flow network name clarification (#4493)
Browse files Browse the repository at this point in the history
* network names clarification

* simplify network naming

* add flow testnet for future roll out

* remove newline

* fix linting errors

* add newline at end of file

---------

Co-authored-by: ligi <ligi@ligi.de>
  • Loading branch information
bthaile and ligi committed Apr 9, 2024
1 parent 68c9c35 commit f3539b9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-545.json
@@ -0,0 +1,23 @@
{
"name": "Testnet",
"chain": "Flow",
"rpc": ["https://testnet.evm.nodes.onflow.org"],
"faucets": ["https://testnet-faucet.onflow.org"],
"nativeCurrency": {
"name": "FLOW",
"symbol": "FLOW",
"decimals": 18
},
"infoURL": "https://developers.flow.com/evm/about",
"shortName": "flow-testnet",
"chainId": 545,
"networkId": 545,
"icon": "flowevm",
"explorers": [
{
"name": "Flow Diver",
"url": "https://testnet.flowdiver.io",
"standard": "none"
}
]
}
6 changes: 3 additions & 3 deletions _data/chains/eip155-646.json
@@ -1,6 +1,6 @@
{
"name": "FlowEVM PreviewNet",
"chain": "FlowEVM",
"name": "Previewnet",
"chain": "Flow",
"rpc": ["https://previewnet.evm.nodes.onflow.org"],
"faucets": ["https://previewnet-faucet.onflow.org"],
"nativeCurrency": {
Expand All @@ -9,7 +9,7 @@
"decimals": 18
},
"infoURL": "https://developers.flow.com/evm/about",
"shortName": "flowevm-preview",
"shortName": "flow-previewnet",
"chainId": 646,
"networkId": 646,
"icon": "flowevm",
Expand Down
6 changes: 3 additions & 3 deletions _data/chains/eip155-747.json
@@ -1,6 +1,6 @@
{
"name": "FlowEVM Mainnet",
"chain": "FlowEVM",
"name": "Mainnet",
"chain": "Flow",
"rpc": ["https://mainnet.evm.nodes.onflow.org"],
"faucets": [],
"nativeCurrency": {
Expand All @@ -9,7 +9,7 @@
"decimals": 18
},
"infoURL": "https://developers.flow.com/evm/about",
"shortName": "flowevm-mainnet",
"shortName": "flow-mainnet",
"chainId": 747,
"networkId": 747,
"icon": "flowevm",
Expand Down

0 comments on commit f3539b9

Please sign in to comment.