forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FlowEVM networks (ethereum-lists#4409)
* Added FlowEVM networks * Updated image file metadata * Removed inconsistent value * Update eip155-646.json * Add faucet * Fix JSON non-pretty compliance (removed space)
- Loading branch information
1 parent
aa0a8c0
commit 3667184
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "FlowEVM PreviewNet", | ||
"chain": "FlowEVM", | ||
"rpc": ["https://previewnet.evm.nodes.onflow.org"], | ||
"faucets": ["https://previewnet-faucet.onflow.org"], | ||
"nativeCurrency": { | ||
"name": "FLOW", | ||
"symbol": "FLOW", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://developers.flow.com/evm/about", | ||
"shortName": "flowevm-preview", | ||
"chainId": 646, | ||
"networkId": 646, | ||
"icon": "flowevm", | ||
"explorers": [ | ||
{ | ||
"name": "Flow Diver", | ||
"url": "https://previewnet.flowdiver.io", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "FlowEVM Mainnet", | ||
"chain": "FlowEVM", | ||
"rpc": ["https://mainnet.evm.nodes.onflow.org"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "FLOW", | ||
"symbol": "FLOW", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://developers.flow.com/evm/about", | ||
"shortName": "flowevm-mainnet", | ||
"chainId": 747, | ||
"networkId": 747, | ||
"icon": "flowevm", | ||
"explorers": [ | ||
{ | ||
"name": "Flow Diver", | ||
"url": "https://flowdiver.io", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC", | ||
"width": 2000, | ||
"height": 2000, | ||
"format": "png" | ||
} | ||
] |