Skip to content

Commit

Permalink
Add repository deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Sep 17, 2024
1 parent f696dad commit 73804fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# **WalletConnect - Kotlin**

:::caution
**The WalletConnect V2 Kotlin repository has been deprecated. Please use Reown-Kotlin instead: https://github.com/reown-com/reown-kotlin**.
WalletConnect Inc is now Reown. As part of this transition, we are deprecating a number of repositories/packages across our supported platforms, and transitioning to their equivalents published under the Reown organization.

This repository is now considered deprecated and will reach End-of-Life on February 17th 2025. For more details, including migration guides please see: https://docs.reown.com/advanced/walletconnect-deprecations
:::

The communications protocol for web3, WalletConnect brings the ecosystem together by enabling hundreds of wallets and apps to securely connect and interact. This repository contains Kotlin implementation of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.jetbrains.annotations.ApiStatus.Experimental
import org.koin.core.qualifier.named
import org.koin.dsl.module

@Deprecated("Web3Modal has been deprecated. Please use AppKit instead from - https://github.com/reown-com/reown-kotlin")
@Deprecated("This package is now considered deprecated and will reach End-of-Life on February 17th 2025. For more details, including migration guides please see: docs.reown.com")
object Web3Modal {

internal var chains: List<Modal.Model.Chain> = listOf()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.walletconnect.sign.common.exceptions.SignClientAlreadyInitializedExce
import kotlinx.coroutines.*
import java.util.*

@Deprecated("Web3Wallet has been deprecated. Please use WalletKit instead from - https://github.com/reown-com/reown-kotlin")
@Deprecated("This package is now considered deprecated and will reach End-of-Life on February 17th 2025. For more details, including migration guides please see: docs.reown.com")
object Web3Wallet {
private lateinit var coreClient: CoreInterface

Expand Down

0 comments on commit 73804fb

Please sign in to comment.