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