From 359122e8e8d71a0ab7a6f529d79f61fbaba655e0 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Wed, 31 Jan 2024 10:02:54 +0800 Subject: [PATCH] rename plugin --- packages/plugins/wallet-services-plugin/src/plugin.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugins/wallet-services-plugin/src/plugin.ts b/packages/plugins/wallet-services-plugin/src/plugin.ts index a8b13fb95..efd77a7f8 100644 --- a/packages/plugins/wallet-services-plugin/src/plugin.ts +++ b/packages/plugins/wallet-services-plugin/src/plugin.ts @@ -7,8 +7,8 @@ import log from "loglevel"; import { WalletServicesPluginError } from "./errors"; -export class WalletServicesConnectorPlugin implements IPlugin { - name = "WALLET_SERVICES_CONNECTOR_PLUGIN"; +export class WalletServicesPlugin implements IPlugin { + name = "WALLET_SERVICES_PLUGIN"; readonly SUPPORTED_ADAPTERS = [WALLET_ADAPTERS.OPENLOGIN];