Add Binance Smart Chain explorer (#247)

* Add Binance Smart Chain explorer

* Update _data/chains/eip155-56.json

Co-authored-by: ligi <ligi@ligi.de>

* remove icon without definition

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
zepxtor 2021-05-04 12:46:23 -03:00 committed by GitHub
parent 04f9bb8526
commit 2388bdd718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,5 +26,10 @@
"infoURL": "https://www.binance.org",
"shortName": "bnb",
"chainId": 56,
"networkId": 56
}
"networkId": 56,
"explorers": [{
"name": "bscscan",
"url": "https://bscscan.com",
"standard": "EIP3091"
}]
}