Skip to content

Commit 6e159c5

Browse files
committed
add bitkeep wallet data
1 parent d2744aa commit 6e159c5

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

src/assets/wallets/bitkeep.png

24 KB
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: "Bitkeep",
2294+
image_name: "bitkeep",
2295+
brand_color: "#ffffff",
2296+
url: "https://www.bitkeep.com/",
2297+
wallet_live_date: "2018-07-01",
2298+
active_development_team: true,
2299+
languages_supported: ["en"],
2300+
twitter: "https://twitter.com/BitKeepOS",
2301+
discord: "https://discord.com/invite/qYTatUzNjM",
2302+
reddit: "",
2303+
telegram: "https://t.me/bitkeep",
2304+
ios: true,
2305+
android: true,
2306+
linux: false,
2307+
windows: false,
2308+
macOS: false,
2309+
firefox: false,
2310+
chromium: true,
2311+
hardware: false,
2312+
open_source: false,
2313+
repo_url: "",
2314+
non_custodial: true,
2315+
security_audit: ["audit team"],
2316+
scam_protection: false,
2317+
hardware_support: false,
2318+
walletconnect: true,
2319+
rpc_importing: true,
2320+
nft_support: true,
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://study.bitkeep.com/en/",
2335+
documentation: "https://docs.bitkeep.com/guide/",
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+
bitkeep: file(relativePath: { eq: "wallets/bitkeep.png" }) {
807+
childImageSharp {
808+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
809+
}
810+
}
806811
}
807812
`

0 commit comments

Comments
 (0)