hyperstack-stacks 0.5.2 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +142 -362
- package/dist/index.d.cts +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +141 -360
- package/dist/ore/index.cjs +2 -1
- package/dist/ore/index.d.cts +191 -164
- package/dist/ore/index.d.ts +191 -164
- package/dist/ore/index.js +2 -1
- package/package.json +4 -10
- package/dist/pumpfun/index.cjs +0 -284
- package/dist/pumpfun/index.d.cts +0 -4907
- package/dist/pumpfun/index.d.ts +0 -4907
- package/dist/pumpfun/index.js +0 -241
package/dist/ore/index.js
CHANGED
|
@@ -14,7 +14,8 @@ var OreRoundEntropySchema = z.object({
|
|
|
14
14
|
entropy_slot_hash: z.string().nullable().optional(),
|
|
15
15
|
entropy_start_at: z.number().nullable().optional(),
|
|
16
16
|
entropy_value: z.string().nullable().optional(),
|
|
17
|
-
entropy_var_address: z.string().nullable().optional()
|
|
17
|
+
entropy_var_address: z.string().nullable().optional(),
|
|
18
|
+
resolved_seed: z.array(z.any()).nullable().optional()
|
|
18
19
|
});
|
|
19
20
|
var OreRoundIdSchema = z.object({
|
|
20
21
|
round_address: z.string().nullable().optional(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hyperstack-stacks",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Protocol stacks for Hyperstack - ready-to-use Solana data streams",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -12,11 +12,6 @@
|
|
|
12
12
|
"import": "./dist/index.js",
|
|
13
13
|
"require": "./dist/index.cjs"
|
|
14
14
|
},
|
|
15
|
-
"./pumpfun": {
|
|
16
|
-
"types": "./dist/pumpfun/index.d.ts",
|
|
17
|
-
"import": "./dist/pumpfun/index.js",
|
|
18
|
-
"require": "./dist/pumpfun/index.cjs"
|
|
19
|
-
},
|
|
20
15
|
"./ore": {
|
|
21
16
|
"types": "./dist/ore/index.d.ts",
|
|
22
17
|
"import": "./dist/ore/index.js",
|
|
@@ -33,8 +28,8 @@
|
|
|
33
28
|
"prepublishOnly": "npm run build"
|
|
34
29
|
},
|
|
35
30
|
"peerDependencies": {
|
|
36
|
-
"hyperstack-react": ">=0.5.
|
|
37
|
-
"hyperstack-typescript": ">=0.5.
|
|
31
|
+
"hyperstack-react": ">=0.5.4",
|
|
32
|
+
"hyperstack-typescript": ">=0.5.4"
|
|
38
33
|
},
|
|
39
34
|
"dependencies": {
|
|
40
35
|
"zod": "^3.24.1"
|
|
@@ -56,8 +51,7 @@
|
|
|
56
51
|
"hyperstack",
|
|
57
52
|
"solana",
|
|
58
53
|
"blockchain",
|
|
59
|
-
"streaming"
|
|
60
|
-
"pumpfun"
|
|
54
|
+
"streaming"
|
|
61
55
|
],
|
|
62
56
|
"author": "HyperTek",
|
|
63
57
|
"license": "MIT",
|
package/dist/pumpfun/index.cjs
DELETED
|
@@ -1,284 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/pumpfun/index.ts
|
|
21
|
-
var pumpfun_exports = {};
|
|
22
|
-
__export(pumpfun_exports, {
|
|
23
|
-
BondingCurveSchema: () => BondingCurveSchema,
|
|
24
|
-
BuySchema: () => BuySchema,
|
|
25
|
-
BuysEventSchema: () => BuysEventSchema,
|
|
26
|
-
BuysExactSolEventSchema: () => BuysExactSolEventSchema,
|
|
27
|
-
ConfigStatusSchema: () => ConfigStatusSchema,
|
|
28
|
-
CreateEventSchema: () => CreateEventSchema,
|
|
29
|
-
CreateSchema: () => CreateSchema,
|
|
30
|
-
CreateV2EventSchema: () => CreateV2EventSchema,
|
|
31
|
-
EventWrapperSchema: () => EventWrapperSchema,
|
|
32
|
-
PUMPFUN_STREAM_STACK: () => PUMPFUN_STREAM_STACK,
|
|
33
|
-
PumpfunTokenCompletedSchema: () => PumpfunTokenCompletedSchema,
|
|
34
|
-
PumpfunTokenEventsSchema: () => PumpfunTokenEventsSchema,
|
|
35
|
-
PumpfunTokenIdSchema: () => PumpfunTokenIdSchema,
|
|
36
|
-
PumpfunTokenInfoSchema: () => PumpfunTokenInfoSchema,
|
|
37
|
-
PumpfunTokenReservesSchema: () => PumpfunTokenReservesSchema,
|
|
38
|
-
PumpfunTokenSchema: () => PumpfunTokenSchema,
|
|
39
|
-
PumpfunTokenTradingSchema: () => PumpfunTokenTradingSchema,
|
|
40
|
-
SellSchema: () => SellSchema,
|
|
41
|
-
SellsEventSchema: () => SellsEventSchema,
|
|
42
|
-
default: () => pumpfun_default
|
|
43
|
-
});
|
|
44
|
-
module.exports = __toCommonJS(pumpfun_exports);
|
|
45
|
-
var import_zod = require("zod");
|
|
46
|
-
var import_hyperstack_typescript = require("hyperstack-typescript");
|
|
47
|
-
var EventWrapperSchema = (data) => import_zod.z.object({
|
|
48
|
-
timestamp: import_zod.z.number(),
|
|
49
|
-
data,
|
|
50
|
-
slot: import_zod.z.number().optional(),
|
|
51
|
-
signature: import_zod.z.string().optional()
|
|
52
|
-
});
|
|
53
|
-
var CreateSchema = import_zod.z.object({
|
|
54
|
-
mint: import_zod.z.string().optional(),
|
|
55
|
-
mint_authority: import_zod.z.string().optional(),
|
|
56
|
-
bonding_curve: import_zod.z.string().optional(),
|
|
57
|
-
associated_bonding_curve: import_zod.z.string().optional(),
|
|
58
|
-
global: import_zod.z.string().optional(),
|
|
59
|
-
mpl_token_metadata: import_zod.z.string().optional(),
|
|
60
|
-
metadata: import_zod.z.string().optional(),
|
|
61
|
-
user: import_zod.z.string().optional(),
|
|
62
|
-
system_program: import_zod.z.string().optional(),
|
|
63
|
-
token_program: import_zod.z.string().optional(),
|
|
64
|
-
associated_token_program: import_zod.z.string().optional(),
|
|
65
|
-
rent: import_zod.z.string().optional(),
|
|
66
|
-
event_authority: import_zod.z.string().optional(),
|
|
67
|
-
program: import_zod.z.string().optional(),
|
|
68
|
-
name: import_zod.z.string().optional(),
|
|
69
|
-
symbol: import_zod.z.string().optional(),
|
|
70
|
-
uri: import_zod.z.string().optional(),
|
|
71
|
-
creator: import_zod.z.string().optional()
|
|
72
|
-
});
|
|
73
|
-
var BuySchema = import_zod.z.object({
|
|
74
|
-
global: import_zod.z.string().optional(),
|
|
75
|
-
fee_recipient: import_zod.z.string().optional(),
|
|
76
|
-
mint: import_zod.z.string().optional(),
|
|
77
|
-
bonding_curve: import_zod.z.string().optional(),
|
|
78
|
-
associated_bonding_curve: import_zod.z.string().optional(),
|
|
79
|
-
associated_user: import_zod.z.string().optional(),
|
|
80
|
-
user: import_zod.z.string().optional(),
|
|
81
|
-
system_program: import_zod.z.string().optional(),
|
|
82
|
-
token_program: import_zod.z.string().optional(),
|
|
83
|
-
creator_vault: import_zod.z.string().optional(),
|
|
84
|
-
event_authority: import_zod.z.string().optional(),
|
|
85
|
-
program: import_zod.z.string().optional(),
|
|
86
|
-
global_volume_accumulator: import_zod.z.string().optional(),
|
|
87
|
-
user_volume_accumulator: import_zod.z.string().optional(),
|
|
88
|
-
fee_config: import_zod.z.string().optional(),
|
|
89
|
-
fee_program: import_zod.z.string().optional(),
|
|
90
|
-
amount: import_zod.z.number().optional(),
|
|
91
|
-
max_sol_cost: import_zod.z.number().optional(),
|
|
92
|
-
track_volume: import_zod.z.record(import_zod.z.any()).optional()
|
|
93
|
-
});
|
|
94
|
-
var SellSchema = import_zod.z.object({
|
|
95
|
-
global: import_zod.z.string().optional(),
|
|
96
|
-
fee_recipient: import_zod.z.string().optional(),
|
|
97
|
-
mint: import_zod.z.string().optional(),
|
|
98
|
-
bonding_curve: import_zod.z.string().optional(),
|
|
99
|
-
associated_bonding_curve: import_zod.z.string().optional(),
|
|
100
|
-
associated_user: import_zod.z.string().optional(),
|
|
101
|
-
user: import_zod.z.string().optional(),
|
|
102
|
-
system_program: import_zod.z.string().optional(),
|
|
103
|
-
creator_vault: import_zod.z.string().optional(),
|
|
104
|
-
token_program: import_zod.z.string().optional(),
|
|
105
|
-
event_authority: import_zod.z.string().optional(),
|
|
106
|
-
program: import_zod.z.string().optional(),
|
|
107
|
-
fee_config: import_zod.z.string().optional(),
|
|
108
|
-
fee_program: import_zod.z.string().optional(),
|
|
109
|
-
amount: import_zod.z.number().optional(),
|
|
110
|
-
min_sol_output: import_zod.z.number().optional()
|
|
111
|
-
});
|
|
112
|
-
var BondingCurveSchema = import_zod.z.object({
|
|
113
|
-
virtual_token_reserves: import_zod.z.number().optional(),
|
|
114
|
-
virtual_sol_reserves: import_zod.z.number().optional(),
|
|
115
|
-
real_token_reserves: import_zod.z.number().optional(),
|
|
116
|
-
real_sol_reserves: import_zod.z.number().optional(),
|
|
117
|
-
token_total_supply: import_zod.z.number().optional(),
|
|
118
|
-
complete: import_zod.z.boolean().optional(),
|
|
119
|
-
creator: import_zod.z.string().optional(),
|
|
120
|
-
is_mayhem_mode: import_zod.z.boolean().optional()
|
|
121
|
-
});
|
|
122
|
-
var BuysEventSchema = import_zod.z.object({
|
|
123
|
-
amount: import_zod.z.number(),
|
|
124
|
-
max_sol_cost: import_zod.z.number()
|
|
125
|
-
});
|
|
126
|
-
var BuysExactSolEventSchema = import_zod.z.object({
|
|
127
|
-
spendable_sol_in: import_zod.z.number(),
|
|
128
|
-
min_tokens_out: import_zod.z.number()
|
|
129
|
-
});
|
|
130
|
-
var CreateEventSchema = import_zod.z.object({});
|
|
131
|
-
var CreateV2EventSchema = import_zod.z.object({});
|
|
132
|
-
var SellsEventSchema = import_zod.z.object({});
|
|
133
|
-
var ConfigStatusSchema = import_zod.z.enum(["Paused", "Active"]);
|
|
134
|
-
var PumpfunTokenEventsSchema = import_zod.z.object({
|
|
135
|
-
buys: import_zod.z.array(EventWrapperSchema(BuySchema)).nullable().optional(),
|
|
136
|
-
buys_exact_sol: import_zod.z.array(import_zod.z.any()).nullable().optional(),
|
|
137
|
-
create: CreateSchema.nullable().optional(),
|
|
138
|
-
create_v2: import_zod.z.record(import_zod.z.any()).nullable().optional(),
|
|
139
|
-
sells: import_zod.z.array(EventWrapperSchema(SellSchema)).nullable().optional()
|
|
140
|
-
});
|
|
141
|
-
var PumpfunTokenIdSchema = import_zod.z.object({
|
|
142
|
-
bonding_curve: import_zod.z.string().nullable().optional(),
|
|
143
|
-
mint: import_zod.z.string().nullable().optional()
|
|
144
|
-
});
|
|
145
|
-
var PumpfunTokenInfoSchema = import_zod.z.object({
|
|
146
|
-
is_complete: import_zod.z.boolean().nullable().optional(),
|
|
147
|
-
name: import_zod.z.string().nullable().optional(),
|
|
148
|
-
symbol: import_zod.z.string().nullable().optional(),
|
|
149
|
-
uri: import_zod.z.string().nullable().optional()
|
|
150
|
-
});
|
|
151
|
-
var PumpfunTokenReservesSchema = import_zod.z.object({
|
|
152
|
-
current_price_sol: import_zod.z.number().nullable().optional(),
|
|
153
|
-
market_cap_sol: import_zod.z.number().nullable().optional(),
|
|
154
|
-
real_sol_reserves: import_zod.z.number().nullable().optional(),
|
|
155
|
-
real_token_reserves: import_zod.z.number().nullable().optional(),
|
|
156
|
-
token_total_supply: import_zod.z.number().nullable().optional(),
|
|
157
|
-
virtual_sol_reserves: import_zod.z.number().nullable().optional(),
|
|
158
|
-
virtual_token_reserves: import_zod.z.number().nullable().optional()
|
|
159
|
-
});
|
|
160
|
-
var PumpfunTokenTradingSchema = import_zod.z.object({
|
|
161
|
-
average_trade_size: import_zod.z.number().nullable().optional(),
|
|
162
|
-
buy_count: import_zod.z.number().nullable().optional(),
|
|
163
|
-
largest_trade: import_zod.z.number().nullable().optional(),
|
|
164
|
-
last_trade_price: import_zod.z.number().nullable().optional(),
|
|
165
|
-
last_trade_timestamp: import_zod.z.number().nullable().optional(),
|
|
166
|
-
last_whale_address: import_zod.z.string().nullable().optional(),
|
|
167
|
-
sell_count: import_zod.z.number().nullable().optional(),
|
|
168
|
-
smallest_trade: import_zod.z.number().nullable().optional(),
|
|
169
|
-
total_buy_exact_sol_volume: import_zod.z.number().nullable().optional(),
|
|
170
|
-
total_buy_volume: import_zod.z.number().nullable().optional(),
|
|
171
|
-
total_sell_volume: import_zod.z.number().nullable().optional(),
|
|
172
|
-
total_trades: import_zod.z.number().nullable().optional(),
|
|
173
|
-
total_volume: import_zod.z.number().nullable().optional(),
|
|
174
|
-
unique_traders: import_zod.z.number().nullable().optional(),
|
|
175
|
-
whale_trade_count: import_zod.z.number().nullable().optional()
|
|
176
|
-
});
|
|
177
|
-
var PumpfunTokenSchema = import_zod.z.object({
|
|
178
|
-
events: PumpfunTokenEventsSchema.optional(),
|
|
179
|
-
id: PumpfunTokenIdSchema.optional(),
|
|
180
|
-
info: PumpfunTokenInfoSchema.optional(),
|
|
181
|
-
reserves: PumpfunTokenReservesSchema.optional(),
|
|
182
|
-
trading: PumpfunTokenTradingSchema.optional(),
|
|
183
|
-
bonding_curve_snapshot: BondingCurveSchema.nullable().optional()
|
|
184
|
-
});
|
|
185
|
-
var PumpfunTokenCompletedSchema = import_zod.z.object({
|
|
186
|
-
events: PumpfunTokenEventsSchema,
|
|
187
|
-
id: PumpfunTokenIdSchema,
|
|
188
|
-
info: PumpfunTokenInfoSchema,
|
|
189
|
-
reserves: PumpfunTokenReservesSchema,
|
|
190
|
-
trading: PumpfunTokenTradingSchema,
|
|
191
|
-
bonding_curve_snapshot: BondingCurveSchema
|
|
192
|
-
});
|
|
193
|
-
function stateView(view) {
|
|
194
|
-
return { mode: "state", view };
|
|
195
|
-
}
|
|
196
|
-
function listView(view) {
|
|
197
|
-
return { mode: "list", view };
|
|
198
|
-
}
|
|
199
|
-
var PUMPFUN_STREAM_STACK = {
|
|
200
|
-
name: "pumpfun-stream",
|
|
201
|
-
url: "wss://pumpfun.stack.usehyperstack.com",
|
|
202
|
-
views: {
|
|
203
|
-
PumpfunToken: {
|
|
204
|
-
state: stateView("PumpfunToken/state"),
|
|
205
|
-
list: listView("PumpfunToken/list")
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
schemas: {
|
|
209
|
-
BondingCurve: BondingCurveSchema,
|
|
210
|
-
Buy: BuySchema,
|
|
211
|
-
BuysEvent: BuysEventSchema,
|
|
212
|
-
BuysExactSolEvent: BuysExactSolEventSchema,
|
|
213
|
-
ConfigStatus: ConfigStatusSchema,
|
|
214
|
-
CreateEvent: CreateEventSchema,
|
|
215
|
-
Create: CreateSchema,
|
|
216
|
-
CreateV2Event: CreateV2EventSchema,
|
|
217
|
-
EventWrapper: EventWrapperSchema,
|
|
218
|
-
PumpfunTokenCompleted: PumpfunTokenCompletedSchema,
|
|
219
|
-
PumpfunTokenEvents: PumpfunTokenEventsSchema,
|
|
220
|
-
PumpfunTokenId: PumpfunTokenIdSchema,
|
|
221
|
-
PumpfunTokenInfo: PumpfunTokenInfoSchema,
|
|
222
|
-
PumpfunTokenReserves: PumpfunTokenReservesSchema,
|
|
223
|
-
PumpfunToken: PumpfunTokenSchema,
|
|
224
|
-
PumpfunTokenTrading: PumpfunTokenTradingSchema,
|
|
225
|
-
Sell: SellSchema,
|
|
226
|
-
SellsEvent: SellsEventSchema
|
|
227
|
-
},
|
|
228
|
-
pdas: {
|
|
229
|
-
pump: {
|
|
230
|
-
amm_global_config: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("global_config")),
|
|
231
|
-
associated_bonding_curve: (0, import_hyperstack_typescript.pda)("ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL", (0, import_hyperstack_typescript.account)("bonding_curve"), (0, import_hyperstack_typescript.account)("token_program"), (0, import_hyperstack_typescript.account)("mint")),
|
|
232
|
-
bonding_curve: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("bonding-curve"), (0, import_hyperstack_typescript.account)("mint")),
|
|
233
|
-
creator_vault: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("creator-vault"), (0, import_hyperstack_typescript.account)("bonding_curve.creator")),
|
|
234
|
-
event_authority: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("__event_authority")),
|
|
235
|
-
fee_config: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("fee_config"), (0, import_hyperstack_typescript.bytes)(new Uint8Array([1, 86, 224, 246, 147, 102, 90, 207, 68, 219, 21, 104, 191, 23, 91, 170, 81, 137, 203, 151, 245, 210, 255, 59, 101, 93, 43, 182, 253, 109, 24, 176]))),
|
|
236
|
-
global: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("global")),
|
|
237
|
-
global_incentive_token_account: (0, import_hyperstack_typescript.pda)("ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL", (0, import_hyperstack_typescript.account)("global_volume_accumulator"), (0, import_hyperstack_typescript.account)("token_program"), (0, import_hyperstack_typescript.account)("mint")),
|
|
238
|
-
global_params: (0, import_hyperstack_typescript.pda)("MAyhSmzXzV1pTf7LsNkrNwkWKTo4ougAJ1PPg47MD4e", (0, import_hyperstack_typescript.literal)("global-params")),
|
|
239
|
-
global_volume_accumulator: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("global_volume_accumulator")),
|
|
240
|
-
lp_mint: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("pool_lp_mint"), (0, import_hyperstack_typescript.account)("pool")),
|
|
241
|
-
mayhem_state: (0, import_hyperstack_typescript.pda)("MAyhSmzXzV1pTf7LsNkrNwkWKTo4ougAJ1PPg47MD4e", (0, import_hyperstack_typescript.literal)("mayhem-state"), (0, import_hyperstack_typescript.account)("mint")),
|
|
242
|
-
mayhem_token_vault: (0, import_hyperstack_typescript.pda)("ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL", (0, import_hyperstack_typescript.account)("sol_vault_authority"), (0, import_hyperstack_typescript.account)("token_program"), (0, import_hyperstack_typescript.account)("mint")),
|
|
243
|
-
metadata: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("metadata"), (0, import_hyperstack_typescript.bytes)(new Uint8Array([11, 112, 101, 177, 227, 209, 124, 69, 56, 157, 82, 127, 107, 4, 195, 205, 88, 184, 108, 115, 26, 160, 253, 181, 73, 182, 209, 188, 3, 248, 41, 70])), (0, import_hyperstack_typescript.account)("mint")),
|
|
244
|
-
mint_authority: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("mint-authority")),
|
|
245
|
-
pool: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("pool"), (0, import_hyperstack_typescript.literal)("\0\0"), (0, import_hyperstack_typescript.account)("pool_authority"), (0, import_hyperstack_typescript.account)("mint"), (0, import_hyperstack_typescript.account)("wsol_mint")),
|
|
246
|
-
pool_authority: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("pool-authority"), (0, import_hyperstack_typescript.account)("mint")),
|
|
247
|
-
pool_authority_mint_account: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.account)("pool_authority"), (0, import_hyperstack_typescript.account)("mint"), (0, import_hyperstack_typescript.account)("mint")),
|
|
248
|
-
pool_authority_wsol_account: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.account)("pool_authority"), (0, import_hyperstack_typescript.account)("token_program"), (0, import_hyperstack_typescript.account)("wsol_mint")),
|
|
249
|
-
pool_base_token_account: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.account)("pool"), (0, import_hyperstack_typescript.account)("mint"), (0, import_hyperstack_typescript.account)("mint")),
|
|
250
|
-
pool_quote_token_account: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.account)("pool"), (0, import_hyperstack_typescript.account)("token_program"), (0, import_hyperstack_typescript.account)("wsol_mint")),
|
|
251
|
-
program_signer: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P"),
|
|
252
|
-
pump_amm_event_authority: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("__event_authority")),
|
|
253
|
-
sharing_config: (0, import_hyperstack_typescript.pda)("pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ", (0, import_hyperstack_typescript.literal)("sharing-config"), (0, import_hyperstack_typescript.account)("mint")),
|
|
254
|
-
sol_vault: (0, import_hyperstack_typescript.pda)("MAyhSmzXzV1pTf7LsNkrNwkWKTo4ougAJ1PPg47MD4e", (0, import_hyperstack_typescript.literal)("sol-vault")),
|
|
255
|
-
sol_vault_authority: (0, import_hyperstack_typescript.pda)("MAyhSmzXzV1pTf7LsNkrNwkWKTo4ougAJ1PPg47MD4e", (0, import_hyperstack_typescript.literal)("sol-vault")),
|
|
256
|
-
user_ata: (0, import_hyperstack_typescript.pda)("ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL", (0, import_hyperstack_typescript.account)("user"), (0, import_hyperstack_typescript.account)("token_program"), (0, import_hyperstack_typescript.account)("mint")),
|
|
257
|
-
user_pool_token_account: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.account)("pool_authority"), (0, import_hyperstack_typescript.account)("token_2022_program"), (0, import_hyperstack_typescript.account)("lp_mint")),
|
|
258
|
-
user_volume_accumulator: (0, import_hyperstack_typescript.pda)("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", (0, import_hyperstack_typescript.literal)("user_volume_accumulator"), (0, import_hyperstack_typescript.account)("user"))
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
};
|
|
262
|
-
var pumpfun_default = PUMPFUN_STREAM_STACK;
|
|
263
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
264
|
-
0 && (module.exports = {
|
|
265
|
-
BondingCurveSchema,
|
|
266
|
-
BuySchema,
|
|
267
|
-
BuysEventSchema,
|
|
268
|
-
BuysExactSolEventSchema,
|
|
269
|
-
ConfigStatusSchema,
|
|
270
|
-
CreateEventSchema,
|
|
271
|
-
CreateSchema,
|
|
272
|
-
CreateV2EventSchema,
|
|
273
|
-
EventWrapperSchema,
|
|
274
|
-
PUMPFUN_STREAM_STACK,
|
|
275
|
-
PumpfunTokenCompletedSchema,
|
|
276
|
-
PumpfunTokenEventsSchema,
|
|
277
|
-
PumpfunTokenIdSchema,
|
|
278
|
-
PumpfunTokenInfoSchema,
|
|
279
|
-
PumpfunTokenReservesSchema,
|
|
280
|
-
PumpfunTokenSchema,
|
|
281
|
-
PumpfunTokenTradingSchema,
|
|
282
|
-
SellSchema,
|
|
283
|
-
SellsEventSchema
|
|
284
|
-
});
|