Skip to content

Commit

Permalink
feat: include accs for tinny utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Dec 30, 2024
1 parent 4fdeddd commit 5a61adc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local-tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as tinnyTests from './tests';
import { getEoaSessionSigs } from './setup/session-sigs/get-eoa-session-sigs';
import { getLitActionSessionSigs } from './setup/session-sigs/get-lit-action-session-sigs';
import { getPkpSessionSigs } from './setup/session-sigs/get-pkp-session-sigs';
import { AccessControlConditions } from './setup/accs/accs';

export {
TinnyEnvironment,
Expand All @@ -13,6 +14,7 @@ export {
getEoaSessionSigs,
getLitActionSessionSigs,
getPkpSessionSigs,
AccessControlConditions
};

// Usage
Expand Down

0 comments on commit 5a61adc

Please sign in to comment.