add bronos mainnet (#1772)

Co-authored-by: Naveen Chedeti <{ID}+{chedetinaveen}@users.noreply.github.com>
This commit is contained in:
Naveen Chedeti 2022-10-25 22:16:43 +08:00 committed by GitHub
parent 0cba1bb3ed
commit e051875ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{
"name": "Bronos Testnet",
"chain": "Bronos",
"rpc": ["https://testnet-json-rpc.bronos.org"],
"rpc": ["https://evm-testnet.bronos.org"],
"faucets": ["https://faucet.bronos.org"],
"nativeCurrency": {
"name": "BRO",
"symbol": "BRO",
"name": "tBRO",
"symbol": "tBRO",
"decimals": 18
},
"infoURL": "https://bronos.org",

View File

@ -0,0 +1,24 @@
{
"name": "Bronos Mainnet",
"chain": "Bronos",
"rpc": ["https://evm.bronos.org"],
"faucets": [],
"nativeCurrency": {
"name": "BRO",
"symbol": "BRO",
"decimals": 18
},
"infoURL": "https://bronos.org",
"shortName": "bronos-mainnet",
"chainId": 1039,
"networkId": 1039,
"icon": "bronos",
"explorers": [
{
"name": "Bronos Explorer",
"url": "https://broscan.bronos.org",
"standard": "none",
"icon": "bronos"
}
]
}