We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0daa1a commit 92856c6Copy full SHA for 92856c6
local-tests/tests/testRelayer.ts
@@ -23,7 +23,7 @@ export const testRelayer = async (devEnv: TinnyEnvironment) => {
23
litNodeClient: devEnv.litNodeClient,
24
});
25
26
- const pkps = await ethWalletProvider.fetchPKPsThroughRelayer(
+ const pkps = await ethWalletProvider.fetchPKPs(
27
alice.authMethod
28
);
29
packages/constants/src/index.ts
@@ -16,6 +16,9 @@ export * from './lib/errors';
16
// ----------- Utils -----------
17
export * from './lib/utils/utils';
18
19
+// ----------- Types -----------
20
+export * from './lib/constants/types';
21
+
22
// ----------- ABIs -----------
import * as ABI_ERC20 from './lib/abis/ERC20.json';
0 commit comments