From 58fd2f72565c1dbeb4b4da4514c3753a5dfa0fd9 Mon Sep 17 00:00:00 2001 From: Joshua Date: Mon, 12 Jan 2026 11:14:25 +0000 Subject: [PATCH] Update Pillar Wallet to PillarX - Rename wallet from "Pillar" to "PillarX" - Update URL from pillar.fi to pillarx.app - Update Twitter handle from @PillarWallet to @PX_Web3 - Update repository URL to new PillarX codebase - Add Base to supported chains Fixes #17063 --- src/data/wallets/wallet-data.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/wallets/wallet-data.ts b/src/data/wallets/wallet-data.ts index b29e1a321eb..8c641e07523 100644 --- a/src/data/wallets/wallet-data.ts +++ b/src/data/wallets/wallet-data.ts @@ -898,15 +898,15 @@ export const walletsData: WalletData[] = [ ], }, { - last_updated: "2024-12-23", - name: "Pillar", + last_updated: "2025-01-12", + name: "PillarX", image: PillarImage, twBackgroundColor: "bg-[#6A12D0]", twGradiantBrandColor: "from-[#6A12D0]", - url: "https://www.pillar.fi/", + url: "https://pillarx.app", active_development_team: true, languages_supported: ["am", "en", "bs", "zh"], - twitter: "https://x.com/PillarWallet", + twitter: "https://x.com/PX_Web3", discord: "https://chat.pillar.fi/", reddit: "", telegram: "https://t.me/pillarofficial", @@ -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", @@ -942,7 +942,7 @@ export const walletsData: WalletData[] = [ social_recovery: false, onboard_documentation: "https://docs.pillar.fi/", documentation: "https://docs.pillar.fi/", - supported_chains: ["Ethereum Mainnet", "OP Mainnet", "Arbitrum One"], + supported_chains: ["Ethereum Mainnet", "OP Mainnet", "Arbitrum One", "Base"], }, { last_updated: "2025-03-19",