Skip to content

Commit 625a88b

Browse files
spacing
Signed-off-by: Robert Mads Christensen <[email protected]>
1 parent 64c84d7 commit 625a88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-auth-client/src/lib/providers/BaseProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ export abstract class BaseProvider {
178178
signer: new ethers.Wallet(ethers.Wallet.createRandom().privateKey, new ethers.providers.JsonRpcProvider(LIT_RPC.CHRONICLE_YELLOWSTONE)),
179179
network: this.litNodeClient.config.litNetwork,
180180
});
181-
182181
try {
183182
await litContracts.connect();
184183
} catch (err) {
@@ -189,6 +188,7 @@ export abstract class BaseProvider {
189188
'Unable to connect to LitContracts'
190189
);
191190
}
191+
192192
try {
193193
const pkpPermissions = litContracts.pkpPermissionsContract;
194194
const tokenIds = await pkpPermissions.read.getTokenIdsForAuthMethod(

0 commit comments

Comments
 (0)