chainId fix for Boba BNB Mainnet (#2149)

* eth_chainId is 0xdbe0 56288 for Boba BNB Mainnet

* deprecate 97288 chain

* deprecate 97288 chain - fix name

* deprecate 97288 chain - fix short name
This commit is contained in:
Ino Murko 2023-01-16 20:09:46 +01:00 committed by GitHub
parent ac55b921be
commit 1f054f7399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 3 deletions

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": 56288,
"networkId": 56288,
"explorers": [
{
"name": "Boba BNB block explorer",
"url": "https://blockexplorer.bnb.boba.network",
"standard": "none"
}
]
}

View File

@ -1,5 +1,5 @@
{
"name": "Boba BNB Mainnet",
"name": "Boba BNB Mainnet Old",
"chain": "Boba BNB Mainnet",
"rpc": [],
"faucets": [],
@ -9,7 +9,7 @@
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "BobaBnb",
"shortName": "BobaBnbOld",
"chainId": 97288,
"networkId": 97288,
"explorers": [
@ -18,5 +18,6 @@
"url": "https://blockexplorer.bnb.boba.network",
"standard": "none"
}
]
],
"status": "deprecated"
}