Skip to content

Commit

Permalink
Merge pull request #13757 from makoshan/dev
Browse files Browse the repository at this point in the history
Update imToken Wallet Metadata
  • Loading branch information
corwintines authored Sep 4, 2024
2 parents c2b78da + 83eec06 commit 7279e39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified public/images/wallets/imtoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,10 @@ export const walletsData: WalletData[] = [
documentation: "",
},
{
last_updated: "2022-06-24",
last_updated: "2024-08-31",
name: "imToken",
image: imTokenImage,
brand_color: "#098de6",
brand_color: "#007FFF",
url: "https://token.im/",
active_development_team: true,
languages_supported: [
Expand All @@ -553,8 +553,8 @@ export const walletsData: WalletData[] = [
firefox: false,
chromium: false,
hardware: false,
open_source: false,
repo_url: "https://github.com/consenlabs/token-core",
open_source: true,
repo_url: "https://github.com/consenlabs/",
non_custodial: true,
security_audit: ["https://cure53.de/pentest-report_imtoken.pdf"],
scam_protection: true,
Expand All @@ -572,7 +572,7 @@ export const walletsData: WalletData[] = [
withdraw_crypto: false,
multisig: false,
social_recovery: false,
onboard_documentation: "",
onboard_documentation: "https://support.token.im/hc/categories/360000925393",
documentation: "https://support.token.im/hc/en-us",
},
{
Expand Down

0 comments on commit 7279e39

Please sign in to comment.