Add New Chain (#1119)

This commit is contained in:
Brisepad 2022-05-01 05:59:35 +01:00 committed by GitHub
parent 3c4b99e3bd
commit 63592ea768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"name": "Bitgert Mainnet",
"chain": "Brise",
"rpc": ["https://mainnet-rpc.brisescan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Bitrise Token",
"symbol": "Brise",
"decimals": 18
},
"infoURL": "https://bitgert.com/",
"shortName": "Brise",
"chainId": 32520,
"networkId": 32520,
"explorers": [
{
"name": "Brise Scan",
"url": "https://brisescan.com",
"standard": "EIP3091"
}
]
}