Skip to content

Commit

Permalink
Update base url
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovdog committed Nov 28, 2024
1 parent 7f4ef75 commit fb1488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webhook/src/key-fetcher.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as crypto from "node:crypto"
import type { KeyFetcher, KeyFetcherOptions } from "./types"

const keysBaseURL = "https://api-staging.pimlico.io/webhook-public-key"
const keysBaseURL = "https://api.pimlico.io/webhook-public-key"

export class KeyCache {
private cache = new Map<string, crypto.KeyObject>()
Expand Down

0 comments on commit fb1488c

Please sign in to comment.