chains/_data/chains/eip155-9012.json
berylbit-labs 3463f64575
Add BerylBit mainnet into chain list (#1378)
* Create eip155-9012.json

* Add Chain and Explorer Icons

* Fix typo in faucets url
2022-07-19 16:36:00 +02:00

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