Skip to content

Commit b0bd3d7

Browse files
authored
Merge pull request #13742 from MukulKolpe/wallets_1inch
Update 1inch Wallet Metadata
2 parents 5e282d8 + 125420d commit b0bd3d7

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

public/images/wallets/1inch.png

76.8 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,11 @@ export const walletsData: WalletData[] = [
576576
documentation: "https://support.token.im/hc/en-us",
577577
},
578578
{
579-
last_updated: "2022-08-22",
579+
last_updated: "2024-08-30",
580580
name: "1inch Wallet",
581581
image: OneInchWalletImage,
582-
brand_color: "#082D6E",
583-
url: "https://1inch.io/",
582+
brand_color: "#2F8AF5",
583+
url: "https://1inch.io/wallet/",
584584
active_development_team: true,
585585
languages_supported: [
586586
"en",
@@ -597,7 +597,7 @@ export const walletsData: WalletData[] = [
597597
"tr",
598598
"vi",
599599
],
600-
twitter: "https://twitter.com/1inch",
600+
twitter: "https://x.com/1inchwallet",
601601
discord: "https://discord.com/invite/1inch",
602602
reddit: "https://www.reddit.com/r/1inch/",
603603
telegram: "https://t.me/OneInchNetwork",
@@ -610,25 +610,28 @@ export const walletsData: WalletData[] = [
610610
chromium: false,
611611
hardware: false,
612612
open_source: false,
613-
repo_url: "",
613+
repo_url: "https://github.com/1inch",
614614
non_custodial: true,
615-
security_audit: [""],
615+
security_audit: [
616+
"https://blog.1inch.io/the-1inch-wallet-security-explained/",
617+
],
616618
scam_protection: true,
617-
hardware_support: false,
619+
hardware_support: true,
618620
rpc_importing: false,
619621
nft_support: true,
620622
connect_to_dapps: true,
621-
staking: true,
623+
staking: false,
622624
swaps: true,
623625
layer_2: true,
624626
gas_fee_customization: true,
625627
ens_support: true,
626628
erc_20_support: true,
627629
buy_crypto: true,
628-
withdraw_crypto: false,
630+
withdraw_crypto: true,
629631
multisig: false,
630632
social_recovery: false,
631-
onboard_documentation: "https://help.1inch.io/en/",
633+
onboard_documentation:
634+
"https://help.1inch.io/en/collections/2897068-1inch-wallet",
632635
documentation: "",
633636
},
634637
{

0 commit comments

Comments
 (0)