Add Binance Smart Chain Testnet explorer (#248)

* Add Binance Smart Chain Testnet explorer

* Remove extra comma

* Update _data/chains/eip155-97.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:45:21 -03:00 committed by GitHub
parent e585c2d46e
commit 04f9bb8526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,10 @@
"infoURL": "https://testnet.binance.org/",
"shortName": "bnbt",
"chainId": 97,
"networkId": 97
"networkId": 97,
"explorers": [{
"name": "bscscan-testnet",
"url": "https://testnet.bscscan.com",
"standard": "EIP3091"
}]
}