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 64c84d7 commit 625a88bCopy full SHA for 625a88b
packages/lit-auth-client/src/lib/providers/BaseProvider.ts
@@ -178,7 +178,6 @@ export abstract class BaseProvider {
178
signer: new ethers.Wallet(ethers.Wallet.createRandom().privateKey, new ethers.providers.JsonRpcProvider(LIT_RPC.CHRONICLE_YELLOWSTONE)),
179
network: this.litNodeClient.config.litNetwork,
180
});
181
-
182
try {
183
await litContracts.connect();
184
} catch (err) {
@@ -189,6 +188,7 @@ export abstract class BaseProvider {
189
188
'Unable to connect to LitContracts'
190
);
191
}
+
192
193
const pkpPermissions = litContracts.pkpPermissionsContract;
194
const tokenIds = await pkpPermissions.read.getTokenIdsForAuthMethod(
0 commit comments