Deploying to gh-pages from @ ethereum-lists/chains@35e3770508 🚀

This commit is contained in:
ligi 2022-08-19 15:41:12 +00:00
parent c904afb0d3
commit 4fec1701a9
3 changed files with 15 additions and 5 deletions

File diff suppressed because one or more lines are too long

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"
}]
} }

View File

@ -4147,7 +4147,7 @@
}] }]
}, { }, {
"name": "Beagle Messaging Chain", "name": "Beagle Messaging Chain",
"chain": "BeagleChain", "chain": "BMC",
"rpc": ["https://beagle.chat/eth"], "rpc": ["https://beagle.chat/eth"],
"faucets": ["https://faucet.beagle.chat/"], "faucets": ["https://faucet.beagle.chat/"],
"nativeCurrency": { "nativeCurrency": {
@ -4158,7 +4158,12 @@
"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"
}]
}, { }, {
"name": "Catecoin Chain Mainnet", "name": "Catecoin Chain Mainnet",
"chain": "Catechain", "chain": "Catechain",