add bronos testnet (#1753)

* add bronos testnet

* run prettier

Co-authored-by: Naveen Chedeti <{ID}+{chedetinaveen}@users.noreply.github.com>
This commit is contained in:
Naveen Chedeti 2022-10-22 02:05:46 +08:00 committed by GitHub
parent 0e144b3f17
commit 904404a7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"name": "Bronos Testnet",
"chain": "Bronos",
"rpc": ["https://testnet-json-rpc.bronos.org"],
"faucets": ["https://faucet.bronos.org"],
"nativeCurrency": {
"name": "BRO",
"symbol": "BRO",
"decimals": 18
},
"infoURL": "https://bronos.org",
"shortName": "bronos-testnet",
"chainId": 1038,
"networkId": 1038,
"icon": "bronos",
"explorers": [
{
"name": "Bronos Testnet Explorer",
"url": "https://tbroscan.bronos.org",
"standard": "none",
"icon": "bronos"
}
]
}

8
_data/icons/bronos.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeifkgtmhnq4sxu6jn22i7ass7aih6ubodr77k6ygtu4tjbvpmkw2ga",
"width": 500,
"height": 500,
"format": "png"
}
]