Skip to content

Commit d790450

Browse files
authored
Merge pull request #15843 from Savio-Sou/dev
fix: Update Ambire properties
2 parents 58d22b6 + edb78ad commit d790450

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ export const walletsData: WalletData[] = [
541541
],
542542
},
543543
{
544-
last_updated: "2024-10-30",
544+
last_updated: "2025-07-16",
545545
name: "Ambire",
546546
image: AmbireImage,
547547
twBackgroundColor: "bg-[#aa6aff]",
@@ -553,21 +553,21 @@ export const walletsData: WalletData[] = [
553553
discord: "https://discord.com/invite/ambire",
554554
reddit: "",
555555
telegram: "https://t.me/AmbireOfficial",
556-
ios: true,
557-
android: true,
556+
ios: false,
557+
android: false,
558558
linux: false,
559559
windows: false,
560560
macOS: false,
561561
firefox: false,
562-
chromium: false,
562+
chromium: true,
563563
hardware: false,
564564
open_source: true,
565-
repo_url: "https://github.com/ambireTech/wallet",
565+
repo_url: "https://github.com/AmbireTech/extension",
566566
non_custodial: true,
567567
security_audit: ["https://github.com/ambireTech/wallet#audits"],
568568
scam_protection: true,
569569
hardware_support: true,
570-
rpc_importing: false,
570+
rpc_importing: true,
571571
nft_support: true,
572572
connect_to_dapps: true,
573573
staking: true,
@@ -576,10 +576,10 @@ export const walletsData: WalletData[] = [
576576
gas_fee_customization: true,
577577
ens_support: true,
578578
erc_20_support: true,
579-
buy_crypto: true,
580-
withdraw_crypto: true,
581-
multisig: true,
582-
social_recovery: true,
579+
buy_crypto: false,
580+
withdraw_crypto: false,
581+
multisig: false,
582+
social_recovery: false,
583583
onboard_documentation:
584584
"https://help.ambire.com/hc/en-us/categories/4404980091538-Ambire-Wallet",
585585
documentation: "",

0 commit comments

Comments
 (0)