Skip to content

Commit cfcfc4a

Browse files
committed
Update wallet-data.ts - tokenpocket
1 parent 6bcd149 commit cfcfc4a

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

public/images/wallets/tokenpocket.png

6.36 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ export const walletsData: WalletData[] = [
970970
mpc: true,
971971
},
972972
{
973-
last_updated: "2022-07-18",
973+
last_updated: "2024-11-06",
974974
name: "TokenPocket",
975975
image: TokenPocketImage,
976976
twBackgroundColor: "bg-[#2980fe]",
@@ -1000,19 +1000,20 @@ export const walletsData: WalletData[] = [
10001000
"vi",
10011001
"zh",
10021002
"zh-tw",
1003+
"ur",
10031004
],
10041005
twitter: "https://twitter.com/TokenPocket_TP",
1005-
discord: "",
1006+
discord: "https://discord.com/invite/NKPM8TXFQk",
10061007
reddit: "",
10071008
telegram: "https://t.me/tokenPocket_en",
10081009
ios: true,
10091010
android: true,
10101011
linux: false,
1011-
windows: true,
1012-
macOS: true,
1012+
windows: false,
1013+
macOS: false,
10131014
firefox: false,
10141015
chromium: true,
1015-
hardware: false,
1016+
hardware: true,
10161017
open_source: false,
10171018
repo_url: "",
10181019
non_custodial: true,
@@ -1022,19 +1023,20 @@ export const walletsData: WalletData[] = [
10221023
rpc_importing: true,
10231024
nft_support: true,
10241025
connect_to_dapps: true,
1025-
staking: false,
1026+
staking: true,
10261027
swaps: true,
10271028
multichain: true,
10281029
layer_2: true,
10291030
gas_fee_customization: true,
10301031
ens_support: true,
10311032
erc_20_support: true,
10321033
buy_crypto: true,
1033-
withdraw_crypto: false,
1034-
multisig: false,
1034+
withdraw_crypto: true,
1035+
multisig: true,
10351036
social_recovery: false,
1036-
onboard_documentation: "",
1037+
onboard_documentation: "ttps://help.tokenpocket.pro/en",
10371038
documentation: "https://help.tokenpocket.pro/developer-en/",
1039+
new_to_crypto: true,
10381040
},
10391041
{
10401042
last_updated: "2022-06-30",

0 commit comments

Comments
 (0)