Skip to content

Commit cf72273

Browse files
authored
adding chain to event type (#319)
1 parent a501c87 commit cf72273

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensea/stream-js",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "An SDK to receive pushed updates from OpenSea over websocket",
55
"license": "MIT",
66
"author": "OpenSea Developers",

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export type Payload = {
6666
collection: {
6767
slug: string;
6868
};
69+
chain: string;
6970
};
7071

7172
export type BaseStreamMessage<Payload> = {

0 commit comments

Comments
 (0)