Skip to content

Commit

Permalink
chore: add support links
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant committed Nov 18, 2024
1 parent 290295f commit a73a3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/ledger-live-desktop/src/config/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const supportLinkByTokenType = {
trc20: "https://support.ledger.com/article/360013062159-zd",
asa: "https://support.ledger.com/article/360015896040-zd",
nfts: "https://support.ledger.com/article/4404389453841-zd",
// spl: "Solana spl tokens. TODO: to be defined",
spl: "https://support.ledger.com/article/7723954701469-zd",
};

const errors: Record<string, string> = {
Expand Down Expand Up @@ -154,7 +154,7 @@ export const urls = {
},
solana: {
staking: "https://support.ledger.com/article/4731749170461-zd",
splTokenInfo: "Solana spl tokens link TODO: to be defined",
splTokenInfo: "https://support.ledger.com/article/7723954701469-zd",
recipient_info: "https://support.ledger.com",
ledgerByFigmentTC:
"https://cdn.figment.io/legal/Current%20Ledger_Online%20Staking%20Delgation%20Services%20Agreement.pdf",
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/src/utils/urls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const urls = {
solana: {
supportPage: "https://support.ledger.com",
stakingPage: "https://support.ledger.com/article/4731749170461-zd",
splTokenInfo: "Solana spl tokens link TODO: to be defined",
splTokenInfo: "https://support.ledger.com/article/7723954701469-zd",
},
resources: {
gettingStarted:
Expand Down

0 comments on commit a73a3a7

Please sign in to comment.