@multiversx/sdk-network-providers
v2.9.3
Published
Network Provider (API, Gateway) components (compatible with @multiversx/sdk-core)
Downloads
20,032
Maintainers
Keywords
Readme
This package was integrated into sdk-core and will soon be deprecated
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";