Skip to content

Commit 9fc3d96

Browse files
committed
Add bitcoin.co.ke domain in address autocomplete
1 parent 0cae263 commit 9fc3d96

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

phoenix-android/src/main/kotlin/fr/acinq/phoenix/android/payments/send/PrepareSendSmartInput.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ val domains = listOf(
7979
"8333.mobi",
8080
"bipa.app",
8181
"ln.tips",
82+
"bitcoin.co.ke",
8283
)
8384

8485
@OptIn(ExperimentalMaterialApi::class)

phoenix-ios/phoenix-ios/kotlin/KotlinExtensions+Other.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ extension ContactAddress {
233233
"ln.tips",
234234
"getalby.com",
235235
"walletofsatoshi.com",
236-
"stacker.news"
236+
"stacker.news",
237+
"bitcoin.co.ke"
237238
])
238239

239240
if includeTestnet {

0 commit comments

Comments
 (0)