Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Sep 14, 2024
1 parent 474e718 commit ebd1b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slot/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use crate::{browser, server::LocalServer, vars};
const GUARDIAN: Felt = short_string!("CARTRIDGE_GUARDIAN");
pub const SESSION_GUARDIAN_SIGNING_KEY: SigningKey = SigningKey::from_secret_scalar(GUARDIAN);

// Taken from: https://github.com/cartridge-gg/controller/blob/046f3b98f410f71e4d14b8f40efaae57f6c5483e/packages/keychain/src/components/connect/CreateSession.tsx#L24
// Taken from: https://github.com/cartridge-gg/controller/blob/b2c6ed8fcbabdc2e40176ce9955e155c662a9f1c/packages/keychain/src/const.ts#L2C1-L2C47
const DEFAULT_SESSION_EXPIRES_AT: u64 = 1727776800;
const SESSION_CREATION_PATH: &str = "/session";
const SESSION_FILE_BASE_NAME: &str = "session.json";
Expand Down

0 comments on commit ebd1b2a

Please sign in to comment.