Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added apps/web/assets/wallets/icons/openfort.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/assets/wallets/icons/opensigner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions apps/web/src/data/wallets/wallet-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ import walletConnectIcon from "../../../assets/wallets/icons/walletconnect.png";
import web3authIcon from "../../../assets/wallets/icons/web3auth.png";
import atomicwalletIcon from "../../../assets/wallets/icons/atomicwallet.png";
import jupiterIcon from "../../../assets/wallets/icons/jupiter.png";
import openfortIcon from "../../../assets/wallets/icons/openfort.png";
import opensignerIcon from "../../../assets/wallets/icons/opensigner.png";

export const walletData = [
{
Expand All @@ -64,6 +66,54 @@ export const walletData = [
hardware: false,
private_key_infrastructure: false,
},
{
name: "Openfort",
body: "Complete non-custodial wallet infrastructure solution with social onboarding and gas abstraction.",
website: "https://openfort.io/",
additionalInfo:
"Non-Custodial/Self Custodial • Buy Crypto • Sell Crypto • Hold NFTs • Gas Abstraction • Social Recovery • Open Source",
icon: openfortIcon,
custodial: false,
non_custodial: true,
te: false,
blinks_and_actions: false,
solana_pay: false,
buy_crypto: true,
sell_crypto: true,
hold_nfts: true,
mpc: false,
gas_abstraction: true,
social_recovery: true,
staking: false,
spending_limits: false,
open_source: true,
hardware: false,
private_key_infrastructure: false,
},
{
name: "OpenSigner",
body: "Open-source and self-hostable key management solution",
website: "https://opensigner.dev/",
additionalInfo:
"Custodial • Non-Custodial/Self Custodial • Open Source • Private Key Infrastructure",
icon: opensignerIcon,
custodial: true,
non_custodial: true,
te: false,
blinks_and_actions: false,
solana_pay: false,
buy_crypto: false,
sell_crypto: false,
hold_nfts: true,
mpc: false,
gas_abstraction: false,
social_recovery: false,
staking: false,
spending_limits: false,
open_source: true,
hardware: false,
private_key_infrastructure: true,
},
{
name: "Backpack",
body: "Backpack offers a robust, user-friendly platform for seamlessly trading, managing, and securing your cryptocurrency assets.",
Expand Down