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",