Skip to content

Commit d583a7a

Browse files
authored
Merge pull request #900 from kaloudis/js-lnurl-0.3.0
Update js-lnurl and support LUD-17
2 parents 9d2b16b + 62fa1eb commit d583a7a

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@
8787
<category android:name="android.intent.category.BROWSABLE" />
8888
<data android:scheme="lnurlp" />
8989
</intent-filter>
90+
<intent-filter>
91+
<action android:name="android.intent.action.VIEW" />
92+
<category android:name="android.intent.category.DEFAULT" />
93+
<category android:name="android.intent.category.BROWSABLE" />
94+
<data android:scheme="keyauth" />
95+
</intent-filter>
9096
<intent-filter>
9197
<action android:name="android.intent.action.VIEW" />
9298
<category android:name="android.intent.category.DEFAULT" />

ios/zeus/Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<string>lnurlw</string>
3535
<string>lnurlp</string>
3636
<string>lnurlc</string>
37+
<string>keyauth</string>
3738
<string>lndconnect</string>
3839
<string>zeusln</string>
3940
</array>

package-lock.json

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"https-browserify": "0.0.1",
5151
"identicon.js": "2.3.3",
5252
"inherits": "2.0.4",
53-
"js-lnurl": "0.2.4",
53+
"js-lnurl": "0.3.0",
5454
"js-sha256": "0.9.0",
5555
"jsc-android": "241213.1.0",
5656
"lodash": "4.17.21",

0 commit comments

Comments
 (0)