Skip to content

Commit

Permalink
Merge pull request #9287 from ethereum/addBitkeepWallet
Browse files Browse the repository at this point in the history
add bitkeep wallet data
  • Loading branch information
corwintines authored Jan 26, 2023
2 parents 03a4748 + 6e159c5 commit 7b58ec0
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
Binary file modified src/assets/wallets/bitkeep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2288,6 +2288,52 @@ const walletData: WalletData[] = [
onboard_documentation: "https://www.youtube.com/c/GridPlus",
documentation: "https://docs.gridplus.io/",
},
{
last_updated: "2023-01-24",
name: "Bitkeep",
image_name: "bitkeep",
brand_color: "#ffffff",
url: "https://www.bitkeep.com/",
wallet_live_date: "2018-07-01",
active_development_team: true,
languages_supported: ["en"],
twitter: "https://twitter.com/BitKeepOS",
discord: "https://discord.com/invite/qYTatUzNjM",
reddit: "",
telegram: "https://t.me/bitkeep",
ios: true,
android: true,
linux: false,
windows: false,
macOS: false,
firefox: false,
chromium: true,
hardware: false,
open_source: false,
repo_url: "",
non_custodial: true,
security_audit: ["audit team"],
scam_protection: false,
hardware_support: false,
walletconnect: true,
rpc_importing: true,
nft_support: true,
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://study.bitkeep.com/en/",
documentation: "https://docs.bitkeep.com/guide/",
},
]

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 @@ -803,5 +803,10 @@ export const query = graphql`
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
}
}
bitkeep: file(relativePath: { eq: "wallets/bitkeep.png" }) {
childImageSharp {
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
}
}
}
`

0 comments on commit 7b58ec0

Please sign in to comment.