Explorer address (#1459)

* Create eip155-1515.json

* Update eip155-1515.json

* Update eip155-1515.json

add explorer address
This commit is contained in:
Wei Li 2022-08-19 23:37:21 +08:00 committed by GitHub
parent abca67db24
commit 35e3770508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"name": "Beagle Messaging Chain", "name": "Beagle Messaging Chain",
"chain": "BeagleChain", "chain": "BMC",
"rpc": [ "rpc": [
"https://beagle.chat/eth" "https://beagle.chat/eth"
], ],
@ -13,5 +13,10 @@
"infoURL": "https://beagle.chat/", "infoURL": "https://beagle.chat/",
"shortName": "beagle", "shortName": "beagle",
"chainId": 1515, "chainId": 1515,
"networkId": 1515 "networkId": 1515,
"explorers": [{
"name": "Beagle Messaging Chain Explorer",
"url": "https://eth.beagle.chat",
"standard": "EIP3091"
}]
} }