diff --git a/Sources/WalletConnectPairing/PairingInteracting.swift b/Sources/WalletConnectPairing/PairingInteracting.swift index 90b85bd51..631d6e4f5 100644 --- a/Sources/WalletConnectPairing/PairingInteracting.swift +++ b/Sources/WalletConnectPairing/PairingInteracting.swift @@ -13,6 +13,8 @@ public protocol PairingInteracting { func ping(topic: String) async throws func disconnect(topic: String) async throws - + +#if DEBUG func cleanup() throws +#endif }