Skip to content

Commit

Permalink
Merge pull request #9292 from ethereum/addBlockwalletWallet
Browse files Browse the repository at this point in the history
add data and logo for BlockWallet
  • Loading branch information
corwintines authored Jan 26, 2023
2 parents 7b58ec0 + 469841e commit c60caa8
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
Binary file added src/assets/wallets/blockwallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2334,6 +2334,57 @@ const walletData: WalletData[] = [
onboard_documentation: "https://study.bitkeep.com/en/",
documentation: "https://docs.bitkeep.com/guide/",
},
{
last_updated: "2023-01-24",
name: "BlockWallet",
image_name: "blockwallet",
brand_color: "#FFFFFF",
url: "https://blockwallet.io",
wallet_live_date: "2022-02-28",
active_development_team: true,
languages_supported: ["en"],
twitter: "https://twitter.com/GetBlockWallet",
discord: "https://discord.com/invite/EKVZ2xWXEH",
reddit: "",
telegram: "https://t.me/blockwallet",
ios: false,
android: false,
linux: false,
windows: false,
macOS: false,
firefox: false,
chromium: true,
hardware: false,
open_source: true,
repo_url: "https://github.com/block-wallet/extension",
non_custodial: true,
security_audit: [
"https://github.com/block-wallet/block-wallet/blob/main/audits/Least%20Authority%201.pdf",
"https://github.com/block-wallet/block-wallet/blob/main/audits/BLW-01-report.v3.pdf",
"https://immunefi.com/bounty/blockwallet/",
"https://blockwallet.io/security-audits.html",
],
scam_protection: true,
hardware_support: true,
walletconnect: false,
rpc_importing: true,
nft_support: false,
connect_to_dapps: true,
staking: false,
swaps: true,
multichain: true,
layer_2: true,
gas_fee_customization: true,
ens_support: true,
erc_20_support: true,
eip_1559_support: true,
buy_crypto: false,
withdraw_crypto: false,
multisig: false,
social_recovery: false,
onboard_documentation: "https://help.blockwallet.io/hc/en-us",
documentation: "https://github.com/block-wallet/extension",
},
]

export default walletData
5 changes: 5 additions & 0 deletions src/pages/wallets/find-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -808,5 +808,10 @@ export const query = graphql`
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
}
}
blockwallet: file(relativePath: { eq: "wallets/blockwallet.png" }) {
childImageSharp {
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
}
}
}
`

0 comments on commit c60caa8

Please sign in to comment.