mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
505 B
JSON
24 lines
505 B
JSON
{
|
|
"name": "BerylBit Mainnet",
|
|
"chain": "BRB",
|
|
"rpc": [
|
|
"https://mainnet.berylbit.io"
|
|
],
|
|
"faucets": ["https://t.me/BerylBit"],
|
|
"nativeCurrency": {
|
|
"name": "BerylBit Chain Native Token",
|
|
"symbol": "BRB",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.beryl-bit.com",
|
|
"shortName": "brb",
|
|
"chainId": 9012,
|
|
"networkId": 9012,
|
|
"icon": "berylbit",
|
|
"explorers": [{
|
|
"name": "berylbit-explorer",
|
|
"url": "https://explorer.berylbit.io",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|