From e6856abe4f93dc2f07dd6c6b6eb2c86592b7e667 Mon Sep 17 00:00:00 2001 From: Brian Friel Date: Tue, 5 Mar 2024 09:43:29 -0800 Subject: [PATCH] Updates --- rss.xml | 2 +- shortcuts.json | 19 ++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/rss.xml b/rss.xml index 884869e..4cfda02 100644 --- a/rss.xml +++ b/rss.xml @@ -1,4 +1,4 @@ -<![CDATA[Brian Friel]]>https://brianfriel.xyzGatsbyJSFri, 16 Feb 2024 19:31:37 GMT<![CDATA[The Complete Guide to Phantom Deeplinks]]>https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/Thu, 25 Aug 2022 01:22:04 GMT<p><em>This article was originally published on <a href="https://phantom.app/blog/the-complete-guide-to-phantom-deeplinks">phantom.app</a>.</em></p> +<![CDATA[Brian Friel]]>https://brianfriel.xyzGatsbyJSTue, 05 Mar 2024 17:43:26 GMT<![CDATA[The Complete Guide to Phantom Deeplinks]]>https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/https://brianfriel.xyz/the-complete-guide-to-phantom-deeplinks/Thu, 25 Aug 2022 01:22:04 GMT<p><em>This article was originally published on <a href="https://phantom.app/blog/the-complete-guide-to-phantom-deeplinks">phantom.app</a>.</em></p> <h2>Introduction</h2> <p>Solana’s fast and cheap transactions make it the perfect testing ground for novel mobile applications. Until recently, however, there was no way for native mobile applications to interact with existing Solana wallets. In order to connect to users, Solana dapps had to be web-based. In a mobile context, these web dapps were most often viewed within a wallet’s in-app browser.</p> <p>All of this changed in Phantom <code class="language-text">v22.04.01</code> with the release of Phantom <strong>deeplinks</strong>. With deeplinks, iOS and Android apps can now interact directly with the Phantom mobile app to connect, sign, and send transactions. In this tutorial, we’ll walk through how you can integrate Phantom deeplinks into your Solana dapp.</p> diff --git a/shortcuts.json b/shortcuts.json index a832061..a57bc7b 100644 --- a/shortcuts.json +++ b/shortcuts.json @@ -1,22 +1,19 @@ { - "version": 2, + "version": 1, "shortcuts": [ { - "label": "View Leaderboard", - "uri": "https://two.solanamobile.com/leaderboard", - "type": "fungible", - "icon": "leaderboard" + "label": "View Quekz", + "uri": "https://quekz.com/", + "icon": "view" }, { - "label": "Preorder Now", - "uri": "https://two.solanamobile.com/preorder", - "type": "fungible", - "icon": "tip" + "label": "Race Quekz", + "uri": "https://quekz.com/race", + "icon": "gaming" }, { "label": "Join Discord", - "uri": "https://discord.com/invite/solanamobile", - "type": "fungible", + "uri": "https://discord.gg/vpfSrk636g", "icon": "discord", "prefersExternalTarget": true }