Skip to content

Commit

Permalink
rename plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jan 31, 2024
1 parent c1936a4 commit 359122e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/wallet-services-plugin/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 359122e

Please sign in to comment.