File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -993,7 +993,7 @@ export const walletsData: WalletData[] = [
993
993
supported_chains : [ "Ethereum Mainnet" ] , // TODO: Add supported chains
994
994
} ,
995
995
{
996
- last_updated : "2022-07-18 " ,
996
+ last_updated : "2024-11-06 " ,
997
997
name : "TokenPocket" ,
998
998
image : TokenPocketImage ,
999
999
twBackgroundColor : "bg-[#2980fe]" ,
@@ -1023,19 +1023,20 @@ export const walletsData: WalletData[] = [
1023
1023
"vi" ,
1024
1024
"zh" ,
1025
1025
"zh-tw" ,
1026
+ "ur" ,
1026
1027
] ,
1027
1028
twitter : "https://twitter.com/TokenPocket_TP" ,
1028
- discord : "" ,
1029
+ discord : "https://discord.com/invite/NKPM8TXFQk " ,
1029
1030
reddit : "" ,
1030
1031
telegram : "https://t.me/tokenPocket_en" ,
1031
1032
ios : true ,
1032
1033
android : true ,
1033
1034
linux : false ,
1034
- windows : true ,
1035
- macOS : true ,
1035
+ windows : false ,
1036
+ macOS : false ,
1036
1037
firefox : false ,
1037
1038
chromium : true ,
1038
- hardware : false ,
1039
+ hardware : true ,
1039
1040
open_source : false ,
1040
1041
repo_url : "" ,
1041
1042
non_custodial : true ,
@@ -1045,18 +1046,18 @@ export const walletsData: WalletData[] = [
1045
1046
rpc_importing : true ,
1046
1047
nft_support : true ,
1047
1048
connect_to_dapps : true ,
1048
- staking : false ,
1049
+ staking : true ,
1049
1050
swaps : true ,
1050
1051
multichain : true ,
1051
1052
layer_2 : true ,
1052
1053
gas_fee_customization : true ,
1053
1054
ens_support : true ,
1054
1055
erc_20_support : true ,
1055
1056
buy_crypto : true ,
1056
- withdraw_crypto : false ,
1057
- multisig : false ,
1057
+ withdraw_crypto : true ,
1058
+ multisig : true ,
1058
1059
social_recovery : false ,
1059
- onboard_documentation : "" ,
1060
+ onboard_documentation : "ttps://help.tokenpocket.pro/en " ,
1060
1061
documentation : "https://help.tokenpocket.pro/developer-en/" ,
1061
1062
supported_chains : [ "Ethereum Mainnet" ] , // TODO: Add supported chains
1062
1063
} ,
You can’t perform that action at this time.
0 commit comments