From 054c0f112af5191d9a87e6a14e3fcd279776896c Mon Sep 17 00:00:00 2001 From: skibitsky Date: Mon, 16 Sep 2024 15:51:50 +0300 Subject: [PATCH] Update nethereum interceptor --- .../Runtime/WalletConnectUnityInterceptor.cs | 1 + Packages/com.walletconnect.nethereum/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Packages/com.walletconnect.nethereum/Runtime/WalletConnectUnityInterceptor.cs b/Packages/com.walletconnect.nethereum/Runtime/WalletConnectUnityInterceptor.cs index 877f49e..412c68c 100644 --- a/Packages/com.walletconnect.nethereum/Runtime/WalletConnectUnityInterceptor.cs +++ b/Packages/com.walletconnect.nethereum/Runtime/WalletConnectUnityInterceptor.cs @@ -1,6 +1,7 @@ using System; using System.Threading.Tasks; using Nethereum.JsonRpc.Client; +using WalletConnectSharp.Common.Logging; using WalletConnectUnity.Core; namespace WalletConnectUnity.Nethereum diff --git a/Packages/com.walletconnect.nethereum/package.json b/Packages/com.walletconnect.nethereum/package.json index 042be19..faba7c3 100644 --- a/Packages/com.walletconnect.nethereum/package.json +++ b/Packages/com.walletconnect.nethereum/package.json @@ -1,6 +1,6 @@ { "name": "com.walletconnect.nethereum", - "version": "1.0.3", + "version": "1.0.4", "displayName": "WalletConnectUnity Nethereum", "unity": "2021.3", "author": "WalletConnect",