mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add bronos mainnet (#1772)
Co-authored-by: Naveen Chedeti <{ID}+{chedetinaveen}@users.noreply.github.com>
This commit is contained in:
parent
0cba1bb3ed
commit
e051875ed6
_data/chains
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "Bronos Testnet",
|
"name": "Bronos Testnet",
|
||||||
"chain": "Bronos",
|
"chain": "Bronos",
|
||||||
"rpc": ["https://testnet-json-rpc.bronos.org"],
|
"rpc": ["https://evm-testnet.bronos.org"],
|
||||||
"faucets": ["https://faucet.bronos.org"],
|
"faucets": ["https://faucet.bronos.org"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "BRO",
|
"name": "tBRO",
|
||||||
"symbol": "BRO",
|
"symbol": "tBRO",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://bronos.org",
|
"infoURL": "https://bronos.org",
|
||||||
|
|
24
_data/chains/eip155-1039.json
Normal file
24
_data/chains/eip155-1039.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user