Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Apr 30, 2024
1 parent 500967c commit e30165e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/constants/src/lib/constants/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,15 @@ export const LIT_ENDPOINT = {
SIGN_SESSION_KEY: {
path: '/web/sign_session_key',
version: LIT_ENDPOINT_VERSION.V1,

// FIXME: Change this to V1 once the new version is deployed to all public networks
// version: LIT_ENDPOINT_VERSION.V0,
envName: 'SIGN_SESSION_KEY',
},
EXECUTE_JS: {
path: '/web/execute',
// FIXME: Change this to V1 once the new version is deployed to all public networks
version: LIT_ENDPOINT_VERSION.V1,
envName: 'EXECUTE_JS',
},
PKP_SIGN: {
path: '/web/pkp/sign',
// version: LIT_ENDPOINT_VERSION.V1,
version: LIT_ENDPOINT_VERSION.V1,
envName: 'PKP_SIGN',
},
Expand Down

0 comments on commit e30165e

Please sign in to comment.