From 2388bdd718df39a682371e3da4f02f5f9a779a4a Mon Sep 17 00:00:00 2001 From: zepxtor <41208776+zepxtor@users.noreply.github.com> Date: Tue, 4 May 2021 12:46:23 -0300 Subject: [PATCH] Add Binance Smart Chain explorer (#247) * Add Binance Smart Chain explorer * Update _data/chains/eip155-56.json Co-authored-by: ligi * remove icon without definition Co-authored-by: ligi --- _data/chains/eip155-56.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-56.json b/_data/chains/eip155-56.json index d580cc99..8b357626 100644 --- a/_data/chains/eip155-56.json +++ b/_data/chains/eip155-56.json @@ -26,5 +26,10 @@ "infoURL": "https://www.binance.org", "shortName": "bnb", "chainId": 56, - "networkId": 56 -} \ No newline at end of file + "networkId": 56, + "explorers": [{ + "name": "bscscan", + "url": "https://bscscan.com", + "standard": "EIP3091" + }] +}