2.9.3 • Published 1 year ago

@multiversx/sdk-network-providers v2.9.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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";