Skip to content

Commit 08528b9

Browse files
committed
Add Openfort and opensigner
1 parent d01f7ef commit 08528b9

3 files changed

Lines changed: 51 additions & 0 deletions

File tree

6.4 KB
Loading
5.75 KB
Loading

apps/web/src/data/wallets/wallet-data.js

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ import walletConnectIcon from "../../../assets/wallets/icons/walletconnect.png";
3838
import web3authIcon from "../../../assets/wallets/icons/web3auth.png";
3939
import atomicwalletIcon from "../../../assets/wallets/icons/atomicwallet.png";
4040
import 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

4245
export 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

Comments
 (0)