Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions data/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@
"545": {
"name": "Flow Testnet",
"description": "Layer 1 blockchain for mainstream apps.",
"logo": "https://cdn.prod.website-files.com/644a5b7efad46e3cd70deafb/66d204d51ac762c654ef1011_flow-flow-logo.png",
"logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/flow.svg",
"ecosystem": "Ethereum",
"isTestnet": true,
"layer": 1,
Expand All @@ -1566,8 +1566,8 @@
"website": "https://flow.com/",
"explorers": [
{
"url": "https://evm-testnet.flowscan.io/",
"hostedBy": "self"
"url": "https://flow-testnet.blockscout.com/",
"hostedBy": "blockscout"
}
]
},
Expand Down Expand Up @@ -1829,6 +1829,23 @@
]
},
"747": {
"name": "Flow Mainnet",
"description": "Network designed to be the foundation of Web3 and the open metaverse, supporting consumer experiences of tomorrow.",
"logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/flow.svg",
"ecosystem": "Ethereum",
"isTestnet": false,
"layer": 1,
"rollupType": null,
"native_currency": "FLOW",
"website": "https://flow.com/",
"explorers": [
{
"url": "https://flow.blockscout.com/",
"hostedBy": "blockscout"
}
]
},
"747_": {
"name": "Alvey Chain",
"description": "VR multiverse exchange featuring 200k tx per second.",
"logo": "https://uploads-ssl.webflow.com/644a5b7efad46e3cd70deafb/65afe53569ada8a3f6cc0dac_alveyscan.png",
Expand Down Expand Up @@ -12184,23 +12201,6 @@
}
]
},
"747_": {
"name": "Flow Mainnet",
"description": "Network designed to be the foundation of Web3 and the open metaverse, supporting consumer experiences of tomorrow.",
"logo": "https://cdn.prod.website-files.com/644a5b7efad46e3cd70deafb/6746035c9e84bada95f65685_Flow.png",
"ecosystem": "Ethereum",
"isTestnet": false,
"layer": 1,
"rollupType": null,
"native_currency": "FLOW",
"website": "https://flow.com/",
"explorers": [
{
"url": "https://evm.flowscan.io/",
"hostedBy": "self"
}
]
},
"1300__": {
"name": "Glue Testnet",
"description": "Accessible, secure, user-friendly blockchain ecosystem for everyone. Cross-chain L1 with three interconnected L2s.",
Expand Down
Loading