Create Boba Network (#528)

* Create Boba Network Mainnet

* Create Boba Network Rinkeby
This commit is contained in:
jet86 2021-11-02 00:15:30 +11:00 committed by GitHub
parent e46be47cdc
commit 45635a60f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 0 deletions

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

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