@hawksightco/hawk-sdk 1.2.127 → 1.2.129
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/iyf-extension-idl.d.ts +5 -0
- package/dist/src/idl/iyf-extension-idl.d.ts.map +1 -1
- package/dist/src/idl/iyf-extension-idl.js +10 -5
- package/dist/src/idl/jupiter-idl.d.ts +58 -5
- package/dist/src/idl/jupiter-idl.d.ts.map +1 -1
- package/dist/src/idl/jupiter-idl.js +58 -5
- package/package.json +1 -1
|
@@ -9586,6 +9586,7 @@ export type IyfExtension = {
|
|
|
9586
9586
|
"docs": [
|
|
9587
9587
|
"Raydium protocol position"
|
|
9588
9588
|
];
|
|
9589
|
+
"writable": true;
|
|
9589
9590
|
},
|
|
9590
9591
|
{
|
|
9591
9592
|
"name": "tokenVault0";
|
|
@@ -9779,6 +9780,7 @@ export type IyfExtension = {
|
|
|
9779
9780
|
"docs": [
|
|
9780
9781
|
"Raydium protocol position"
|
|
9781
9782
|
];
|
|
9783
|
+
"writable": true;
|
|
9782
9784
|
},
|
|
9783
9785
|
{
|
|
9784
9786
|
"name": "tokenVault0";
|
|
@@ -9953,6 +9955,7 @@ export type IyfExtension = {
|
|
|
9953
9955
|
"docs": [
|
|
9954
9956
|
"Raydium protocol position"
|
|
9955
9957
|
];
|
|
9958
|
+
"writable": true;
|
|
9956
9959
|
},
|
|
9957
9960
|
{
|
|
9958
9961
|
"name": "personalPosition";
|
|
@@ -10151,6 +10154,7 @@ export type IyfExtension = {
|
|
|
10151
10154
|
"docs": [
|
|
10152
10155
|
"Protocol position which may be already initialized, or to be initialized by user."
|
|
10153
10156
|
];
|
|
10157
|
+
"writable": true;
|
|
10154
10158
|
},
|
|
10155
10159
|
{
|
|
10156
10160
|
"name": "tickArrayLower";
|
|
@@ -10421,6 +10425,7 @@ export type IyfExtension = {
|
|
|
10421
10425
|
},
|
|
10422
10426
|
{
|
|
10423
10427
|
"name": "protocolPosition";
|
|
10428
|
+
"writable": true;
|
|
10424
10429
|
},
|
|
10425
10430
|
{
|
|
10426
10431
|
"name": "poolState";
|