Skip to content

Commit

Permalink
Merge pull request andrerfneves#113 from Cogax/master
Browse files Browse the repository at this point in the history
Add Strike
  • Loading branch information
andrerfneves authored Dec 19, 2023
2 parents 456c0bf + 90c96a4 commit 16cc310
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ _Bitcoin Lightning wallets that support sending and receiving to **Lightning Add
| [SBW](https://sbw.app/) | ☑️ | ---- |
| [Spark Wallet](https://sparkwallet.io/) | ☑️ | ☑️ |
| [Stacker News](https://stacker.news/) | ---- | ☑️ |
| [Strike](https://strike.me/) | ☑️ | ☑️ |
| [ThunderHub](https://github.com/apotdevin/thunderhub) | ☑️ | ---- |
| [Voltpay App](https://voltpay.app) | ☑️ | ☑️ |
| [Wallet of Satoshi](https://www.walletofsatoshi.com/) | ☑️ | ☑️ |
| [Zap](https://www.zaphq.io/) | | |
| [ZEBEDEE App](https://zbd.gg) (and [Bots](https://zbd.gg), and [Extensions](https://zbd.gg)) | ☑️ | ☑️ |
| [Zeus](https://github.com/ZeusLN/zeus) | ☑️ | ---- |

Expand Down
8 changes: 8 additions & 0 deletions components/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,14 @@ const PROVIDERS = [
url: 'https://lnmarkets.com/',
buttonText: 'Open LN Markets',
},
{
name: 'Strike',
image: '/images/STRIKE.png',
imageStyle: { width: '130px' },
lightningAddressDomain: 'strike.me',
url: 'https://strike.me/',
buttonText: 'Download Strike',
},
{
name: 'Coincorner',
image: '/images/coincorner.svg',
Expand Down
Binary file added public/images/STRIKE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16cc310

Please sign in to comment.