mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
ac55b921be
commit
1f054f7399
27
_data/chains/eip155-56288.json
Normal file
27
_data/chains/eip155-56288.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user