Skip to content

Commit

Permalink
Merge pull request #90 from WalletConnect/w3m-warnings
Browse files Browse the repository at this point in the history
W3m warnings
  • Loading branch information
llbartekll authored Sep 17, 2024
2 parents 2d94ebc + 5c62f50 commit 4a8e20a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Deprecated - Web3Modal

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

#### 🔗 [Website](https://web3modal.com)

# Web3Modal

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.
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
2 changes: 2 additions & 0 deletions Sources/Web3Modal/Core/Web3Modal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import UIKit
/// Web3Modal.configure(projectId: PROJECT_ID, metadata: metadata)
/// Web3Modal.instance.getSessions()
/// ```
@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")
public class Web3Modal {
/// Web3Modalt client instance
public static var instance: Web3ModalClient = {
Expand Down Expand Up @@ -91,6 +92,7 @@ public class Web3Modal {
/// Wallet instance wallet config method.
/// - Parameters:
/// - metadata: App metadata
@available(*, deprecated, message: "Web3Modal.configure has been deprecated. Please migrate to AppKit.configure.")
public static func configure(
projectId: String,
metadata: AppMetadata,
Expand Down

0 comments on commit 4a8e20a

Please sign in to comment.