We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a501c87 commit cf72273Copy full SHA for cf72273
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opensea/stream-js",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "An SDK to receive pushed updates from OpenSea over websocket",
5
"license": "MIT",
6
"author": "OpenSea Developers",
src/types.ts
@@ -66,6 +66,7 @@ export type Payload = {
66
collection: {
67
slug: string;
68
};
69
+ chain: string;
70
71
72
export type BaseStreamMessage<Payload> = {
0 commit comments