Skip to content

Commit e33142a

Browse files
authored
Merge pull request #14264 from ethereum/konopkja-patch-7
Update wallet-data.ts - phantom
2 parents c289444 + 9e4ff50 commit e33142a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ export const walletsData: WalletData[] = [
16781678
"https://tahowallet.notion.site/Taho-Knowledge-Base-4d95ed5439c64d6db3d3d27abf1fdae5",
16791679
},
16801680
{
1681-
last_updated: "2023-07-19",
1681+
last_updated: "2024-10-30",
16821682
name: "Phantom",
16831683
image: PhantomImage,
16841684
twBackgroundColor: "bg-[#AB9FF2]",
@@ -1711,10 +1711,12 @@ export const walletsData: WalletData[] = [
17111711
"sw",
17121712
"ta",
17131713
"te",
1714+
"ha",
1715+
"yo",
17141716
],
1715-
twitter: "https://twitter.com/phantom",
1717+
twitter: "https://x.com/phantom",
17161718
discord: "",
1717-
reddit: "https://www.reddit.com/r/phantom_app/",
1719+
reddit: "https://www.reddit.com/r/Phantom/",
17181720
telegram: "",
17191721
ios: true,
17201722
android: true,
@@ -1728,7 +1730,7 @@ export const walletsData: WalletData[] = [
17281730
repo_url: "https://github.com/phantom",
17291731
non_custodial: true,
17301732
security_audit: [
1731-
"https://kudelskisecurity.com/wp-content/uploads/Phantom-Security-Assessment.pdf",
1733+
"https://github.com/phantom/audit-reports",
17321734
],
17331735
scam_protection: true,
17341736
hardware_support: true,
@@ -1743,7 +1745,7 @@ export const walletsData: WalletData[] = [
17431745
ens_support: true,
17441746
erc_20_support: true,
17451747
buy_crypto: true,
1746-
withdraw_crypto: false,
1748+
withdraw_crypto: true,
17471749
multisig: false,
17481750
social_recovery: false,
17491751
onboard_documentation: "https://phantom.app/learn",

0 commit comments

Comments
 (0)