Adding L2 Boba networks

This commit is contained in:
Tim Baldwin 2022-05-14 09:23:50 -04:00
parent ef8f97185e
commit e096e4c785
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"name": "Bobabeam",
"chain": "MOON",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Glimmer",
"symbol": "GLMR",
"decimals": 18
},
"infoURL": "https://docs.boba.network/for-developers/network-moonbeam",
"shortName": "bobabeam",
"chainId": 1294,
"networkId": 1294,
"explorers": [],
"parent": {
"type" : "L2",
"chain": "eip155-1285",
"bridges": []
}
}

View File

@ -0,0 +1,28 @@
{
"name": "Bobabase",
"chain": "MOON",
"rpc": [
"https://bobabase.boba.network",
"wss://wss.bobabase.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Dev",
"symbol": "DEV",
"decimals": 18
},
"infoURL": "https://docs.boba.network/for-developers/network-moonbeam",
"shortName": "bobabase",
"chainId": 1297,
"networkId": 1297,
"explorers": [{
"name": "Blockscout",
"url": "https://blockexplorer.bobabase.boba.network/",
"standard": "none"
}],
"parent": {
"type" : "L2",
"chain": "eip155-1287",
"bridges": [ {"url":"https://gateway.bobabase.boba.network/"} ]
}
}