Skip to content

Commit df45bba

Browse files
authored
Merge pull request #14366 from ethereum/konopkja-patch-4
Update wallet-data.ts - bitget (bitkeep rebrand)
2 parents 8ed0620 + 7eea0d2 commit df45bba

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

public/images/wallets/bitget.png

10.4 KB
Loading

public/images/wallets/bitkeep.png

-1.34 KB
Binary file not shown.

src/data/wallets/wallet-data.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import AlphaWalletImage from "@/public/images/wallets/alpha.png"
77
import AmbireImage from "@/public/images/wallets/ambire.png"
88
import ArgentImage from "@/public/images/wallets/argent.png"
99
import AuroxImage from "@/public/images/wallets/aurox.png"
10-
import BitkeepImage from "@/public/images/wallets/bitkeep.png"
10+
import BitgetImage from "@/public/images/wallets/bitget.png"
1111
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
1212
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
1313
import ClearWallet from "@/public/images/wallets/clearwallet.png"
@@ -1538,18 +1538,18 @@ export const walletsData: WalletData[] = [
15381538
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
15391539
},
15401540
{
1541-
last_updated: "2023-01-24",
1542-
name: "Bitkeep",
1543-
image: BitkeepImage,
1544-
twBackgroundColor: "bg-[#ffffff]",
1541+
last_updated: "2024-11-20",
1542+
name: "Bitget wallet",
1543+
image: BitgetImage,
1544+
twBackgroundColor: "bg-[#00F0FF]",
15451545
twGradiantBrandColor: "from-[#ffffff]",
1546-
url: "https://www.bitkeep.com/",
1546+
url: "https://web3.bitget.com/",
15471547
active_development_team: true,
1548-
languages_supported: ["en"],
1549-
twitter: "https://twitter.com/BitKeepOS",
1550-
discord: "https://discord.com/invite/qYTatUzNjM",
1548+
languages_supported: ["en", "zh","zh-tw", "ko", "ja", "vi", "tr", "es", "id", "hi", "ar", "pt"],
1549+
twitter: "https://twitter.com/BitgetWallet",
1550+
discord: "https://discord.gg/bitget-wallet",
15511551
reddit: "",
1552-
telegram: "https://t.me/bitkeep",
1552+
telegram: "http://t.me/Bitget_Wallet_Announcement",
15531553
ios: true,
15541554
android: true,
15551555
linux: false,
@@ -1559,11 +1559,11 @@ export const walletsData: WalletData[] = [
15591559
chromium: true,
15601560
hardware: false,
15611561
open_source: false,
1562-
repo_url: "",
1562+
repo_url: "https://github.com/bitgetwallet",
15631563
non_custodial: true,
15641564
security_audit: ["audit team"],
15651565
scam_protection: false,
1566-
hardware_support: false,
1566+
hardware_support: true,
15671567
rpc_importing: true,
15681568
nft_support: true,
15691569
connect_to_dapps: true,
@@ -1572,14 +1572,14 @@ export const walletsData: WalletData[] = [
15721572
multichain: true,
15731573
layer_2: true,
15741574
gas_fee_customization: true,
1575-
ens_support: true,
1575+
ens_support: false,
15761576
erc_20_support: true,
1577-
buy_crypto: false,
1578-
withdraw_crypto: false,
1577+
buy_crypto: true,
1578+
withdraw_crypto: true,
15791579
multisig: false,
15801580
social_recovery: false,
1581-
onboard_documentation: "https://study.bitkeep.com/en/",
1582-
documentation: "https://docs.bitkeep.com/guide/",
1581+
onboard_documentation: "https://web3.bitget.com/en/academy",
1582+
documentation: "",
15831583
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
15841584
},
15851585
{

0 commit comments

Comments
 (0)