Skip to content

Commit c60caa8

Browse files
authored
Merge pull request #9292 from ethereum/addBlockwalletWallet
add data and logo for BlockWallet
2 parents 7b58ec0 + 469841e commit c60caa8

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

src/assets/wallets/blockwallet.png

460 Bytes
Loading

src/data/wallets/wallet-data.ts

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,6 +2334,57 @@ const walletData: WalletData[] = [
23342334
onboard_documentation: "https://study.bitkeep.com/en/",
23352335
documentation: "https://docs.bitkeep.com/guide/",
23362336
},
2337+
{
2338+
last_updated: "2023-01-24",
2339+
name: "BlockWallet",
2340+
image_name: "blockwallet",
2341+
brand_color: "#FFFFFF",
2342+
url: "https://blockwallet.io",
2343+
wallet_live_date: "2022-02-28",
2344+
active_development_team: true,
2345+
languages_supported: ["en"],
2346+
twitter: "https://twitter.com/GetBlockWallet",
2347+
discord: "https://discord.com/invite/EKVZ2xWXEH",
2348+
reddit: "",
2349+
telegram: "https://t.me/blockwallet",
2350+
ios: false,
2351+
android: false,
2352+
linux: false,
2353+
windows: false,
2354+
macOS: false,
2355+
firefox: false,
2356+
chromium: true,
2357+
hardware: false,
2358+
open_source: true,
2359+
repo_url: "https://github.com/block-wallet/extension",
2360+
non_custodial: true,
2361+
security_audit: [
2362+
"https://github.com/block-wallet/block-wallet/blob/main/audits/Least%20Authority%201.pdf",
2363+
"https://github.com/block-wallet/block-wallet/blob/main/audits/BLW-01-report.v3.pdf",
2364+
"https://immunefi.com/bounty/blockwallet/",
2365+
"https://blockwallet.io/security-audits.html",
2366+
],
2367+
scam_protection: true,
2368+
hardware_support: true,
2369+
walletconnect: false,
2370+
rpc_importing: true,
2371+
nft_support: false,
2372+
connect_to_dapps: true,
2373+
staking: false,
2374+
swaps: true,
2375+
multichain: true,
2376+
layer_2: true,
2377+
gas_fee_customization: true,
2378+
ens_support: true,
2379+
erc_20_support: true,
2380+
eip_1559_support: true,
2381+
buy_crypto: false,
2382+
withdraw_crypto: false,
2383+
multisig: false,
2384+
social_recovery: false,
2385+
onboard_documentation: "https://help.blockwallet.io/hc/en-us",
2386+
documentation: "https://github.com/block-wallet/extension",
2387+
},
23372388
]
23382389

23392390
export default walletData

src/pages/wallets/find-wallet.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,5 +808,10 @@ export const query = graphql`
808808
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
809809
}
810810
}
811+
blockwallet: file(relativePath: { eq: "wallets/blockwallet.png" }) {
812+
childImageSharp {
813+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
814+
}
815+
}
811816
}
812817
`

0 commit comments

Comments
 (0)