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

This commit is contained in:
ligi 2022-08-19 13:21:01 +00:00
parent ba4988acd5
commit c904afb0d3
6 changed files with 47 additions and 2 deletions

File diff suppressed because one or more lines are too long

17
chains/eip155-1515.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "Beagle Messaging Chain",
"chain": "BeagleChain",
"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
}

File diff suppressed because one or more lines are too long

View File

@ -2962,6 +2962,19 @@
"rpc": ["https://sherpax-testnet.chainx.org/rpc"], "rpc": ["https://sherpax-testnet.chainx.org/rpc"],
"faucets": [], "faucets": [],
"infoURL": "https://sherpax.io/" "infoURL": "https://sherpax.io/"
}, {
"name": "Beagle Messaging Chain",
"chainId": 1515,
"shortName": "beagle",
"networkId": 1515,
"nativeCurrency": {
"name": "Beagle",
"symbol": "BG",
"decimals": 18
},
"rpc": ["https://beagle.chat/eth"],
"faucets": ["https://faucet.beagle.chat/"],
"infoURL": "https://beagle.chat/"
}, { }, {
"name": "Catecoin Chain Mainnet", "name": "Catecoin Chain Mainnet",
"chainId": 1618, "chainId": 1618,

View File

@ -4145,6 +4145,20 @@
"url": "https://evm-pre.sherpax.io", "url": "https://evm-pre.sherpax.io",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Beagle Messaging Chain",
"chain": "BeagleChain",
"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
}, { }, {
"name": "Catecoin Chain Mainnet", "name": "Catecoin Chain Mainnet",
"chain": "Catechain", "chain": "Catechain",

View File

@ -227,6 +227,7 @@
"cennz-old": "eip155:1337", "cennz-old": "eip155:1337",
"Sherpax": "eip155:1506", "Sherpax": "eip155:1506",
"Sherpax Testnet": "eip155:1507", "Sherpax Testnet": "eip155:1507",
"beagle": "eip155:1515",
"cate": "eip155:1618", "cate": "eip155:1618",
"ath": "eip155:1620", "ath": "eip155:1620",
"bta": "eip155:1657", "bta": "eip155:1657",