Skip to content

Commit

Permalink
fix: unsubscribe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MdTeach committed Jul 10, 2023
1 parent c82d6e1 commit 9c44717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Channels/Opt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extension PushChannel {
}

return
"{\"types\":{\"Unsubscribe\":[{\"name\":\"channel\",\"type\":\"address\"},{\"name\":\"unsubscriber\",\"type\":\"address\"},{\"name\":\"action\",\"type\":\"string\"}],\"EIP712Domain\":[{\"name\":\"name\",\"type\":\"string\"},{\"name\":\"chainId\",\"type\":\"uint256\"},{\"name\":\"verifyingContract\",\"type\":\"address\"}]},\"primaryType\":\"Unsubscribe\",\"domain\":{\"name\":\"EPNS COMM V1\",\"chainId\":\(_chainId),\"verifyingContract\":\"0xb3971BCef2D791bc4027BbfedFb47319A4AAaaAa\"},\"message\":{\"channel\":\"\(_channel)\",\"ubsubscriber\":\"\(_subscriber)\",\"action\":\"Unsubscribe\"}}"
"{\"types\":{\"Unsubscribe\":[{\"name\":\"channel\",\"type\":\"address\"},{\"name\":\"unsubscriber\",\"type\":\"address\"},{\"name\":\"action\",\"type\":\"string\"}],\"EIP712Domain\":[{\"name\":\"name\",\"type\":\"string\"},{\"name\":\"chainId\",\"type\":\"uint256\"},{\"name\":\"verifyingContract\",\"type\":\"address\"}]},\"primaryType\":\"Unsubscribe\",\"domain\":{\"name\":\"EPNS COMM V1\",\"chainId\":\(_chainId),\"verifyingContract\":\"0xb3971BCef2D791bc4027BbfedFb47319A4AAaaAa\"},\"message\":{\"channel\":\"\(_channel)\",\"unsubscriber\":\"\(_subscriber)\",\"action\":\"Unsubscribe\"}}"
}

public struct SubscribeOption {
Expand Down

0 comments on commit 9c44717

Please sign in to comment.