Skip to main content

web3 Net Migration Guide

Breaking Changes​

web3.*.net.getId​

The bzz and shh package are deprecated, therefore web3.bzz.net.getId and web3.shh.net.getId functions are not available.

web3.*.net.isListening​

The bzz and shh package are deprecated, therefore web3.bzz.net.isListening and web3.shh.net.isListening functions are not available.

web3.*.net.getPeerCount​

The bzz and shh package are deprecated, therefore web3.bzz.net.getPeerCount and web3.shh.net.getPeerCount functions are not available.

// web3.bzz.net is NOT available
// web3.shh.net is NOT available