Skip to content

Commit 5c62f50

Browse files
committed
update warnings
1 parent 73009fd commit 5c62f50

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1+
# Deprecated - Web3Modal
12

2-
#### 📚 [Documentation](https://docs.walletconnect.com/web3modal/ios/about)
3+
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.
34

4-
#### 🔗 [Website](https://web3modal.com)
5-
6-
# Web3Modal
7-
8-
Your on-ramp to web3 multichain. Web3Modal is a versatile library that makes it super easy to connect users with your Dapp and start interacting with the blockchain.
5+
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

Sources/Web3Modal/Core/Web3Modal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import UIKit
1818
/// Web3Modal.configure(projectId: PROJECT_ID, metadata: metadata)
1919
/// Web3Modal.instance.getSessions()
2020
/// ```
21-
@available(*, deprecated, message: "Web3Modal has been deprecated. Please migrate to AppKit, available at https://github.com/reown-com/reown-swift")
21+
@available(*, deprecated, message: "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")
2222
public class Web3Modal {
2323
/// Web3Modalt client instance
2424
public static var instance: Web3ModalClient = {

0 commit comments

Comments
 (0)