Skip to content

Commit edb1614

Browse files
committed
fix: Update Ambire properties
1 parent 1c3004a commit edb1614

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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)