Skip to content

Commit 51b8b6b

Browse files
committed
add data and logo for BlockWallet
1 parent d2744aa commit 51b8b6b

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

src/assets/wallets/blockwallet.png

460 Bytes
Loading

src/data/wallets/wallet-data.ts

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,6 +2288,52 @@ const walletData: WalletData[] = [
22882288
onboard_documentation: "https://www.youtube.com/c/GridPlus",
22892289
documentation: "https://docs.gridplus.io/",
22902290
},
2291+
{
2292+
last_updated: "2023-01-24",
2293+
name: "BlockWallet",
2294+
image_name: "blockwallet",
2295+
brand_color: "#FFFFFF",
2296+
url: "https://blockwallet.io",
2297+
wallet_live_date: "2022-02-28",
2298+
active_development_team: true,
2299+
languages_supported: ["en"],
2300+
twitter: "https://twitter.com/GetBlockWallet",
2301+
discord: "https://discord.com/invite/EKVZ2xWXEH",
2302+
reddit: "",
2303+
telegram: "https://t.me/blockwallet",
2304+
ios: false,
2305+
android: false,
2306+
linux: false,
2307+
windows: false,
2308+
macOS: false,
2309+
firefox: false,
2310+
chromium: true,
2311+
hardware: false,
2312+
open_source: true,
2313+
repo_url: "https://github.com/block-wallet/extension",
2314+
non_custodial: true,
2315+
security_audit: ["none"],
2316+
scam_protection: true,
2317+
hardware_support: true,
2318+
walletconnect: false,
2319+
rpc_importing: true,
2320+
nft_support: false,
2321+
connect_to_dapps: true,
2322+
staking: false,
2323+
swaps: true,
2324+
multichain: true,
2325+
layer_2: true,
2326+
gas_fee_customization: true,
2327+
ens_support: true,
2328+
erc_20_support: true,
2329+
eip_1559_support: true,
2330+
buy_crypto: false,
2331+
withdraw_crypto: false,
2332+
multisig: false,
2333+
social_recovery: false,
2334+
onboard_documentation: "https://help.blockwallet.io/hc/en-us",
2335+
documentation: "https://github.com/block-wallet/extension",
2336+
},
22912337
]
22922338

22932339
export default walletData

src/pages/wallets/find-wallet.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,5 +803,10 @@ export const query = graphql`
803803
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
804804
}
805805
}
806+
blockwallet: file(relativePath: { eq: "wallets/blockwallet.png" }) {
807+
childImageSharp {
808+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
809+
}
810+
}
806811
}
807812
`

0 commit comments

Comments
 (0)