chains/_data/chains/eip155-1515.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
482 B
JSON

{
"name": "Beagle Messaging Chain",
"chain": "BMC",
"rpc": ["https://beagle.chat/eth"],
"faucets": ["https://faucet.beagle.chat/"],
"nativeCurrency": {
"name": "Beagle",
"symbol": "BG",
"decimals": 18
},
"infoURL": "https://beagle.chat/",
"shortName": "beagle",
"chainId": 1515,
"networkId": 1515,
"explorers": [
{
"name": "Beagle Messaging Chain Explorer",
"url": "https://eth.beagle.chat",
"standard": "EIP3091"
}
]
}