Skip to content

Commit

Permalink
Merge pull request #12394 from hkey0/dev
Browse files Browse the repository at this point in the history
Make Argent Open Source.
  • Loading branch information
wackerow authored Mar 26, 2024
2 parents d456652 + 73283d8 commit 82f54ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const walletsData: WalletData[] = [
documentation: "",
},
{
last_updated: "June 22, 2022",
last_updated: "March 7, 2024",
name: "Argent",
image: ArgentImage,
brand_color: "#ffffff",
Expand All @@ -210,8 +210,8 @@ export const walletsData: WalletData[] = [
firefox: true,
chromium: true,
hardware: false,
open_source: false,
repo_url: "",
open_source: true,
repo_url: "https://github.com/argentlabs/argent-x",
non_custodial: true,
security_audit: [
"https://github.com/argentlabs/argent-contracts/tree/develop/audit",
Expand Down

0 comments on commit 82f54ee

Please sign in to comment.