mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Create Boba Network (#528)
* Create Boba Network Mainnet * Create Boba Network Rinkeby
This commit is contained in:
parent
e46be47cdc
commit
45635a60f9
27
_data/chains/eip155-28.json
Normal file
27
_data/chains/eip155-28.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "Boba Network Rinkeby Testnet",
|
||||||
|
"chain": "ETH",
|
||||||
|
"network": "rinkeby",
|
||||||
|
"rpc": ["https://rinkeby.boba.network/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Ether",
|
||||||
|
"symbol": "ETH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://boba.network",
|
||||||
|
"shortName": "Boba Rinkeby",
|
||||||
|
"chainId": 28,
|
||||||
|
"networkId": 28,
|
||||||
|
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Blockscout",
|
||||||
|
"url": "https://blockexplorer.rinkeby.boba.network/",
|
||||||
|
"standard": "none"
|
||||||
|
}],
|
||||||
|
"parent": {
|
||||||
|
"type" : "L2",
|
||||||
|
"chain": "eip155-4",
|
||||||
|
"bridges": [ {"url":"https://gateway.rinkeby.boba.network"} ]
|
||||||
|
}
|
||||||
|
}
|
27
_data/chains/eip155-288.json
Normal file
27
_data/chains/eip155-288.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "Boba Network",
|
||||||
|
"chain": "ETH",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": ["https://mainnet.boba.network/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Ether",
|
||||||
|
"symbol": "ETH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://boba.network",
|
||||||
|
"shortName": "Boba",
|
||||||
|
"chainId": 288,
|
||||||
|
"networkId": 288,
|
||||||
|
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Blockscout",
|
||||||
|
"url": "https://blockexplorer.boba.network/",
|
||||||
|
"standard": "none"
|
||||||
|
}],
|
||||||
|
"parent": {
|
||||||
|
"type" : "L2",
|
||||||
|
"chain": "eip155-1",
|
||||||
|
"bridges": [ {"url":"https://gateway.boba.network"} ]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user