Skip to content

Commit

Permalink
adding chain to event type (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeployer authored Sep 5, 2023
1 parent a501c87 commit cf72273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensea/stream-js",
"version": "0.1.1",
"version": "0.1.2",
"description": "An SDK to receive pushed updates from OpenSea over websocket",
"license": "MIT",
"author": "OpenSea Developers",
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export type Payload = {
collection: {
slug: string;
};
chain: string;
};

export type BaseStreamMessage<Payload> = {
Expand Down

0 comments on commit cf72273

Please sign in to comment.