diff --git a/Sources/metamask-ios-sdk/Classes/CommunicationLayer/DeeplinkCommLayer/DeeplinkClient.swift b/Sources/metamask-ios-sdk/Classes/CommunicationLayer/DeeplinkCommLayer/DeeplinkClient.swift index 6f6f4e8..fb4eae2 100644 --- a/Sources/metamask-ios-sdk/Classes/CommunicationLayer/DeeplinkCommLayer/DeeplinkClient.swift +++ b/Sources/metamask-ios-sdk/Classes/CommunicationLayer/DeeplinkCommLayer/DeeplinkClient.swift @@ -111,7 +111,7 @@ public class DeeplinkClient: CommClient { public func track(event: Event) { let parameters: [String: Any] = [ "id": channelId, - "commLayer": "deeplink", + "commLayer": "deeplinking", "sdkVersion": SDKInfo.version, "url": appMetadata?.url ?? "", "dappId": SDKInfo.bundleIdentifier ?? "N/A",