Skip to content

Commit

Permalink
Add FlowEVM networks (ethereum-lists#4409)
Browse files Browse the repository at this point in the history
* 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
franklywatson authored Mar 5, 2024
1 parent aa0a8c0 commit 3667184
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-646.json
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"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-747.json
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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/flowevm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC",
"width": 2000,
"height": 2000,
"format": "png"
}
]

0 comments on commit 3667184

Please sign in to comment.