Skip to content

Commit

Permalink
Merge branch 'feat/manzano-habanero' of github.com:LIT-Protocol/js-sd…
Browse files Browse the repository at this point in the history
…k into feature/lit-2155-add-custom-contract-context
  • Loading branch information
Josh Long committed Dec 20, 2023
2 parents ad12223 + e9a51af commit 23cec2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function main() {

const authMethod = {
authMethodType: AuthMethodType.EthWallet,
accessToken: JSON.stringify(LITCONFIG.CONTROLLER_AUTHSIG_2),
accessToken: JSON.stringify(globalThis.LitCI.CONTROLLER_AUTHSIG),
};

const pkpSignRes = await client?.executeJs({
Expand Down
2 changes: 1 addition & 1 deletion e2e-nodejs/loader.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const siweMessage = new siwe.SiweMessage({
uri: origin,
version: '1',
chainId: 1,
expirationTime: new Date(Date.now() + 1000 * 60 * 7).toISOString(),
expirationTime: new Date(Date.now() + 60_000 * 60).toISOString(),
});
const messageToSign = siweMessage.prepareMessage();

Expand Down

0 comments on commit 23cec2e

Please sign in to comment.