Skip to content

Commit 18c8732

Browse files
committed
feat: updated BlockWallet info and logo.
1 parent 47747e6 commit 18c8732

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/assets/wallets/blockwallet.png

27.9 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,15 +2241,15 @@ const walletData: WalletData[] = [
22412241
documentation: "https://docs.bitkeep.com/guide/",
22422242
},
22432243
{
2244-
last_updated: "2023-07-06",
2244+
last_updated: "2023-11-21",
22452245
name: "BlockWallet",
22462246
image_name: "blockwallet",
2247-
brand_color: "#FFFFFF",
2247+
brand_color: "#52C200",
22482248
url: "https://blockwallet.io",
22492249
wallet_live_date: "2022-02-28",
22502250
active_development_team: true,
22512251
languages_supported: ["en"],
2252-
twitter: "https://twitter.com/GetBlockWallet",
2252+
twitter: "https://x.com/GetBlockWallet",
22532253
discord: "https://discord.gg/blockwallet",
22542254
reddit: "",
22552255
telegram: "https://t.me/blockwallet",
@@ -2258,13 +2258,14 @@ const walletData: WalletData[] = [
22582258
linux: false,
22592259
windows: false,
22602260
macOS: false,
2261-
firefox: false,
2261+
firefox: true,
22622262
chromium: true,
22632263
hardware: false,
22642264
open_source: true,
22652265
repo_url: "https://github.com/block-wallet/extension",
22662266
non_custodial: true,
22672267
security_audit: [
2268+
"https://github.com/block-wallet/block-wallet/blob/a0a2396f0f0a3c17629e87c7fb000eb539dacb3f/audits/%5BKALOS%5D%20BlockWallet%20Audit%20Report%20v1.1.pdf",
22682269
"https://github.com/block-wallet/block-wallet/blob/main/audits/Least%20Authority%201.pdf",
22692270
"https://github.com/block-wallet/block-wallet/blob/main/audits/BLW-01-report.v3.pdf",
22702271
"https://immunefi.com/bounty/blockwallet/",
@@ -2288,7 +2289,7 @@ const walletData: WalletData[] = [
22882289
withdraw_crypto: false,
22892290
multisig: false,
22902291
social_recovery: false,
2291-
onboard_documentation: "https://help.blockwallet.io/hc/en-us",
2292+
onboard_documentation: "https://blockwallet.io/docs",
22922293
documentation: "https://github.com/block-wallet/extension",
22932294
},
22942295
{

0 commit comments

Comments
 (0)