Skip to content

Commit 83eec06

Browse files
committed
Update imToken Wallet Metadata
1 parent 81b80c6 commit 83eec06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

public/images/wallets/imtoken.png

8.14 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,10 @@ export const walletsData: WalletData[] = [
523523
documentation: "",
524524
},
525525
{
526-
last_updated: "2022-06-24",
526+
last_updated: "2024-08-31",
527527
name: "imToken",
528528
image: imTokenImage,
529-
brand_color: "#098de6",
529+
brand_color: "#007FFF",
530530
url: "https://token.im/",
531531
active_development_team: true,
532532
languages_supported: [
@@ -553,8 +553,8 @@ export const walletsData: WalletData[] = [
553553
firefox: false,
554554
chromium: false,
555555
hardware: false,
556-
open_source: false,
557-
repo_url: "https://github.com/consenlabs/token-core",
556+
open_source: true,
557+
repo_url: "https://github.com/consenlabs/",
558558
non_custodial: true,
559559
security_audit: ["https://cure53.de/pentest-report_imtoken.pdf"],
560560
scam_protection: true,
@@ -572,7 +572,7 @@ export const walletsData: WalletData[] = [
572572
withdraw_crypto: false,
573573
multisig: false,
574574
social_recovery: false,
575-
onboard_documentation: "",
575+
onboard_documentation: "https://support.token.im/hc/categories/360000925393",
576576
documentation: "https://support.token.im/hc/en-us",
577577
},
578578
{

0 commit comments

Comments
 (0)