Skip to content

Commit 445a28c

Browse files
fix: add launchpadName to top level of subscription override (#25)
1 parent f476152 commit 445a28c

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
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": "@codex-data/sdk",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"engines": {
55
"node": ">=17.5.0"
66
},

src/resources/subscriptions_override/OnLaunchpadTokenEventBatch.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ subscription OnLaunchpadTokenEventBatch(
1111
price
1212
protocol
1313
sellCount1
14+
launchpadName
1415
token {
1516
address
1617
cmcId

src/sdk/Subscribe.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ export class Subscribe {
375375
price
376376
protocol
377377
sellCount1
378+
launchpadName
378379
token {
379380
address
380381
cmcId

0 commit comments

Comments
 (0)