Add Bobaopera Testnet and Bobabase (#1324)

This commit is contained in:
Boyuan-Chen 2022-07-15 05:53:46 -07:00 committed by GitHub
parent afb4bea90e
commit ebea86c8fe
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 Bobabase",
"chain": "Bobabase",
"rpc": [
"https://bobabase.boba.network",
"wss://wss.bobabase.boba.network",
"https://replica.bobabase.boba.network",
"wss://replica-wss.bobabase.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobabase",
"chainId": 1297,
"networkId": 1297,
"explorers": [
{
"name": "Blockscout",
"url": "https://blockexplorer.bobabase.boba.network",
"standard": "none"
}
]
}

View File

@ -0,0 +1,27 @@
{
"name": "Boba Network Bobaopera Testnet",
"chain": "Bobaopera Testnet",
"rpc": [
"https://testnet.bobaopera.boba.network",
"wss://wss.testnet.bobaopera.boba.network",
"https://replica.testnet.bobaopera.boba.network",
"wss://replica-wss.testnet.bobaopera.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobaopera Testnet",
"chainId": 4051,
"networkId": 4051,
"explorers": [
{
"name": "Blockscout",
"url": "https://blockexplorer.testnet.bobaopera.boba.network",
"standard": "none"
}
]
}