diff --git a/public/images/wallets/pillar.png b/public/images/wallets/pillar.png deleted file mode 100644 index 1b46e2f1eac..00000000000 Binary files a/public/images/wallets/pillar.png and /dev/null differ diff --git a/public/images/wallets/pillarx.png b/public/images/wallets/pillarx.png new file mode 100644 index 00000000000..3ce5ee1d486 Binary files /dev/null and b/public/images/wallets/pillarx.png differ diff --git a/src/data/wallets/wallet-data.ts b/src/data/wallets/wallet-data.ts index b29e1a321eb..384cb6c8bbd 100644 --- a/src/data/wallets/wallet-data.ts +++ b/src/data/wallets/wallet-data.ts @@ -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" @@ -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"], + 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, @@ -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", @@ -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",