Skip to content

Commit

Permalink
Use a localhost to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Nov 16, 2023
1 parent e2cf153 commit 273d64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/manifest-ledger-live-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ACRE",
"url": "http://localhost:5173/",
"homepageUrl": "http://localhost:5173/",
"icon": "http://127.0.0.1:5173/acre.svg",
"icon": "http://localhost:5173/acre.svg",
"platform": "all",
"apiVersion": "2.0.0",
"manifestVersion": "1",
Expand Down

0 comments on commit 273d64f

Please sign in to comment.