Add networks (#1493)

This commit is contained in:
Boyuan-Chen 2022-08-25 17:17:44 -04:00 committed by GitHub
parent b0f920c779
commit dca48435b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 110 additions and 29 deletions

View File

@ -0,0 +1,27 @@
{
"name": "Boba Network Bobabeam",
"chain": "Bobabeam",
"rpc": [
"https://bobabeam.boba.network",
"wss://wss.bobabeam.boba.network",
"https://replica.bobabeam.boba.network",
"wss://replica-wss.bobabeam.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobabeam",
"chainId": 1294,
"networkId": 1294,
"explorers": [
{
"name": "Bobabeam block explorer",
"url": "https://blockexplorer.bobabeam.boba.network",
"standard": "none"
}
]
}

View File

@ -1,6 +1,6 @@
{
"name": "Boba Network Bobabase",
"chain": "Bobabase",
"name": "Boba Network Bobabase Testnet",
"chain": "Bobabase Testnet",
"rpc": [
"https://bobabase.boba.network",
"wss://wss.bobabase.boba.network",
@ -19,7 +19,7 @@
"networkId": 1297,
"explorers": [
{
"name": "Blockscout",
"name": "Bobabase block explorer",
"url": "https://blockexplorer.bobabase.boba.network",
"standard": "none"
}

View File

@ -1,27 +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"
}
]
}
"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": "Bobaopera Testnet block explorer",
"url": "https://blockexplorer.testnet.bobaopera.boba.network",
"standard": "none"
}
]
}

View File

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

View File

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