Skip to content

Commit 70a041a

Browse files
committed
fix: tx processor endpoint
1 parent b9e111f commit 70a041a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tx-handler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const ENDPOINT = 'https://lit-general-worker.herokuapp.com/';
1+
const ENDPOINT = 'https://lit-general-worker.getlit.dev/';
22

33
// check if endpoint is up
44
export const checkEndpoint = async () => {

0 commit comments

Comments
 (0)