Skip to content

Commit

Permalink
add source code links to wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 4, 2024
1 parent 635509d commit 3302b1d
Showing 1 changed file with 12 additions and 31 deletions.
43 changes: 12 additions & 31 deletions lists/wallets.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
"classWhite": "wallets--icon__windows-white wallets--icon__windows--tor-white",
"available": true,
"os": "Windows",
"availableinstructions": false
"availableinstructions": false,
"availablesource": true,
"url3": "https://github.com/vergecurrency/MyVergies"
},
{
"name": "MyVergies macOS 1.0.3",
Expand All @@ -96,7 +98,9 @@
"classWhite": "wallets--icon__apple-white wallets--icon__apple--tor-white",
"available": true,
"os": "OS X",
"availableinstructions": false
"availableinstructions": false,
"availablesource": true,
"url3": "https://github.com/vergecurrency/MyVergies"
},
{
"name": "MyVergies Linux AppImage 1.0.3",
Expand All @@ -105,7 +109,9 @@
"classWhite": "wallets--icon__linux-white wallets--icon__linux--tor-white",
"available": true,
"os": "Ubuntu",
"availableinstructions": false
"availableinstructions": false,
"availablesource": true,
"url3": "https://github.com/vergecurrency/MyVergies"
},
{
"name": "MyVergies Linux Snap 1.0.3",
Expand All @@ -114,34 +120,9 @@
"classWhite": "wallets--icon__linux-white wallets--icon__linux--tor-white",
"available": true,
"os": "Ubuntu",
"availableinstructions": false
},
{
"name": "MacOS Tor Electrum Wallet",
"url": "https://github.com/vergecurrency/electrum/releases/latest",
"classNames": "wallets--icon__apple wallets--icon__apple--tor",
"classWhite": "wallets--icon__apple-white wallets--icon__apple--tor-white",
"available": true,
"os": "OS X",
"availableinstructions": false
},
{
"name": "Windows Tor Electrum Wallet",
"url": "https://github.com/vergecurrency/electrum/releases/latest",
"classNames": "wallets--icon__windows wallets--icon__windows--tor",
"classWhite": "wallets--icon__windows-white wallets--icon__windows--tor-white",
"available": true,
"os": "Windows",
"availableinstructions": false
},
{
"name": "Linux Tor Electrum Wallet",
"url": "https://github.com/vergecurrency/electrum/releases/latest",
"classNames": "wallets--icon__linux wallets--icon__linux--tor",
"classWhite": "wallets--icon__linux-white wallets--icon__linux--tor-white",
"available": true,
"os": "Ubuntu",
"availableinstructions": false
"availableinstructions": false,
"availablesource": true,
"url3": "https://github.com/vergecurrency/MyVergies"
}
]
}

0 comments on commit 3302b1d

Please sign in to comment.