Skip to content

Commit ba4119e

Browse files
authored
Merge pull request #14543 from arddluma/chore/update-pillar-wallet
chore: Update Pillar Wallet [Fixes #14360]
2 parents 1e8dbc5 + cf8646f commit ba4119e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

public/images/wallets/pillar.png

4.42 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -782,14 +782,14 @@ export const walletsData: WalletData[] = [
782782
],
783783
},
784784
{
785-
last_updated: "2022-06-24",
785+
last_updated: "2024-12-23",
786786
name: "Pillar",
787787
image: PillarImage,
788-
twBackgroundColor: "bg-[#7501D9]",
789-
twGradiantBrandColor: "from-[#7501D9]",
788+
twBackgroundColor: "bg-[#6A12D0]",
789+
twGradiantBrandColor: "from-[#6A12D0]",
790790
url: "https://www.pillar.fi/",
791791
active_development_team: true,
792-
languages_supported: ["en", "bs", "zh"],
792+
languages_supported: ["am", "en", "bs", "zh"],
793793
twitter: "https://twitter.com/PillarWallet",
794794
discord: "https://chat.pillar.fi/",
795795
reddit: "",
@@ -803,29 +803,29 @@ export const walletsData: WalletData[] = [
803803
chromium: false,
804804
hardware: false,
805805
open_source: true,
806-
repo_url: "https://github.com/pillarwallet",
806+
repo_url: "https://github.com/pillarwallet/pillarwallet",
807807
non_custodial: true,
808808
security_audit: [
809-
"https://consensys.net/diligence/audits/private/j6eeg3t1ipskpf/#executive-summary",
809+
"https://v1.etherspot.io/reference/etherspot-pillar-audit",
810810
],
811811
scam_protection: false,
812812
hardware_support: false,
813813
rpc_importing: false,
814814
nft_support: true,
815815
connect_to_dapps: true,
816-
staking: false,
816+
staking: true,
817817
swaps: true,
818818
multichain: true,
819819
layer_2: true,
820-
gas_fee_customization: false,
820+
gas_fee_customization: true,
821821
ens_support: true,
822-
erc_20_support: false,
822+
erc_20_support: true,
823823
buy_crypto: true,
824824
withdraw_crypto: false,
825825
multisig: false,
826826
social_recovery: false,
827-
onboard_documentation: "",
828-
documentation: "https://help.pillar.fi/en/",
827+
onboard_documentation: "https://docs.pillar.fi/",
828+
documentation: "https://docs.pillar.fi/",
829829
supported_chains: ["Ethereum Mainnet", "OP Mainnet", "Arbitrum One"],
830830
},
831831
{

0 commit comments

Comments
 (0)