mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add BerylBit mainnet into chain list (#1378)
* Create eip155-9012.json * Add Chain and Explorer Icons * Fix typo in faucets url
This commit is contained in:
parent
224028ac7e
commit
3463f64575
23
_data/chains/eip155-9012.json
Normal file
23
_data/chains/eip155-9012.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
8
_data/icons/berylbit-explorer.json
Normal file
8
_data/icons/berylbit-explorer.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi",
|
||||||
|
"width": 162,
|
||||||
|
"height": 162,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
8
_data/icons/berylbit.json
Normal file
8
_data/icons/berylbit.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi",
|
||||||
|
"width": 162,
|
||||||
|
"height": 162,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user