From 8f0b726af4c95378b7607b56267dd0586791aade Mon Sep 17 00:00:00 2001 From: j pimmel Date: Wed, 14 Aug 2024 15:51:25 -0700 Subject: [PATCH] Update testnet block explorer for Flow (#5674) * Update eip155-545.json * Update _data/chains/eip155-545.json --- _data/chains/eip155-545.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-545.json b/_data/chains/eip155-545.json index 923b86801aa8..e942ceb1470b 100644 --- a/_data/chains/eip155-545.json +++ b/_data/chains/eip155-545.json @@ -15,9 +15,9 @@ "icon": "flowevm", "explorers": [ { - "name": "Flow Diver", - "url": "https://testnet.flowdiver.io", - "standard": "none" + "name": "FlowScan: Testnet", + "url": "https://evm-testnet.flowscan.io", + "standard": "EIP3091" } ] }