Skip to content

Commit

Permalink
ref: use the same client instance in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Apr 29, 2024
1 parent 926b92b commit 64df73e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export async function main() {
const pkpWallet = new PKPEthersWallet({
pkpPubKey: globalThis.LitCI.AUTH_METHOD_PKP_INFO.publicKey,
rpc: LITCONFIG.CHRONICLE_RPC,
litNetwork: globalThis.LitCI.network,
client: client,
authContext: {
client,
getSessionSigsProps: {
Expand Down

0 comments on commit 64df73e

Please sign in to comment.