@terradharitri/sdk-network-providers
v0.0.8
Published
Network Provider (API, Gateway) components (compatible with @terradharitri/sdk-core)
Readme
This package was integrated into sdk-core and will soon be deprecated
To utilize the functionality from the unified @terradharitri/sdk-core library, please update the existing import statements within your project.
For example:
import { ProxyNetworkProvider } from "@terradharitri/sdk-network-providers";should be changed to:
import { ProxyNetworkProvider } from "@terradharitri/sdk-core";