Skip to content

Network Provider (API, Gateway) components (compatible with sdk-js).

License

Notifications You must be signed in to change notification settings

multiversx/mx-sdk-js-network-providers

Repository files navigation

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