Skip to content

Commit 6adf7d6

Browse files
committed
chore: Update Pillar Wallet [14360]
1 parent 6810b25 commit 6adf7d6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

public/images/wallets/pillar.png

4.42 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -782,11 +782,11 @@ 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,
792792
languages_supported: ["en", "bs", "zh"],
@@ -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)