Skip to content

Commit

Permalink
Merge pull request #187 from WalletConnect/chore/publish-types
Browse files Browse the repository at this point in the history
chore: added new relay param `attestation` for verify v2
  • Loading branch information
ganchoradkov authored Aug 9, 2024
2 parents 83da88f + a0a4487 commit dccc925
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relay/relay-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/relay-api",
"description": "Relay JSON-RPC API",
"version": "1.0.10",
"version": "1.0.11",
"author": "WalletConnect, Inc. <walletconnect.com>",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions relay/relay-api/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export declare namespace RelayJsonRpc {
ttl: number;
prompt?: boolean;
tag?: number;
attestation?: string;
}

export interface BatchPublishParams {
Expand All @@ -42,6 +43,7 @@ export declare namespace RelayJsonRpc {
topic: string;
message: string;
publishedAt: number;
attestation?: string;
}

export interface SubscriptionParams {
Expand Down

0 comments on commit dccc925

Please sign in to comment.