Skip to content

Commit cd143ba

Browse files
author
Pseudomata
authored
Remove Linen wallet (discontinued).
See https://twitter.com/GetLinen/status/1719361452186710050 for announcement.
1 parent 6e0ab1f commit cd143ba

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -778,52 +778,6 @@ const walletData: WalletData[] = [
778778
onboard_documentation: "https://help.zengo.com/en/",
779779
documentation: "",
780780
},
781-
{
782-
last_updated: "September 13, 2023",
783-
name: "Linen",
784-
image_name: "linen",
785-
brand_color: "#000000",
786-
url: "https://linen.app/",
787-
wallet_live_date: "November, 2019",
788-
active_development_team: true,
789-
languages_supported: ["en"],
790-
twitter: "https://twitter.com/GetLinen",
791-
discord: "https://discord.com/invite/fbxHDCj",
792-
reddit: "",
793-
telegram: "",
794-
ios: true,
795-
android: true,
796-
linux: false,
797-
windows: false,
798-
macOS: false,
799-
firefox: false,
800-
chromium: false,
801-
hardware: false,
802-
open_source: false,
803-
repo_url: "",
804-
non_custodial: true,
805-
security_audit: [""],
806-
scam_protection: false,
807-
hardware_support: true,
808-
walletconnect: true,
809-
rpc_importing: false,
810-
nft_support: false,
811-
connect_to_dapps: true,
812-
staking: true,
813-
swaps: true,
814-
layer_2: true,
815-
gas_fee_customization: false,
816-
ens_support: false,
817-
erc_20_support: true,
818-
eip_1559_support: true,
819-
buy_crypto: false,
820-
withdraw_crypto: false,
821-
multisig: true,
822-
social_recovery: false,
823-
onboard_documentation: "https://support.linen.app/",
824-
documentation:
825-
"https://linen.app/articles/crypto-assets-self-custody-linen-wallet-primer/",
826-
},
827781
{
828782
last_updated: "June 24, 2022",
829783
name: "imToken",

src/pages/wallets/find-wallet.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,6 @@ export const query = graphql`
402402
zengo: file(relativePath: { eq: "wallets/zengo.png" }) {
403403
...walletImage
404404
}
405-
linen: file(relativePath: { eq: "wallets/linen.png" }) {
406-
...walletImage
407-
}
408405
imtoken: file(relativePath: { eq: "wallets/imtoken.png" }) {
409406
...walletImage
410407
}

0 commit comments

Comments
 (0)