mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Adding L2 Boba networks
This commit is contained in:
parent
ef8f97185e
commit
e096e4c785
21
_data/chains/eip155-1294.json
Normal file
21
_data/chains/eip155-1294.json
Normal 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": []
|
||||||
|
}
|
||||||
|
}
|
28
_data/chains/eip155-1297.json
Normal file
28
_data/chains/eip155-1297.json
Normal 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/"} ]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user