Skip to content

Commit

Permalink
fix snap id issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mymiracle0118 committed Jul 10, 2024
1 parent 9910389 commit 592e82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const snapId = import.meta.env.DEV? "local:http://localhost:8080/" : "npm:stellar-snap"
export const snapId = "npm:stellar-snap"

0 comments on commit 592e82d

Please sign in to comment.