Skip to content

Commit 3e55a48

Browse files
committed
Deprecation note
1 parent 8f73688 commit 3e55a48

4 files changed

Lines changed: 18 additions & 13 deletions

File tree

Packages/com.walletconnect.web3modal/Runtime/Web3Modal.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace WalletConnect.Web3Modal
1111
{
12+
[Obsolete("Web3Modal 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")]
1213
public abstract class Web3Modal : MonoBehaviour
1314
{
1415
public static Web3Modal Instance { get; protected set; }
@@ -76,7 +77,7 @@ public static async Task InitializeAsync(Web3ModalConfig config)
7677
throw new Exception("Already initialized"); // TODO: use custom ex type
7778

7879
SdkMetadata.Type = "w3m";
79-
SdkMetadata.Version = "unity-w3m-v0.4.4"; // TODO: update this from CI
80+
SdkMetadata.Version = "unity-w3m-v0.4.5"; // TODO: update this from CI
8081

8182
Config = config ?? throw new ArgumentNullException(nameof(config));
8283

Packages/com.walletconnect.web3modal/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.walletconnect.web3modal",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"displayName": "Web3Modal",
55
"unity": "2022.3",
66
"author": "WalletConnect",
@@ -15,9 +15,9 @@
1515
],
1616
"changelogUrl": "https://github.com/WalletConnect/Web3ModalUnity/blob/main/Packages/com.walletconnect.web3modal/CHANGELOG.md",
1717
"dependencies": {
18-
"com.walletconnect.core": "3.1.12",
19-
"com.walletconnect.ui": "1.1.12",
20-
"com.walletconnect.nethereum": "1.0.4",
18+
"com.walletconnect.core": "3.1.13",
19+
"com.walletconnect.ui": "1.1.13",
20+
"com.walletconnect.nethereum": "1.0.5",
2121
"com.nethereum.unity": "4.19.1",
2222
"com.unity.vectorgraphics": "2.0.0-preview.24"
2323
}

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Web3Modal Unity
1+
# Depreceted - Web3Modal Unity
2+
3+
Web3Modal 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
4+
5+
---
26

37
[![openupm](https://img.shields.io/npm/v/com.walletconnect.web3modal?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.walletconnect.web3modal/)
48

Samples/AppKit Sample/Packages/packages-lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"url": "https://packages.unity.com"
180180
},
181181
"com.walletconnect.core": {
182-
"version": "3.1.12",
182+
"version": "3.1.13",
183183
"depth": 1,
184184
"source": "registry",
185185
"dependencies": {
@@ -188,7 +188,7 @@
188188
"url": "https://package.openupm.com"
189189
},
190190
"com.walletconnect.nethereum": {
191-
"version": "1.0.4",
191+
"version": "1.0.5",
192192
"depth": 1,
193193
"source": "registry",
194194
"dependencies": {
@@ -198,11 +198,11 @@
198198
"url": "https://package.openupm.com"
199199
},
200200
"com.walletconnect.ui": {
201-
"version": "1.1.12",
201+
"version": "1.1.13",
202202
"depth": 1,
203203
"source": "registry",
204204
"dependencies": {
205-
"com.walletconnect.core": "3.1.11",
205+
"com.walletconnect.core": "3.1.13",
206206
"com.unity.textmeshpro": "3.0.0",
207207
"com.unity.ugui": "1.0.0"
208208
},
@@ -213,9 +213,9 @@
213213
"depth": 0,
214214
"source": "local",
215215
"dependencies": {
216-
"com.walletconnect.core": "3.1.12",
217-
"com.walletconnect.ui": "1.1.12",
218-
"com.walletconnect.nethereum": "1.0.4",
216+
"com.walletconnect.core": "3.1.13",
217+
"com.walletconnect.ui": "1.1.13",
218+
"com.walletconnect.nethereum": "1.0.5",
219219
"com.nethereum.unity": "4.19.1",
220220
"com.unity.vectorgraphics": "2.0.0-preview.24"
221221
}

0 commit comments

Comments
 (0)