Implements the base abstractions for the Aptos blockchain.
import { AptosWallet } from "@xlabs-libs/wallet-aggregator-aptos";
const walletCore = AptosWallet.walletCoreFactory(aptosWalletConfig, true, []);
walletCore.wallets.forEach((wallet) => {
new AptosWallet(wallet, walletCore);
});