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

This commit is contained in:
ligi 2023-03-05 08:43:29 +00:00
parent 263e676b61
commit c4350b6bd3
8 changed files with 61 additions and 4 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-535037.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "BeanEco SmartChain",
"title": "BESC Mainnet",
"chain": "BESC",
"rpc": ["https://mainnet-rpc.bescscan.io"],
"faucets": ["faucet.bescscan.ion"],
"nativeCurrency": {
"name": "BeanEco SmartChain",
"symbol": "BESC",
"decimals": 18
},
"infoURL": "besceco.finance",
"shortName": "BESC",
"chainId": 535037,
"networkId": 535037,
"explorers": [
{
"name": "bescscan",
"url": "https://Bescscan.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -8955,6 +8955,19 @@
"rpc": ["https://prealpha-rpc.scroll.io/l2"], "rpc": ["https://prealpha-rpc.scroll.io/l2"],
"faucets": ["https://prealpha.scroll.io/faucet"], "faucets": ["https://prealpha.scroll.io/faucet"],
"infoURL": "https://scroll.io" "infoURL": "https://scroll.io"
}, {
"name": "BeanEco SmartChain",
"chainId": 535037,
"shortName": "BESC",
"networkId": 535037,
"nativeCurrency": {
"name": "BeanEco SmartChain",
"symbol": "BESC",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.bescscan.io"],
"faucets": ["faucet.bescscan.ion"],
"infoURL": "besceco.finance"
}, { }, {
"name": "Bear Network Chain Mainnet", "name": "Bear Network Chain Mainnet",
"chainId": 641230, "chainId": 641230,

View File

@ -13456,6 +13456,26 @@
"url": "https://l2scan.scroll.io", "url": "https://l2scan.scroll.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "BeanEco SmartChain",
"title": "BESC Mainnet",
"chain": "BESC",
"rpc": ["https://mainnet-rpc.bescscan.io"],
"faucets": ["faucet.bescscan.ion"],
"nativeCurrency": {
"name": "BeanEco SmartChain",
"symbol": "BESC",
"decimals": 18
},
"infoURL": "besceco.finance",
"shortName": "BESC",
"chainId": 535037,
"networkId": 535037,
"explorers": [{
"name": "bescscan",
"url": "https://Bescscan.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Bear Network Chain Mainnet", "name": "Bear Network Chain Mainnet",
"chain": "BRNKC", "chain": "BRNKC",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -688,6 +688,7 @@
"scr": "eip155:534352", "scr": "eip155:534352",
"scr-alpha": "eip155:534353", "scr-alpha": "eip155:534353",
"scr-prealpha": "eip155:534354", "scr-prealpha": "eip155:534354",
"BESC": "eip155:535037",
"BRNKC": "eip155:641230", "BRNKC": "eip155:641230",
"vpioneer": "eip155:666666", "vpioneer": "eip155:666666",
"BRNKCTEST": "eip155:751230", "BRNKCTEST": "eip155:751230",