Update names of Boba chains (#1700)

* Update names of Boba chains

* Remove short names

* Fix short names

* Update eip155-43288.json

* add Boba Goerli testnet

* prettier on goerli

* Update _data/chains/eip155-2888.json

Co-authored-by: ligi <ligi@ligi.de>

Co-authored-by: Ino Murko <ino.murko.github@protonmail.com>
Co-authored-by: Ino Murko <2582555+InoMurko@users.noreply.github.com>
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Boyuan-Chen 2022-12-12 17:55:39 -08:00 committed by GitHub
parent 7fa1c55c31
commit 967e307912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 94 additions and 8 deletions

View File

@ -1,5 +1,5 @@
{
"name": "Boba Network Bobabeam",
"name": "Bobabeam",
"chain": "Bobabeam",
"rpc": [
"https://bobabeam.boba.network",

View File

@ -1,5 +1,5 @@
{
"name": "Boba Network Bobabase Testnet",
"name": "Bobabase Testnet",
"chain": "Bobabase Testnet",
"rpc": [
"https://bobabase.boba.network",

View File

@ -0,0 +1,31 @@
{
"name": "Boba Network Goerli Testnet",
"chain": "ETH",
"rpc": ["https://goerli.boba.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobagoerli",
"chainId": 2888,
"networkId": 2888,
"explorers": [
{
"name": "Blockscout",
"url": "https://testnet.bobascan.com",
"standard": "none"
}
],
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": [
{
"url": "https://gateway.goerli.boba.network"
}
]
}
}

View File

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

View File

@ -1,5 +1,5 @@
{
"name": "Boba Network Bobaopera Testnet",
"name": "Bobaopera Testnet",
"chain": "Bobaopera Testnet",
"rpc": [
"https://testnet.bobaopera.boba.network",

View File

@ -1,5 +1,5 @@
{
"name": "Boba Network Bobafuji Testnet",
"name": "Bobafuji Testnet",
"chain": "Bobafuji Testnet",
"rpc": [
"https://testnet.avax.boba.network",
@ -14,7 +14,7 @@
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "BobafujiTestnet",
"shortName": "BobaFujiTestnet",
"chainId": 4328,
"networkId": 4328,
"explorers": [

View File

@ -4,7 +4,8 @@
"rpc": [
"https://avax.boba.network",
"wss://wss.avax.boba.network",
"https://replica.avax.boba.network"
"https://replica.avax.boba.network",
"wss://replica-wss.avax.boba.network"
],
"faucets": [],
"nativeCurrency": {

View File

@ -1,5 +1,5 @@
{
"name": "Boba Network BNB Testnet",
"name": "Boba BNB Testnet",
"chain": "Boba BNB Testnet",
"rpc": [
"https://testnet.bnb.boba.network",
@ -14,7 +14,7 @@
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "BobaBNBTestnet",
"shortName": "BobaBnbTestnet",
"chainId": 9728,
"networkId": 9728,
"explorers": [

View File

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