@@ -38,6 +38,9 @@ import walletConnectIcon from "../../../assets/wallets/icons/walletconnect.png";
3838import web3authIcon from "../../../assets/wallets/icons/web3auth.png" ;
3939import atomicwalletIcon from "../../../assets/wallets/icons/atomicwallet.png" ;
4040import jupiterIcon from "../../../assets/wallets/icons/jupiter.png" ;
41+ import openfortIcon from "../../../assets/wallets/icons/openfort.png" ;
42+ import opensignerIcon from "../../../assets/wallets/icons/opensigner.png" ;
43+
4144
4245export const walletData = [
4346 {
@@ -64,6 +67,54 @@ export const walletData = [
6467 hardware : false ,
6568 private_key_infrastructure : false ,
6669 } ,
70+ {
71+ name : "Openfort" ,
72+ body : "Complete non-cusotdial wallet infrastructure solution with social onboarding and gas abstraction." ,
73+ website : "https://openfort.io/" ,
74+ additionalInfo :
75+ "Non-Custodial/Self Custodial • Buy Crypto • Sell Crypto • Hold NFTs • Gas Abstraction • Social Recovery • Open Source" ,
76+ icon : openfortIcon ,
77+ custodial : false ,
78+ non_custodial : true ,
79+ te : false ,
80+ blinks_and_actions : false ,
81+ solana_pay : false ,
82+ buy_crypto : true ,
83+ sell_crypto : true ,
84+ hold_nfts : true ,
85+ mpc : false ,
86+ gas_abstraction : true ,
87+ social_recovery : true ,
88+ staking : false ,
89+ spending_limits : false ,
90+ open_source : true ,
91+ hardware : false ,
92+ private_key_infrastructure : false ,
93+ } ,
94+ {
95+ name : "OpenSigner" ,
96+ body : "Open-source and self-hostable key management solution" ,
97+ website : "https://opensigner.dev/" ,
98+ additionalInfo :
99+ "Custodial • Non-Custodial/Self Custodial • Open Source • Private Key Infrastructure" ,
100+ icon : opensignerIcon ,
101+ custodial : true ,
102+ non_custodial : true ,
103+ te : false ,
104+ blinks_and_actions : false ,
105+ solana_pay : false ,
106+ buy_crypto : false ,
107+ sell_crypto : false ,
108+ hold_nfts : true ,
109+ mpc : false ,
110+ gas_abstraction : false ,
111+ social_recovery : false ,
112+ staking : false ,
113+ spending_limits : false ,
114+ open_source : true ,
115+ hardware : false ,
116+ private_key_infrastructure : true ,
117+ } ,
67118 {
68119 name : "Backpack" ,
69120 body : "Backpack offers a robust, user-friendly platform for seamlessly trading, managing, and securing your cryptocurrency assets." ,
0 commit comments