Skip to content

Commit

Permalink
export specificWalletLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
acedward committed Nov 30, 2023
1 parent c39cd87 commit c40610a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/paima-sdk/paima-mw-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import {
PaimaMiddlewareErrorCode,
PAIMA_MIDDLEWARE_ERROR_MESSAGES,
} from './errors.js';
import { specificWalletLogin } from './wallets/wallets.js';

export async function initMiddlewareCore(
gameName: string,
Expand Down Expand Up @@ -74,6 +75,7 @@ export {
PaimaMiddlewareErrorCode,
PAIMA_MIDDLEWARE_ERROR_MESSAGES,
walletToName,
specificWalletLogin,
};

// NOT FOR USE IN PRODUCTION, just internal endpoints and helper functions for easier testing and debugging:
Expand Down

0 comments on commit c40610a

Please sign in to comment.