Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/images/wallets/pillar.png
Binary file not shown.
Binary file added public/images/wallets/pillarx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 20 additions & 15 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import MewImage from "@/public/images/wallets/mew.png"
import NuFiImage from "@/public/images/wallets/nufi.png"
import OneKeyImage from "@/public/images/wallets/onekey.png"
import PhantomImage from "@/public/images/wallets/phantom.png"
import PillarImage from "@/public/images/wallets/pillar.png"
import PillarXImage from "@/public/images/wallets/pillarx.png"
import RabbyWalletImage from "@/public/images/wallets/rabbywallet.png"
import RailwayImage from "@/public/images/wallets/railway.png"
import RainbowImage from "@/public/images/wallets/rainbow.png"
Expand Down Expand Up @@ -898,18 +898,18 @@ export const walletsData: WalletData[] = [
],
},
{
last_updated: "2024-12-23",
name: "Pillar",
image: PillarImage,
twBackgroundColor: "bg-[#6A12D0]",
twGradiantBrandColor: "from-[#6A12D0]",
url: "https://www.pillar.fi/",
last_updated: "2025-01-12",
name: "PillarX",
image: PillarXImage,
twBackgroundColor: "bg-[#000000]",
twGradiantBrandColor: "from-[#000000]",
url: "https://pillarx.app/",
active_development_team: true,
languages_supported: ["am", "en", "bs", "zh"],
twitter: "https://x.com/PillarWallet",
discord: "https://chat.pillar.fi/",
languages_supported: ["en"],
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? Per #17063 I don't see any mention of a change to supported languages

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

App store only listing English support, and don't see anything in the app itself to switch.

twitter: "https://x.com/PX_Web3",
discord: "https://discord.gg/pillarx",
reddit: "",
telegram: "https://t.me/pillarofficial",
telegram: "https://t.me/pilaboratory",
ios: true,
android: true,
linux: false,
Expand All @@ -919,7 +919,7 @@ export const walletsData: WalletData[] = [
chromium: false,
hardware: false,
open_source: true,
repo_url: "https://github.com/pillarwallet/pillarwallet",
repo_url: "https://github.com/pillarwallet/x",
non_custodial: true,
security_audit: [
"https://v1.etherspot.io/reference/etherspot-pillar-audit",
Expand All @@ -940,9 +940,14 @@ export const walletsData: WalletData[] = [
withdraw_crypto: false,
multisig: false,
social_recovery: false,
onboard_documentation: "https://docs.pillar.fi/",
documentation: "https://docs.pillar.fi/",
supported_chains: ["Ethereum Mainnet", "OP Mainnet", "Arbitrum One"],
onboard_documentation: "https://docs.pillarx.app/",
documentation: "https://docs.pillarx.app/",
supported_chains: [
"Ethereum Mainnet",
"OP Mainnet",
"Arbitrum One",
"Base",
],
},
{
last_updated: "2025-03-19",
Expand Down