From 0b5bc717512aa19019039bba836430c1ec97a9ba Mon Sep 17 00:00:00 2001 From: paouvrard Date: Thu, 5 Sep 2024 09:34:05 +0900 Subject: [PATCH] fix: Remove explorer standard. --- _data/chains/eip155-397.json | 2 +- _data/chains/eip155-398.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-397.json b/_data/chains/eip155-397.json index ede53d7410cb..d116c555c290 100644 --- a/_data/chains/eip155-397.json +++ b/_data/chains/eip155-397.json @@ -17,7 +17,7 @@ { "name": "NEAR Explorer", "url": "https://eth-explorer.near.org", - "standard": "EIP3091" + "standard": "none" } ] } diff --git a/_data/chains/eip155-398.json b/_data/chains/eip155-398.json index a907c77fc0a1..3cd4ffb1ab9a 100644 --- a/_data/chains/eip155-398.json +++ b/_data/chains/eip155-398.json @@ -17,7 +17,7 @@ { "name": "NEAR Explorer", "url": "https://eth-explorer-testnet.near.org", - "standard": "EIP3091" + "standard": "none" } ] }