Skip to content

Commit

Permalink
Merge pull request #14366 from ethereum/konopkja-patch-4
Browse files Browse the repository at this point in the history
Update wallet-data.ts - bitget (bitkeep rebrand)
  • Loading branch information
minimalsm authored Nov 21, 2024
2 parents 8ed0620 + 7eea0d2 commit df45bba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Binary file added public/images/wallets/bitget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/wallets/bitkeep.png
Binary file not shown.
34 changes: 17 additions & 17 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AlphaWalletImage from "@/public/images/wallets/alpha.png"
import AmbireImage from "@/public/images/wallets/ambire.png"
import ArgentImage from "@/public/images/wallets/argent.png"
import AuroxImage from "@/public/images/wallets/aurox.png"
import BitkeepImage from "@/public/images/wallets/bitkeep.png"
import BitgetImage from "@/public/images/wallets/bitget.png"
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
import ClearWallet from "@/public/images/wallets/clearwallet.png"
Expand Down Expand Up @@ -1538,18 +1538,18 @@ export const walletsData: WalletData[] = [
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
},
{
last_updated: "2023-01-24",
name: "Bitkeep",
image: BitkeepImage,
twBackgroundColor: "bg-[#ffffff]",
last_updated: "2024-11-20",
name: "Bitget wallet",
image: BitgetImage,
twBackgroundColor: "bg-[#00F0FF]",
twGradiantBrandColor: "from-[#ffffff]",
url: "https://www.bitkeep.com/",
url: "https://web3.bitget.com/",
active_development_team: true,
languages_supported: ["en"],
twitter: "https://twitter.com/BitKeepOS",
discord: "https://discord.com/invite/qYTatUzNjM",
languages_supported: ["en", "zh","zh-tw", "ko", "ja", "vi", "tr", "es", "id", "hi", "ar", "pt"],
twitter: "https://twitter.com/BitgetWallet",
discord: "https://discord.gg/bitget-wallet",
reddit: "",
telegram: "https://t.me/bitkeep",
telegram: "http://t.me/Bitget_Wallet_Announcement",
ios: true,
android: true,
linux: false,
Expand All @@ -1559,11 +1559,11 @@ export const walletsData: WalletData[] = [
chromium: true,
hardware: false,
open_source: false,
repo_url: "",
repo_url: "https://github.com/bitgetwallet",
non_custodial: true,
security_audit: ["audit team"],
scam_protection: false,
hardware_support: false,
hardware_support: true,
rpc_importing: true,
nft_support: true,
connect_to_dapps: true,
Expand All @@ -1572,14 +1572,14 @@ export const walletsData: WalletData[] = [
multichain: true,
layer_2: true,
gas_fee_customization: true,
ens_support: true,
ens_support: false,
erc_20_support: true,
buy_crypto: false,
withdraw_crypto: false,
buy_crypto: true,
withdraw_crypto: true,
multisig: false,
social_recovery: false,
onboard_documentation: "https://study.bitkeep.com/en/",
documentation: "https://docs.bitkeep.com/guide/",
onboard_documentation: "https://web3.bitget.com/en/academy",
documentation: "",
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
},
{
Expand Down

0 comments on commit df45bba

Please sign in to comment.