chains/_data/chains/eip155-32520.json
box25 ca15a0b1a9
added RPC endpoint for Bitgert (#1283)
added the rpc.icecreamswap.com endpoint for the Bitgert (Brise) Blockchain.
2022-07-15 21:35:53 +02:00

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"
}
]
}