From d3a71d821f3382d35dd347fcbf123b61dd1daf95 Mon Sep 17 00:00:00 2001 From: LufyCZ Date: Mon, 22 May 2023 07:39:03 -0700 Subject: [PATCH] update bttc block explorer (#2878) * update bttc block explorer * Update _data/chains/eip155-199.json * Update _data/chains/eip155-199.json --------- Co-authored-by: ligi --- _data/chains/eip155-199.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-199.json b/_data/chains/eip155-199.json index 5e3ed0fd..fdfad191 100644 --- a/_data/chains/eip155-199.json +++ b/_data/chains/eip155-199.json @@ -8,15 +8,15 @@ "symbol": "BTT", "decimals": 18 }, - "infoURL": "https://bittorrentchain.io/", + "infoURL": "https:/bt.io", "shortName": "BTT", "chainId": 199, "networkId": 199, "explorers": [ { - "name": "bttcscan", - "url": "https://scan.bittorrentchain.io", - "standard": "none" + "name": "BitTorrent Chain Explorer", + "url": "https://bttcscan.com", + "standard": "EIP3091" } ] }