Add opBNB testnet and mainnet bootnodes in code can facilitate the startup of new nodes.
Example
The startup node will use the opBNB bootnodes by chainId including testnet and mainnet. If p2p.bootnodes is configured, the configured bootnodes will be used. The configured p2p.bootnodes have the highest priority.
Description
Add
opBNB
testnet and mainnet bootnodes in code.Rationale
Add
opBNB
testnet and mainnet bootnodes in code can facilitate the startup of new nodes.Example
The startup node will use the
opBNB
bootnodes by chainId including testnet and mainnet. Ifp2p.bootnodes
is configured, the configured bootnodes will be used. The configuredp2p.bootnodes
have the highest priority.Changes
Add
opBNB
testnet and mainnet bootnodes in code.