@hawksightco/hawk-sdk 1.2.139 → 1.2.140
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/src/idl/jupiter-idl.d.ts +115 -309
- package/dist/src/idl/jupiter-idl.d.ts.map +1 -1
- package/dist/src/idl/jupiter-idl.js +320 -1357
- package/package.json +1 -1
|
@@ -15,16 +15,7 @@ export type Jupiter = {
|
|
|
15
15
|
"instructions": [
|
|
16
16
|
{
|
|
17
17
|
"name": "claim";
|
|
18
|
-
"discriminator": [
|
|
19
|
-
62,
|
|
20
|
-
198,
|
|
21
|
-
214,
|
|
22
|
-
193,
|
|
23
|
-
213,
|
|
24
|
-
159,
|
|
25
|
-
108,
|
|
26
|
-
210
|
|
27
|
-
];
|
|
18
|
+
"discriminator": [62, 198, 214, 193, 213, 159, 108, 210];
|
|
28
19
|
"accounts": [
|
|
29
20
|
{
|
|
30
21
|
"name": "wallet";
|
|
@@ -40,26 +31,15 @@ export type Jupiter = {
|
|
|
40
31
|
"address": "11111111111111111111111111111111";
|
|
41
32
|
}
|
|
42
33
|
];
|
|
43
|
-
"args": [
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
];
|
|
34
|
+
"args": [{
|
|
35
|
+
"name": "id";
|
|
36
|
+
"type": "u8";
|
|
37
|
+
}];
|
|
49
38
|
"returns": "u64";
|
|
50
39
|
},
|
|
51
40
|
{
|
|
52
41
|
"name": "claim_token";
|
|
53
|
-
"discriminator": [
|
|
54
|
-
116,
|
|
55
|
-
206,
|
|
56
|
-
27,
|
|
57
|
-
191,
|
|
58
|
-
166,
|
|
59
|
-
19,
|
|
60
|
-
0,
|
|
61
|
-
73
|
|
62
|
-
];
|
|
42
|
+
"discriminator": [116, 206, 27, 191, 166, 19, 0, 73];
|
|
63
43
|
"accounts": [
|
|
64
44
|
{
|
|
65
45
|
"name": "payer";
|
|
@@ -149,26 +129,15 @@ export type Jupiter = {
|
|
|
149
129
|
"address": "11111111111111111111111111111111";
|
|
150
130
|
}
|
|
151
131
|
];
|
|
152
|
-
"args": [
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
}
|
|
157
|
-
];
|
|
132
|
+
"args": [{
|
|
133
|
+
"name": "id";
|
|
134
|
+
"type": "u8";
|
|
135
|
+
}];
|
|
158
136
|
"returns": "u64";
|
|
159
137
|
},
|
|
160
138
|
{
|
|
161
139
|
"name": "close_token";
|
|
162
|
-
"discriminator": [
|
|
163
|
-
26,
|
|
164
|
-
74,
|
|
165
|
-
236,
|
|
166
|
-
151,
|
|
167
|
-
104,
|
|
168
|
-
64,
|
|
169
|
-
183,
|
|
170
|
-
249
|
|
171
|
-
];
|
|
140
|
+
"discriminator": [26, 74, 236, 151, 104, 64, 183, 249];
|
|
172
141
|
"accounts": [
|
|
173
142
|
{
|
|
174
143
|
"name": "operator";
|
|
@@ -207,16 +176,7 @@ export type Jupiter = {
|
|
|
207
176
|
},
|
|
208
177
|
{
|
|
209
178
|
"name": "create_open_orders";
|
|
210
|
-
"discriminator": [
|
|
211
|
-
229,
|
|
212
|
-
194,
|
|
213
|
-
212,
|
|
214
|
-
172,
|
|
215
|
-
8,
|
|
216
|
-
10,
|
|
217
|
-
134,
|
|
218
|
-
147
|
|
219
|
-
];
|
|
179
|
+
"discriminator": [229, 194, 212, 172, 8, 10, 134, 147];
|
|
220
180
|
"accounts": [
|
|
221
181
|
{
|
|
222
182
|
"name": "open_orders";
|
|
@@ -225,19 +185,7 @@ export type Jupiter = {
|
|
|
225
185
|
"seeds": [
|
|
226
186
|
{
|
|
227
187
|
"kind": "const";
|
|
228
|
-
"value": [
|
|
229
|
-
111,
|
|
230
|
-
112,
|
|
231
|
-
101,
|
|
232
|
-
110,
|
|
233
|
-
95,
|
|
234
|
-
111,
|
|
235
|
-
114,
|
|
236
|
-
100,
|
|
237
|
-
101,
|
|
238
|
-
114,
|
|
239
|
-
115
|
|
240
|
-
];
|
|
188
|
+
"value": [111, 112, 101, 110, 95, 111, 114, 100, 101, 114, 115];
|
|
241
189
|
},
|
|
242
190
|
{
|
|
243
191
|
"kind": "account";
|
|
@@ -274,16 +222,7 @@ export type Jupiter = {
|
|
|
274
222
|
},
|
|
275
223
|
{
|
|
276
224
|
"name": "create_program_open_orders";
|
|
277
|
-
"discriminator": [
|
|
278
|
-
28,
|
|
279
|
-
226,
|
|
280
|
-
32,
|
|
281
|
-
148,
|
|
282
|
-
188,
|
|
283
|
-
136,
|
|
284
|
-
113,
|
|
285
|
-
171
|
|
286
|
-
];
|
|
225
|
+
"discriminator": [28, 226, 32, 148, 188, 136, 113, 171];
|
|
287
226
|
"accounts": [
|
|
288
227
|
{
|
|
289
228
|
"name": "open_orders";
|
|
@@ -292,19 +231,7 @@ export type Jupiter = {
|
|
|
292
231
|
"seeds": [
|
|
293
232
|
{
|
|
294
233
|
"kind": "const";
|
|
295
|
-
"value": [
|
|
296
|
-
111,
|
|
297
|
-
112,
|
|
298
|
-
101,
|
|
299
|
-
110,
|
|
300
|
-
95,
|
|
301
|
-
111,
|
|
302
|
-
114,
|
|
303
|
-
100,
|
|
304
|
-
101,
|
|
305
|
-
114,
|
|
306
|
-
115
|
|
307
|
-
];
|
|
234
|
+
"value": [111, 112, 101, 110, 95, 111, 114, 100, 101, 114, 115];
|
|
308
235
|
},
|
|
309
236
|
{
|
|
310
237
|
"kind": "account";
|
|
@@ -340,25 +267,14 @@ export type Jupiter = {
|
|
|
340
267
|
"name": "market";
|
|
341
268
|
}
|
|
342
269
|
];
|
|
343
|
-
"args": [
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
}
|
|
348
|
-
];
|
|
270
|
+
"args": [{
|
|
271
|
+
"name": "id";
|
|
272
|
+
"type": "u8";
|
|
273
|
+
}];
|
|
349
274
|
},
|
|
350
275
|
{
|
|
351
276
|
"name": "create_token_ledger";
|
|
352
|
-
"discriminator": [
|
|
353
|
-
232,
|
|
354
|
-
242,
|
|
355
|
-
197,
|
|
356
|
-
253,
|
|
357
|
-
240,
|
|
358
|
-
143,
|
|
359
|
-
129,
|
|
360
|
-
52
|
|
361
|
-
];
|
|
277
|
+
"discriminator": [232, 242, 197, 253, 240, 143, 129, 52];
|
|
362
278
|
"accounts": [
|
|
363
279
|
{
|
|
364
280
|
"name": "token_ledger";
|
|
@@ -379,16 +295,7 @@ export type Jupiter = {
|
|
|
379
295
|
},
|
|
380
296
|
{
|
|
381
297
|
"name": "create_token_account";
|
|
382
|
-
"discriminator": [
|
|
383
|
-
147,
|
|
384
|
-
241,
|
|
385
|
-
123,
|
|
386
|
-
100,
|
|
387
|
-
244,
|
|
388
|
-
132,
|
|
389
|
-
174,
|
|
390
|
-
118
|
|
391
|
-
];
|
|
298
|
+
"discriminator": [147, 241, 123, 100, 244, 132, 174, 118];
|
|
392
299
|
"accounts": [
|
|
393
300
|
{
|
|
394
301
|
"name": "token_account";
|
|
@@ -410,25 +317,14 @@ export type Jupiter = {
|
|
|
410
317
|
"address": "11111111111111111111111111111111";
|
|
411
318
|
}
|
|
412
319
|
];
|
|
413
|
-
"args": [
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
}
|
|
418
|
-
];
|
|
320
|
+
"args": [{
|
|
321
|
+
"name": "bump";
|
|
322
|
+
"type": "u8";
|
|
323
|
+
}];
|
|
419
324
|
},
|
|
420
325
|
{
|
|
421
326
|
"name": "exact_out_route";
|
|
422
|
-
"discriminator": [
|
|
423
|
-
208,
|
|
424
|
-
51,
|
|
425
|
-
239,
|
|
426
|
-
151,
|
|
427
|
-
123,
|
|
428
|
-
43,
|
|
429
|
-
237,
|
|
430
|
-
92
|
|
431
|
-
];
|
|
327
|
+
"discriminator": [208, 51, 239, 151, 123, 43, 237, 92];
|
|
432
328
|
"accounts": [
|
|
433
329
|
{
|
|
434
330
|
"name": "token_program";
|
|
@@ -505,19 +401,8 @@ export type Jupiter = {
|
|
|
505
401
|
},
|
|
506
402
|
{
|
|
507
403
|
"name": "route";
|
|
508
|
-
"docs": [
|
|
509
|
-
|
|
510
|
-
];
|
|
511
|
-
"discriminator": [
|
|
512
|
-
229,
|
|
513
|
-
23,
|
|
514
|
-
203,
|
|
515
|
-
151,
|
|
516
|
-
122,
|
|
517
|
-
227,
|
|
518
|
-
173,
|
|
519
|
-
42
|
|
520
|
-
];
|
|
404
|
+
"docs": ["route_plan Topologically sorted trade DAG"];
|
|
405
|
+
"discriminator": [229, 23, 203, 151, 122, 227, 173, 42];
|
|
521
406
|
"accounts": [
|
|
522
407
|
{
|
|
523
408
|
"name": "token_program";
|
|
@@ -587,16 +472,7 @@ export type Jupiter = {
|
|
|
587
472
|
},
|
|
588
473
|
{
|
|
589
474
|
"name": "route_with_token_ledger";
|
|
590
|
-
"discriminator": [
|
|
591
|
-
150,
|
|
592
|
-
86,
|
|
593
|
-
71,
|
|
594
|
-
116,
|
|
595
|
-
167,
|
|
596
|
-
93,
|
|
597
|
-
14,
|
|
598
|
-
104
|
|
599
|
-
];
|
|
475
|
+
"discriminator": [150, 86, 71, 116, 167, 93, 14, 104];
|
|
600
476
|
"accounts": [
|
|
601
477
|
{
|
|
602
478
|
"name": "token_program";
|
|
@@ -665,16 +541,7 @@ export type Jupiter = {
|
|
|
665
541
|
},
|
|
666
542
|
{
|
|
667
543
|
"name": "set_token_ledger";
|
|
668
|
-
"discriminator": [
|
|
669
|
-
228,
|
|
670
|
-
85,
|
|
671
|
-
185,
|
|
672
|
-
112,
|
|
673
|
-
78,
|
|
674
|
-
79,
|
|
675
|
-
77,
|
|
676
|
-
2
|
|
677
|
-
];
|
|
544
|
+
"discriminator": [228, 85, 185, 112, 78, 79, 77, 2];
|
|
678
545
|
"accounts": [
|
|
679
546
|
{
|
|
680
547
|
"name": "token_ledger";
|
|
@@ -691,16 +558,7 @@ export type Jupiter = {
|
|
|
691
558
|
"docs": [
|
|
692
559
|
"Route by using program owned token accounts and open orders accounts."
|
|
693
560
|
];
|
|
694
|
-
"discriminator": [
|
|
695
|
-
176,
|
|
696
|
-
209,
|
|
697
|
-
105,
|
|
698
|
-
168,
|
|
699
|
-
154,
|
|
700
|
-
125,
|
|
701
|
-
69,
|
|
702
|
-
62
|
|
703
|
-
];
|
|
561
|
+
"discriminator": [176, 209, 105, 168, 154, 125, 69, 62];
|
|
704
562
|
"accounts": [
|
|
705
563
|
{
|
|
706
564
|
"name": "token_program";
|
|
@@ -790,16 +648,7 @@ export type Jupiter = {
|
|
|
790
648
|
"docs": [
|
|
791
649
|
"Route by using program owned token accounts and open orders accounts."
|
|
792
650
|
];
|
|
793
|
-
"discriminator": [
|
|
794
|
-
193,
|
|
795
|
-
32,
|
|
796
|
-
155,
|
|
797
|
-
51,
|
|
798
|
-
65,
|
|
799
|
-
214,
|
|
800
|
-
156,
|
|
801
|
-
129
|
|
802
|
-
];
|
|
651
|
+
"discriminator": [193, 32, 155, 51, 65, 214, 156, 129];
|
|
803
652
|
"accounts": [
|
|
804
653
|
{
|
|
805
654
|
"name": "token_program";
|
|
@@ -886,16 +735,7 @@ export type Jupiter = {
|
|
|
886
735
|
},
|
|
887
736
|
{
|
|
888
737
|
"name": "shared_accounts_route_with_token_ledger";
|
|
889
|
-
"discriminator": [
|
|
890
|
-
230,
|
|
891
|
-
121,
|
|
892
|
-
143,
|
|
893
|
-
80,
|
|
894
|
-
119,
|
|
895
|
-
159,
|
|
896
|
-
106,
|
|
897
|
-
170
|
|
898
|
-
];
|
|
738
|
+
"discriminator": [230, 121, 143, 80, 119, 159, 106, 170];
|
|
899
739
|
"accounts": [
|
|
900
740
|
{
|
|
901
741
|
"name": "token_program";
|
|
@@ -983,44 +823,17 @@ export type Jupiter = {
|
|
|
983
823
|
"accounts": [
|
|
984
824
|
{
|
|
985
825
|
"name": "TokenLedger";
|
|
986
|
-
"discriminator": [
|
|
987
|
-
156,
|
|
988
|
-
247,
|
|
989
|
-
9,
|
|
990
|
-
188,
|
|
991
|
-
54,
|
|
992
|
-
108,
|
|
993
|
-
85,
|
|
994
|
-
77
|
|
995
|
-
];
|
|
826
|
+
"discriminator": [156, 247, 9, 188, 54, 108, 85, 77];
|
|
996
827
|
}
|
|
997
828
|
];
|
|
998
829
|
"events": [
|
|
999
830
|
{
|
|
1000
831
|
"name": "FeeEvent";
|
|
1001
|
-
"discriminator": [
|
|
1002
|
-
73,
|
|
1003
|
-
79,
|
|
1004
|
-
78,
|
|
1005
|
-
127,
|
|
1006
|
-
184,
|
|
1007
|
-
213,
|
|
1008
|
-
13,
|
|
1009
|
-
220
|
|
1010
|
-
];
|
|
832
|
+
"discriminator": [73, 79, 78, 127, 184, 213, 13, 220];
|
|
1011
833
|
},
|
|
1012
834
|
{
|
|
1013
835
|
"name": "SwapEvent";
|
|
1014
|
-
"discriminator": [
|
|
1015
|
-
64,
|
|
1016
|
-
198,
|
|
1017
|
-
205,
|
|
1018
|
-
232,
|
|
1019
|
-
38,
|
|
1020
|
-
8,
|
|
1021
|
-
113,
|
|
1022
|
-
226
|
|
1023
|
-
];
|
|
836
|
+
"discriminator": [64, 198, 205, 232, 38, 8, 113, 226];
|
|
1024
837
|
}
|
|
1025
838
|
];
|
|
1026
839
|
"errors": [
|
|
@@ -1281,14 +1094,11 @@ export type Jupiter = {
|
|
|
1281
1094
|
"name": "Side";
|
|
1282
1095
|
"type": {
|
|
1283
1096
|
"kind": "enum";
|
|
1284
|
-
"variants": [
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
"name": "Ask";
|
|
1290
|
-
}
|
|
1291
|
-
];
|
|
1097
|
+
"variants": [{
|
|
1098
|
+
"name": "Bid";
|
|
1099
|
+
}, {
|
|
1100
|
+
"name": "Ask";
|
|
1101
|
+
}];
|
|
1292
1102
|
};
|
|
1293
1103
|
},
|
|
1294
1104
|
{
|
|
@@ -1322,12 +1132,10 @@ export type Jupiter = {
|
|
|
1322
1132
|
},
|
|
1323
1133
|
{
|
|
1324
1134
|
"name": "Crema";
|
|
1325
|
-
"fields": [
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
}
|
|
1330
|
-
];
|
|
1135
|
+
"fields": [{
|
|
1136
|
+
"name": "a_to_b";
|
|
1137
|
+
"type": "bool";
|
|
1138
|
+
}];
|
|
1331
1139
|
},
|
|
1332
1140
|
{
|
|
1333
1141
|
"name": "Lifinity";
|
|
@@ -1385,21 +1193,17 @@ export type Jupiter = {
|
|
|
1385
1193
|
},
|
|
1386
1194
|
{
|
|
1387
1195
|
"name": "Whirlpool";
|
|
1388
|
-
"fields": [
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
}
|
|
1393
|
-
];
|
|
1196
|
+
"fields": [{
|
|
1197
|
+
"name": "a_to_b";
|
|
1198
|
+
"type": "bool";
|
|
1199
|
+
}];
|
|
1394
1200
|
},
|
|
1395
1201
|
{
|
|
1396
1202
|
"name": "Invariant";
|
|
1397
|
-
"fields": [
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
}
|
|
1402
|
-
];
|
|
1203
|
+
"fields": [{
|
|
1204
|
+
"name": "x_to_y";
|
|
1205
|
+
"type": "bool";
|
|
1206
|
+
}];
|
|
1403
1207
|
},
|
|
1404
1208
|
{
|
|
1405
1209
|
"name": "Meteora";
|
|
@@ -1409,24 +1213,20 @@ export type Jupiter = {
|
|
|
1409
1213
|
},
|
|
1410
1214
|
{
|
|
1411
1215
|
"name": "DeltaFi";
|
|
1412
|
-
"fields": [
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
}
|
|
1417
|
-
];
|
|
1216
|
+
"fields": [{
|
|
1217
|
+
"name": "stable";
|
|
1218
|
+
"type": "bool";
|
|
1219
|
+
}];
|
|
1418
1220
|
},
|
|
1419
1221
|
{
|
|
1420
1222
|
"name": "Balansol";
|
|
1421
1223
|
},
|
|
1422
1224
|
{
|
|
1423
1225
|
"name": "MarcoPolo";
|
|
1424
|
-
"fields": [
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
}
|
|
1429
|
-
];
|
|
1226
|
+
"fields": [{
|
|
1227
|
+
"name": "x_to_y";
|
|
1228
|
+
"type": "bool";
|
|
1229
|
+
}];
|
|
1430
1230
|
},
|
|
1431
1231
|
{
|
|
1432
1232
|
"name": "Dradex";
|
|
@@ -1497,12 +1297,10 @@ export type Jupiter = {
|
|
|
1497
1297
|
},
|
|
1498
1298
|
{
|
|
1499
1299
|
"name": "StakeDexSwapViaStake";
|
|
1500
|
-
"fields": [
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
}
|
|
1505
|
-
];
|
|
1300
|
+
"fields": [{
|
|
1301
|
+
"name": "bridge_stake_seed";
|
|
1302
|
+
"type": "u32";
|
|
1303
|
+
}];
|
|
1506
1304
|
},
|
|
1507
1305
|
{
|
|
1508
1306
|
"name": "GooseFXV2";
|
|
@@ -1537,12 +1335,10 @@ export type Jupiter = {
|
|
|
1537
1335
|
},
|
|
1538
1336
|
{
|
|
1539
1337
|
"name": "StakeDexPrefundWithdrawStakeAndDepositStake";
|
|
1540
|
-
"fields": [
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
}
|
|
1545
|
-
];
|
|
1338
|
+
"fields": [{
|
|
1339
|
+
"name": "bridge_stake_seed";
|
|
1340
|
+
"type": "u32";
|
|
1341
|
+
}];
|
|
1546
1342
|
},
|
|
1547
1343
|
{
|
|
1548
1344
|
"name": "Clone";
|
|
@@ -1662,33 +1458,27 @@ export type Jupiter = {
|
|
|
1662
1458
|
},
|
|
1663
1459
|
{
|
|
1664
1460
|
"name": "Obric";
|
|
1665
|
-
"fields": [
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
}
|
|
1670
|
-
];
|
|
1461
|
+
"fields": [{
|
|
1462
|
+
"name": "x_to_y";
|
|
1463
|
+
"type": "bool";
|
|
1464
|
+
}];
|
|
1671
1465
|
},
|
|
1672
1466
|
{
|
|
1673
1467
|
"name": "FoxBuyFromEstimatedCost";
|
|
1674
1468
|
},
|
|
1675
1469
|
{
|
|
1676
1470
|
"name": "FoxClaimPartial";
|
|
1677
|
-
"fields": [
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
}
|
|
1682
|
-
];
|
|
1471
|
+
"fields": [{
|
|
1472
|
+
"name": "is_y";
|
|
1473
|
+
"type": "bool";
|
|
1474
|
+
}];
|
|
1683
1475
|
},
|
|
1684
1476
|
{
|
|
1685
1477
|
"name": "SolFi";
|
|
1686
|
-
"fields": [
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
}
|
|
1691
|
-
];
|
|
1478
|
+
"fields": [{
|
|
1479
|
+
"name": "is_quote_to_base";
|
|
1480
|
+
"type": "bool";
|
|
1481
|
+
}];
|
|
1692
1482
|
},
|
|
1693
1483
|
{
|
|
1694
1484
|
"name": "SolayerDelegateNoInit";
|
|
@@ -1779,21 +1569,17 @@ export type Jupiter = {
|
|
|
1779
1569
|
},
|
|
1780
1570
|
{
|
|
1781
1571
|
"name": "RaydiumLaunchlabBuy";
|
|
1782
|
-
"fields": [
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
}
|
|
1787
|
-
];
|
|
1572
|
+
"fields": [{
|
|
1573
|
+
"name": "share_fee_rate";
|
|
1574
|
+
"type": "u64";
|
|
1575
|
+
}];
|
|
1788
1576
|
},
|
|
1789
1577
|
{
|
|
1790
1578
|
"name": "RaydiumLaunchlabSell";
|
|
1791
|
-
"fields": [
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
}
|
|
1796
|
-
];
|
|
1579
|
+
"fields": [{
|
|
1580
|
+
"name": "share_fee_rate";
|
|
1581
|
+
"type": "u64";
|
|
1582
|
+
}];
|
|
1797
1583
|
},
|
|
1798
1584
|
{
|
|
1799
1585
|
"name": "BoopdotfunWrappedBuy";
|
|
@@ -1870,12 +1656,32 @@ export type Jupiter = {
|
|
|
1870
1656
|
},
|
|
1871
1657
|
{
|
|
1872
1658
|
"name": "Heaven";
|
|
1873
|
-
"fields": [
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1659
|
+
"fields": [{
|
|
1660
|
+
"name": "a_to_b";
|
|
1661
|
+
"type": "bool";
|
|
1662
|
+
}];
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "SolFiV2";
|
|
1666
|
+
"fields": [{
|
|
1667
|
+
"name": "is_quote_to_base";
|
|
1668
|
+
"type": "bool";
|
|
1669
|
+
}];
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"name": "Aquifer";
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "PumpWrappedBuyV3";
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"name": "PumpWrappedSellV3";
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "PumpSwapBuyV3";
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"name": "PumpSwapSellV3";
|
|
1879
1685
|
}
|
|
1880
1686
|
];
|
|
1881
1687
|
};
|