To utilize the functionality from the unified @multiversx/sdk-core library, please update the existing import statements within your project.
For example:
import { ProxyNetworkProvider } from "@multiversx/sdk-network-providers";
should be changed to:
import { ProxyNetworkProvider } from "@multiversx/sdk-core";