Skip to content

Commit

Permalink
feat: add demo app metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriel committed Aug 15, 2022
1 parent 4d7e94e commit e1caaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function App() {
const params = new URLSearchParams({
dapp_encryption_public_key: bs58.encode(dappKeyPair.publicKey),
cluster: "devnet",
app_url: "https://phantom.app",
app_url: "https://deeplink-movie-tutorial-dummy-site.vercel.app/",
redirect_link: onConnectRedirectLink,
});
const url = buildUrl("connect", params);
Expand Down

0 comments on commit e1caaf0

Please sign in to comment.