From f3539b91eb9839059acc0d49b5c7e0760de9e0bb Mon Sep 17 00:00:00 2001 From: Tom Haile Date: Tue, 9 Apr 2024 06:52:33 -0500 Subject: [PATCH] Flow network name clarification (#4493) * 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 --- _data/chains/eip155-545.json | 23 +++++++++++++++++++++++ _data/chains/eip155-646.json | 6 +++--- _data/chains/eip155-747.json | 6 +++--- 3 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 _data/chains/eip155-545.json diff --git a/_data/chains/eip155-545.json b/_data/chains/eip155-545.json new file mode 100644 index 00000000000..923b86801aa --- /dev/null +++ b/_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" + } + ] +} diff --git a/_data/chains/eip155-646.json b/_data/chains/eip155-646.json index f8b2659ec17..71a5a1aea22 100644 --- a/_data/chains/eip155-646.json +++ b/_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": { @@ -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", diff --git a/_data/chains/eip155-747.json b/_data/chains/eip155-747.json index ae158333ad9..c223995249c 100644 --- a/_data/chains/eip155-747.json +++ b/_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": { @@ -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",