mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
30 lines
589 B
JSON
30 lines
589 B
JSON
{
|
|
"name": "Bitgert Mainnet",
|
|
"chain": "Brise",
|
|
"rpc": [
|
|
"https://rpc.icecreamswap.com",
|
|
"https://mainnet-rpc.brisescan.com",
|
|
"https://chainrpc.com",
|
|
"https://serverrpc.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Bitrise Token",
|
|
"symbol": "Brise",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://bitgert.com/",
|
|
"shortName": "Brise",
|
|
"chainId": 32520,
|
|
"networkId": 32520,
|
|
"icon": "brise",
|
|
"explorers": [
|
|
{
|
|
"name": "Brise Scan",
|
|
"url": "https://brisescan.com",
|
|
"icon": "brise",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|