Skip to content

Commit

Permalink
feat(wallet): Update URLs in wallet manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Nov 12, 2024
1 parent 9308fc0 commit f7fdfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet/src/manifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"action": {
"default_popup": "ui.html?type=popup"
},
"host_permissions": ["https://fullnode.devnet.iota.org/", "https://fullnode.staging.iota.org/"],
"host_permissions": ["https://api.devnet.iota.cafe/", "https://api.testnet.iota.cafe/"],
"icons": {
"16": "manifest/icons/iota-icon-16.png",
"32": "manifest/icons/iota-icon-32.png",
Expand Down

0 comments on commit f7fdfe4

Please sign in to comment.