Skip to content

Commit 82f54ee

Browse files
authored
Merge pull request #12394 from hkey0/dev
Make Argent Open Source.
2 parents d456652 + 73283d8 commit 82f54ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export const walletsData: WalletData[] = [
190190
documentation: "",
191191
},
192192
{
193-
last_updated: "June 22, 2022",
193+
last_updated: "March 7, 2024",
194194
name: "Argent",
195195
image: ArgentImage,
196196
brand_color: "#ffffff",
@@ -210,8 +210,8 @@ export const walletsData: WalletData[] = [
210210
firefox: true,
211211
chromium: true,
212212
hardware: false,
213-
open_source: false,
214-
repo_url: "",
213+
open_source: true,
214+
repo_url: "https://github.com/argentlabs/argent-x",
215215
non_custodial: true,
216216
security_audit: [
217217
"https://github.com/argentlabs/argent-contracts/tree/develop/audit",

0 commit comments

Comments
 (0)