Skip to content

Commit 92856c6

Browse files
committed
fix: add temp types export from constant
1 parent b0daa1a commit 92856c6

File tree

3 files changed

+154
-72
lines changed

3 files changed

+154
-72
lines changed

local-tests/tests/testRelayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const testRelayer = async (devEnv: TinnyEnvironment) => {
2323
litNodeClient: devEnv.litNodeClient,
2424
});
2525

26-
const pkps = await ethWalletProvider.fetchPKPsThroughRelayer(
26+
const pkps = await ethWalletProvider.fetchPKPs(
2727
alice.authMethod
2828
);
2929

packages/constants/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export * from './lib/errors';
1616
// ----------- Utils -----------
1717
export * from './lib/utils/utils';
1818

19+
// ----------- Types -----------
20+
export * from './lib/constants/types';
21+
1922
// ----------- ABIs -----------
2023
import * as ABI_ERC20 from './lib/abis/ERC20.json';
2124

0 commit comments

Comments
 (0)