Back to Web3 Js

web3 Net Migration Guide

docs/docs/guides/15_web3_upgrade_guide/net_migration_guide.md

4.16.0630 B
Original Source

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.

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