From edb16142f2a49b12774f14effebb762adb573de3 Mon Sep 17 00:00:00 2001 From: Savio <72797635+Savio-Sou@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:53:33 -0400 Subject: [PATCH 1/2] fix: Update Ambire properties --- src/data/wallets/wallet-data.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/data/wallets/wallet-data.ts b/src/data/wallets/wallet-data.ts index b23ee46521f..9c4eae45299 100644 --- a/src/data/wallets/wallet-data.ts +++ b/src/data/wallets/wallet-data.ts @@ -553,21 +553,21 @@ export const walletsData: WalletData[] = [ discord: "https://discord.com/invite/ambire", reddit: "", telegram: "https://t.me/AmbireOfficial", - ios: true, - android: true, + ios: false, + android: false, linux: false, windows: false, macOS: false, firefox: false, - chromium: false, + chromium: true, hardware: false, open_source: true, - repo_url: "https://github.com/ambireTech/wallet", + repo_url: "https://github.com/AmbireTech/extension", non_custodial: true, security_audit: ["https://github.com/ambireTech/wallet#audits"], scam_protection: true, hardware_support: true, - rpc_importing: false, + rpc_importing: true, nft_support: true, connect_to_dapps: true, staking: true, @@ -576,10 +576,10 @@ export const walletsData: WalletData[] = [ gas_fee_customization: true, ens_support: true, erc_20_support: true, - buy_crypto: true, - withdraw_crypto: true, - multisig: true, - social_recovery: true, + buy_crypto: false, + withdraw_crypto: false, + multisig: false, + social_recovery: false, onboard_documentation: "https://help.ambire.com/hc/en-us/categories/4404980091538-Ambire-Wallet", documentation: "", From edb78ad27415d3a4250774a365215fe9fb81765e Mon Sep 17 00:00:00 2001 From: Savio <72797635+Savio-Sou@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:55:55 -0400 Subject: [PATCH 2/2] Update "Last Updated" date --- src/data/wallets/wallet-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/wallets/wallet-data.ts b/src/data/wallets/wallet-data.ts index 9c4eae45299..69f0e2e2907 100644 --- a/src/data/wallets/wallet-data.ts +++ b/src/data/wallets/wallet-data.ts @@ -541,7 +541,7 @@ export const walletsData: WalletData[] = [ ], }, { - last_updated: "2024-10-30", + last_updated: "2025-07-16", name: "Ambire", image: AmbireImage, twBackgroundColor: "bg-[#aa6aff]",