Skip to content

Commit 8ed0620

Browse files
authored
Merge pull request #14331 from chendatony31/dev
Update wallet-data.ts - tokenpocket
2 parents 8b4f673 + 2ac546d commit 8ed0620

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

public/images/wallets/tokenpocket.png

6.36 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ export const walletsData: WalletData[] = [
993993
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
994994
},
995995
{
996-
last_updated: "2022-07-18",
996+
last_updated: "2024-11-06",
997997
name: "TokenPocket",
998998
image: TokenPocketImage,
999999
twBackgroundColor: "bg-[#2980fe]",
@@ -1023,19 +1023,20 @@ export const walletsData: WalletData[] = [
10231023
"vi",
10241024
"zh",
10251025
"zh-tw",
1026+
"ur",
10261027
],
10271028
twitter: "https://twitter.com/TokenPocket_TP",
1028-
discord: "",
1029+
discord: "https://discord.com/invite/NKPM8TXFQk",
10291030
reddit: "",
10301031
telegram: "https://t.me/tokenPocket_en",
10311032
ios: true,
10321033
android: true,
10331034
linux: false,
1034-
windows: true,
1035-
macOS: true,
1035+
windows: false,
1036+
macOS: false,
10361037
firefox: false,
10371038
chromium: true,
1038-
hardware: false,
1039+
hardware: true,
10391040
open_source: false,
10401041
repo_url: "",
10411042
non_custodial: true,
@@ -1045,18 +1046,18 @@ export const walletsData: WalletData[] = [
10451046
rpc_importing: true,
10461047
nft_support: true,
10471048
connect_to_dapps: true,
1048-
staking: false,
1049+
staking: true,
10491050
swaps: true,
10501051
multichain: true,
10511052
layer_2: true,
10521053
gas_fee_customization: true,
10531054
ens_support: true,
10541055
erc_20_support: true,
10551056
buy_crypto: true,
1056-
withdraw_crypto: false,
1057-
multisig: false,
1057+
withdraw_crypto: true,
1058+
multisig: true,
10581059
social_recovery: false,
1059-
onboard_documentation: "",
1060+
onboard_documentation: "ttps://help.tokenpocket.pro/en",
10601061
documentation: "https://help.tokenpocket.pro/developer-en/",
10611062
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
10621063
},

0 commit comments

Comments
 (0)