From 572463e44044c1181d01559063286850e80336fd Mon Sep 17 00:00:00 2001 From: BESC <125631412+briannichols0702@users.noreply.github.com> Date: Sun, 5 Mar 2023 03:37:39 -0500 Subject: [PATCH] ADD BeanEco SmartChain (#2362) * Create CAIP-2 MAINNET Chain ID: 535037 - 0x829FD RPC : https://mainnet-rpc.bescscan.io Graph Node : https://thegraph.bescscan.io Explorer : https://bescscan.io Staking : https://staking.bescscan.io Status : https://status.bescscan.io BOT API : https://bot.bescscan.io Docs : https://docs.bescscan.io TESTNET Chain ID: 892272 - 0xD9D70 RPC : https://testnet-rpc.bescscan.io Explorer : https://testnet-explorer.bescscan.io Faucet : https://faucet.bescscan.io * Rename CAIP-2 to ADD BeanEco SmartChain * Rename ADD BeanEco SmartChain to _data/chains/eip155-88888881.json * Update eip155-88888881.json * Update eip155-88888881.json * Update and rename _data/chains/eip155-88888881.json to _data/chains/chains/_data/chains/eip155-999999.json * Update eip155-999999.json * Update eip155-999999.json * Update eip155-999999.json * Update eip155-999999.json * Update eip155-999999.json * Update eip155-999999.json * Update eip155-999999.json * Update eip155-999999.json * Update eip155-999999.json * Rename eip155-999999.json to eip155-535037.json * Create eip155-535037.json * Delete _data/chains/chains directory * Update _data/chains/eip155-535037.json * Update eip155-535037.json * prettier --------- Co-authored-by: ligi --- _data/chains/eip155-535037.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-535037.json diff --git a/_data/chains/eip155-535037.json b/_data/chains/eip155-535037.json new file mode 100644 index 00000000..1fdc581c --- /dev/null +++ b/_data/chains/eip155-535037.json @@ -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" + } + ] +}