@0dotxyz/p0-ts-sdk 2.1.0 → 2.1.2
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 +617 -777
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +384 -499
- package/dist/index.d.ts +384 -499
- package/dist/index.js +618 -778
- package/dist/index.js.map +1 -1
- package/package.json +5 -4
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { deserialize } from 'borsh';
|
|
|
11
11
|
import * as borsh from '@coral-xyz/borsh';
|
|
12
12
|
import { struct as struct$1, bool as bool$1, publicKey as publicKey$1, array as array$1, u64 as u64$1, u8 as u8$1, u32 as u32$1, u128 } from '@coral-xyz/borsh';
|
|
13
13
|
import { SwapApi, Configuration, createJupiterApiClient } from '@jup-ag/api';
|
|
14
|
-
import { AnchorUtils, PullFeed
|
|
14
|
+
import { AnchorUtils, PullFeed } from '@switchboard-xyz/on-demand';
|
|
15
15
|
import { CrossbarClient } from '@switchboard-xyz/common';
|
|
16
16
|
|
|
17
17
|
// src/config.ts
|
|
@@ -576,8 +576,8 @@ function makeBundleTipIx(feePayer, bundleTip = 1e5) {
|
|
|
576
576
|
return bundleTipInstruction;
|
|
577
577
|
}
|
|
578
578
|
|
|
579
|
-
// src/idl/marginfi_0.1.
|
|
580
|
-
var
|
|
579
|
+
// src/idl/marginfi_0.1.8.json
|
|
580
|
+
var marginfi_0_1_8_default = {
|
|
581
581
|
address: "",
|
|
582
582
|
metadata: {
|
|
583
583
|
name: "marginfi",
|
|
@@ -627,7 +627,7 @@ var marginfi_0_1_7_default = {
|
|
|
627
627
|
{
|
|
628
628
|
name: "configure_bank_rate_limits",
|
|
629
629
|
docs: [
|
|
630
|
-
"(admin
|
|
630
|
+
"(admin or delegate_limit_admin) Configure bank-level rate limits for withdraw/borrow.",
|
|
631
631
|
"Rate limits track net outflow in native tokens. Deposits offset withdraws.",
|
|
632
632
|
"Set to 0 to disable. Hourly and daily windows are independent."
|
|
633
633
|
],
|
|
@@ -639,8 +639,7 @@ var marginfi_0_1_7_default = {
|
|
|
639
639
|
},
|
|
640
640
|
{
|
|
641
641
|
name: "admin",
|
|
642
|
-
signer: true
|
|
643
|
-
relations: ["group"]
|
|
642
|
+
signer: true
|
|
644
643
|
},
|
|
645
644
|
{
|
|
646
645
|
name: "bank",
|
|
@@ -664,7 +663,9 @@ var marginfi_0_1_7_default = {
|
|
|
664
663
|
},
|
|
665
664
|
{
|
|
666
665
|
name: "configure_deleverage_withdrawal_limit",
|
|
667
|
-
docs: [
|
|
666
|
+
docs: [
|
|
667
|
+
"(admin or delegate_limit_admin) Set the daily withdrawal limit for deleverages per group."
|
|
668
|
+
],
|
|
668
669
|
discriminator: [28, 132, 205, 158, 67, 77, 177, 63],
|
|
669
670
|
accounts: [
|
|
670
671
|
{
|
|
@@ -673,8 +674,7 @@ var marginfi_0_1_7_default = {
|
|
|
673
674
|
},
|
|
674
675
|
{
|
|
675
676
|
name: "admin",
|
|
676
|
-
signer: true
|
|
677
|
-
relations: ["marginfi_group"]
|
|
677
|
+
signer: true
|
|
678
678
|
}
|
|
679
679
|
],
|
|
680
680
|
args: [
|
|
@@ -687,7 +687,7 @@ var marginfi_0_1_7_default = {
|
|
|
687
687
|
{
|
|
688
688
|
name: "configure_group_rate_limits",
|
|
689
689
|
docs: [
|
|
690
|
-
"(admin
|
|
690
|
+
"(admin or delegate_limit_admin) Configure group-level rate limits for withdraw/borrow.",
|
|
691
691
|
"Rate limits track aggregate net outflow in USD.",
|
|
692
692
|
"Example: $10M = 10_000_000. Set to 0 to disable."
|
|
693
693
|
],
|
|
@@ -699,8 +699,7 @@ var marginfi_0_1_7_default = {
|
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
701
|
name: "admin",
|
|
702
|
-
signer: true
|
|
703
|
-
relations: ["marginfi_group"]
|
|
702
|
+
signer: true
|
|
704
703
|
}
|
|
705
704
|
],
|
|
706
705
|
args: [
|
|
@@ -728,7 +727,6 @@ var marginfi_0_1_7_default = {
|
|
|
728
727
|
accounts: [
|
|
729
728
|
{
|
|
730
729
|
name: "group",
|
|
731
|
-
writable: true,
|
|
732
730
|
relations: ["marginfi_account", "bank"]
|
|
733
731
|
},
|
|
734
732
|
{
|
|
@@ -1316,7 +1314,6 @@ var marginfi_0_1_7_default = {
|
|
|
1316
1314
|
accounts: [
|
|
1317
1315
|
{
|
|
1318
1316
|
name: "group",
|
|
1319
|
-
writable: true,
|
|
1320
1317
|
relations: ["marginfi_account", "bank"]
|
|
1321
1318
|
},
|
|
1322
1319
|
{
|
|
@@ -1850,6 +1847,7 @@ var marginfi_0_1_7_default = {
|
|
|
1850
1847
|
accounts: [
|
|
1851
1848
|
{
|
|
1852
1849
|
name: "group",
|
|
1850
|
+
writable: true,
|
|
1853
1851
|
relations: ["marginfi_account", "bank"]
|
|
1854
1852
|
},
|
|
1855
1853
|
{
|
|
@@ -1858,8 +1856,7 @@ var marginfi_0_1_7_default = {
|
|
|
1858
1856
|
},
|
|
1859
1857
|
{
|
|
1860
1858
|
name: "authority",
|
|
1861
|
-
signer: true
|
|
1862
|
-
relations: ["marginfi_account"]
|
|
1859
|
+
signer: true
|
|
1863
1860
|
},
|
|
1864
1861
|
{
|
|
1865
1862
|
name: "bank",
|
|
@@ -2149,7 +2146,6 @@ var marginfi_0_1_7_default = {
|
|
|
2149
2146
|
accounts: [
|
|
2150
2147
|
{
|
|
2151
2148
|
name: "group",
|
|
2152
|
-
writable: true,
|
|
2153
2149
|
relations: ["marginfi_account", "bank"]
|
|
2154
2150
|
},
|
|
2155
2151
|
{
|
|
@@ -2324,7 +2320,6 @@ var marginfi_0_1_7_default = {
|
|
|
2324
2320
|
accounts: [
|
|
2325
2321
|
{
|
|
2326
2322
|
name: "group",
|
|
2327
|
-
writable: true,
|
|
2328
2323
|
relations: ["marginfi_account", "bank"]
|
|
2329
2324
|
},
|
|
2330
2325
|
{
|
|
@@ -2853,7 +2848,6 @@ var marginfi_0_1_7_default = {
|
|
|
2853
2848
|
accounts: [
|
|
2854
2849
|
{
|
|
2855
2850
|
name: "group",
|
|
2856
|
-
writable: true,
|
|
2857
2851
|
relations: ["marginfi_account", "bank"]
|
|
2858
2852
|
},
|
|
2859
2853
|
{
|
|
@@ -2950,12 +2944,13 @@ var marginfi_0_1_7_default = {
|
|
|
2950
2944
|
relations: ["bank"]
|
|
2951
2945
|
},
|
|
2952
2946
|
{
|
|
2953
|
-
name: "
|
|
2947
|
+
name: "mint",
|
|
2954
2948
|
docs: [
|
|
2955
2949
|
"The liquidity token mint (e.g., USDC)",
|
|
2956
2950
|
"Needs serde to get the mint decimals for transfer checked"
|
|
2957
2951
|
],
|
|
2958
|
-
writable: true
|
|
2952
|
+
writable: true,
|
|
2953
|
+
relations: ["bank"]
|
|
2959
2954
|
},
|
|
2960
2955
|
{
|
|
2961
2956
|
name: "reserve_liquidity_supply",
|
|
@@ -3030,7 +3025,6 @@ var marginfi_0_1_7_default = {
|
|
|
3030
3025
|
accounts: [
|
|
3031
3026
|
{
|
|
3032
3027
|
name: "group",
|
|
3033
|
-
writable: true,
|
|
3034
3028
|
relations: ["marginfi_account", "bank"]
|
|
3035
3029
|
},
|
|
3036
3030
|
{
|
|
@@ -3102,11 +3096,26 @@ var marginfi_0_1_7_default = {
|
|
|
3102
3096
|
]
|
|
3103
3097
|
},
|
|
3104
3098
|
{
|
|
3105
|
-
name: "
|
|
3099
|
+
name: "lending_account_clear_emissions",
|
|
3106
3100
|
docs: [
|
|
3107
|
-
"(
|
|
3108
|
-
"
|
|
3101
|
+
"(permissionless) Zero out `emissions_outstanding` on a balance after emissions are disabled",
|
|
3102
|
+
"on the bank."
|
|
3109
3103
|
],
|
|
3104
|
+
discriminator: [239, 4, 221, 98, 45, 167, 201, 244],
|
|
3105
|
+
accounts: [
|
|
3106
|
+
{
|
|
3107
|
+
name: "marginfi_account",
|
|
3108
|
+
writable: true
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
name: "bank"
|
|
3112
|
+
}
|
|
3113
|
+
],
|
|
3114
|
+
args: []
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
name: "lending_account_close_balance",
|
|
3118
|
+
docs: ["(account authority) Close a balance position with dust-level amounts."],
|
|
3110
3119
|
discriminator: [245, 54, 41, 4, 243, 202, 31, 17],
|
|
3111
3120
|
accounts: [
|
|
3112
3121
|
{
|
|
@@ -3138,7 +3147,219 @@ var marginfi_0_1_7_default = {
|
|
|
3138
3147
|
accounts: [
|
|
3139
3148
|
{
|
|
3140
3149
|
name: "group",
|
|
3150
|
+
relations: ["marginfi_account", "bank"]
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
name: "marginfi_account",
|
|
3154
|
+
writable: true
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
name: "authority",
|
|
3158
|
+
signer: true
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
name: "bank",
|
|
3162
|
+
writable: true
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
name: "signer_token_account",
|
|
3166
|
+
writable: true
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
name: "liquidity_vault",
|
|
3141
3170
|
writable: true,
|
|
3171
|
+
relations: ["bank"]
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
name: "token_program"
|
|
3175
|
+
}
|
|
3176
|
+
],
|
|
3177
|
+
args: [
|
|
3178
|
+
{
|
|
3179
|
+
name: "amount",
|
|
3180
|
+
type: "u64"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
name: "deposit_up_to_limit",
|
|
3184
|
+
type: {
|
|
3185
|
+
option: "bool"
|
|
3186
|
+
}
|
|
3187
|
+
}
|
|
3188
|
+
]
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
name: "lending_account_end_flashloan",
|
|
3192
|
+
docs: ["(account authority) End a flash loan and run the health check."],
|
|
3193
|
+
discriminator: [105, 124, 201, 106, 153, 2, 8, 156],
|
|
3194
|
+
accounts: [
|
|
3195
|
+
{
|
|
3196
|
+
name: "marginfi_account",
|
|
3197
|
+
writable: true
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
name: "authority",
|
|
3201
|
+
signer: true,
|
|
3202
|
+
relations: ["marginfi_account"]
|
|
3203
|
+
}
|
|
3204
|
+
],
|
|
3205
|
+
args: []
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
name: "lending_account_liquidate",
|
|
3209
|
+
docs: [
|
|
3210
|
+
"(permissionless) Liquidate a lending account balance of an unhealthy marginfi account.",
|
|
3211
|
+
"The liquidator takes on the liability and receives discounted collateral (2.5% liquidator",
|
|
3212
|
+
"fee + 2.5% insurance fee).",
|
|
3213
|
+
"* `asset_amount` - amount of collateral to liquidate",
|
|
3214
|
+
"* `liquidatee_accounts` - number of remaining accounts for the liquidatee",
|
|
3215
|
+
"* `liquidator_accounts` - number of remaining accounts for the liquidator"
|
|
3216
|
+
],
|
|
3217
|
+
discriminator: [214, 169, 151, 213, 251, 167, 86, 219],
|
|
3218
|
+
accounts: [
|
|
3219
|
+
{
|
|
3220
|
+
name: "group",
|
|
3221
|
+
relations: [
|
|
3222
|
+
"asset_bank",
|
|
3223
|
+
"liab_bank",
|
|
3224
|
+
"liquidator_marginfi_account",
|
|
3225
|
+
"liquidatee_marginfi_account"
|
|
3226
|
+
]
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
name: "asset_bank",
|
|
3230
|
+
writable: true
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
name: "liab_bank",
|
|
3234
|
+
writable: true
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
name: "liquidator_marginfi_account",
|
|
3238
|
+
writable: true
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
name: "authority",
|
|
3242
|
+
signer: true
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
name: "liquidatee_marginfi_account",
|
|
3246
|
+
writable: true
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
name: "bank_liquidity_vault_authority",
|
|
3250
|
+
pda: {
|
|
3251
|
+
seeds: [
|
|
3252
|
+
{
|
|
3253
|
+
kind: "const",
|
|
3254
|
+
value: [
|
|
3255
|
+
108,
|
|
3256
|
+
105,
|
|
3257
|
+
113,
|
|
3258
|
+
117,
|
|
3259
|
+
105,
|
|
3260
|
+
100,
|
|
3261
|
+
105,
|
|
3262
|
+
116,
|
|
3263
|
+
121,
|
|
3264
|
+
95,
|
|
3265
|
+
118,
|
|
3266
|
+
97,
|
|
3267
|
+
117,
|
|
3268
|
+
108,
|
|
3269
|
+
116,
|
|
3270
|
+
95,
|
|
3271
|
+
97,
|
|
3272
|
+
117,
|
|
3273
|
+
116,
|
|
3274
|
+
104
|
|
3275
|
+
]
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
kind: "account",
|
|
3279
|
+
path: "liab_bank"
|
|
3280
|
+
}
|
|
3281
|
+
]
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
name: "bank_liquidity_vault",
|
|
3286
|
+
writable: true,
|
|
3287
|
+
pda: {
|
|
3288
|
+
seeds: [
|
|
3289
|
+
{
|
|
3290
|
+
kind: "const",
|
|
3291
|
+
value: [108, 105, 113, 117, 105, 100, 105, 116, 121, 95, 118, 97, 117, 108, 116]
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
kind: "account",
|
|
3295
|
+
path: "liab_bank"
|
|
3296
|
+
}
|
|
3297
|
+
]
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
name: "bank_insurance_vault",
|
|
3302
|
+
writable: true,
|
|
3303
|
+
pda: {
|
|
3304
|
+
seeds: [
|
|
3305
|
+
{
|
|
3306
|
+
kind: "const",
|
|
3307
|
+
value: [105, 110, 115, 117, 114, 97, 110, 99, 101, 95, 118, 97, 117, 108, 116]
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
kind: "account",
|
|
3311
|
+
path: "liab_bank"
|
|
3312
|
+
}
|
|
3313
|
+
]
|
|
3314
|
+
}
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
name: "token_program"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
args: [
|
|
3321
|
+
{
|
|
3322
|
+
name: "asset_amount",
|
|
3323
|
+
type: "u64"
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
name: "liquidatee_accounts",
|
|
3327
|
+
type: "u8"
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
name: "liquidator_accounts",
|
|
3331
|
+
type: "u8"
|
|
3332
|
+
}
|
|
3333
|
+
]
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
name: "lending_account_pulse_health",
|
|
3337
|
+
docs: [
|
|
3338
|
+
"(Permissionless) Refresh the internal risk engine health cache. Useful for liquidators and",
|
|
3339
|
+
"other consumers that want to see the internal risk state of a user account. This cache is",
|
|
3340
|
+
"read-only and serves no purpose except being populated by this ix.",
|
|
3341
|
+
"* remaining accounts expected in the same order as borrow, etc. I.e., for each balance the",
|
|
3342
|
+
"user has, pass bank and oracle: <bank1, oracle1, bank2, oracle2>"
|
|
3343
|
+
],
|
|
3344
|
+
discriminator: [186, 52, 117, 97, 34, 74, 39, 253],
|
|
3345
|
+
accounts: [
|
|
3346
|
+
{
|
|
3347
|
+
name: "marginfi_account",
|
|
3348
|
+
writable: true
|
|
3349
|
+
}
|
|
3350
|
+
],
|
|
3351
|
+
args: []
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
name: "lending_account_repay",
|
|
3355
|
+
docs: [
|
|
3356
|
+
"(account authority, or any signer during receivership) Repay borrowed assets. Accrues",
|
|
3357
|
+
"interest, records repayment, and transfers tokens to the bank's liquidity vault."
|
|
3358
|
+
],
|
|
3359
|
+
discriminator: [79, 209, 172, 177, 222, 51, 173, 151],
|
|
3360
|
+
accounts: [
|
|
3361
|
+
{
|
|
3362
|
+
name: "group",
|
|
3142
3363
|
relations: ["marginfi_account", "bank"]
|
|
3143
3364
|
},
|
|
3144
3365
|
{
|
|
@@ -3147,226 +3368,12 @@ var marginfi_0_1_7_default = {
|
|
|
3147
3368
|
},
|
|
3148
3369
|
{
|
|
3149
3370
|
name: "authority",
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
{
|
|
3157
|
-
name: "signer_token_account",
|
|
3158
|
-
writable: true
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
name: "liquidity_vault",
|
|
3162
|
-
writable: true,
|
|
3163
|
-
relations: ["bank"]
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
name: "token_program"
|
|
3167
|
-
}
|
|
3168
|
-
],
|
|
3169
|
-
args: [
|
|
3170
|
-
{
|
|
3171
|
-
name: "amount",
|
|
3172
|
-
type: "u64"
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
name: "deposit_up_to_limit",
|
|
3176
|
-
type: {
|
|
3177
|
-
option: "bool"
|
|
3178
|
-
}
|
|
3179
|
-
}
|
|
3180
|
-
]
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
name: "lending_account_end_flashloan",
|
|
3184
|
-
docs: ["(account authority) End a flash loan and run the health check."],
|
|
3185
|
-
discriminator: [105, 124, 201, 106, 153, 2, 8, 156],
|
|
3186
|
-
accounts: [
|
|
3187
|
-
{
|
|
3188
|
-
name: "marginfi_account",
|
|
3189
|
-
writable: true
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
name: "authority",
|
|
3193
|
-
signer: true,
|
|
3194
|
-
relations: ["marginfi_account"]
|
|
3195
|
-
}
|
|
3196
|
-
],
|
|
3197
|
-
args: []
|
|
3198
|
-
},
|
|
3199
|
-
{
|
|
3200
|
-
name: "lending_account_liquidate",
|
|
3201
|
-
docs: [
|
|
3202
|
-
"(permissionless) Liquidate a lending account balance of an unhealthy marginfi account.",
|
|
3203
|
-
"The liquidator takes on the liability and receives discounted collateral (2.5% liquidator",
|
|
3204
|
-
"fee + 2.5% insurance fee).",
|
|
3205
|
-
"* `asset_amount` - amount of collateral to liquidate",
|
|
3206
|
-
"* `liquidatee_accounts` - number of remaining accounts for the liquidatee",
|
|
3207
|
-
"* `liquidator_accounts` - number of remaining accounts for the liquidator"
|
|
3208
|
-
],
|
|
3209
|
-
discriminator: [214, 169, 151, 213, 251, 167, 86, 219],
|
|
3210
|
-
accounts: [
|
|
3211
|
-
{
|
|
3212
|
-
name: "group",
|
|
3213
|
-
relations: [
|
|
3214
|
-
"asset_bank",
|
|
3215
|
-
"liab_bank",
|
|
3216
|
-
"liquidator_marginfi_account",
|
|
3217
|
-
"liquidatee_marginfi_account"
|
|
3218
|
-
]
|
|
3219
|
-
},
|
|
3220
|
-
{
|
|
3221
|
-
name: "asset_bank",
|
|
3222
|
-
writable: true
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
name: "liab_bank",
|
|
3226
|
-
writable: true
|
|
3227
|
-
},
|
|
3228
|
-
{
|
|
3229
|
-
name: "liquidator_marginfi_account",
|
|
3230
|
-
writable: true
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
name: "authority",
|
|
3234
|
-
signer: true
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
name: "liquidatee_marginfi_account",
|
|
3238
|
-
writable: true
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
name: "bank_liquidity_vault_authority",
|
|
3242
|
-
pda: {
|
|
3243
|
-
seeds: [
|
|
3244
|
-
{
|
|
3245
|
-
kind: "const",
|
|
3246
|
-
value: [
|
|
3247
|
-
108,
|
|
3248
|
-
105,
|
|
3249
|
-
113,
|
|
3250
|
-
117,
|
|
3251
|
-
105,
|
|
3252
|
-
100,
|
|
3253
|
-
105,
|
|
3254
|
-
116,
|
|
3255
|
-
121,
|
|
3256
|
-
95,
|
|
3257
|
-
118,
|
|
3258
|
-
97,
|
|
3259
|
-
117,
|
|
3260
|
-
108,
|
|
3261
|
-
116,
|
|
3262
|
-
95,
|
|
3263
|
-
97,
|
|
3264
|
-
117,
|
|
3265
|
-
116,
|
|
3266
|
-
104
|
|
3267
|
-
]
|
|
3268
|
-
},
|
|
3269
|
-
{
|
|
3270
|
-
kind: "account",
|
|
3271
|
-
path: "liab_bank"
|
|
3272
|
-
}
|
|
3273
|
-
]
|
|
3274
|
-
}
|
|
3275
|
-
},
|
|
3276
|
-
{
|
|
3277
|
-
name: "bank_liquidity_vault",
|
|
3278
|
-
writable: true,
|
|
3279
|
-
pda: {
|
|
3280
|
-
seeds: [
|
|
3281
|
-
{
|
|
3282
|
-
kind: "const",
|
|
3283
|
-
value: [108, 105, 113, 117, 105, 100, 105, 116, 121, 95, 118, 97, 117, 108, 116]
|
|
3284
|
-
},
|
|
3285
|
-
{
|
|
3286
|
-
kind: "account",
|
|
3287
|
-
path: "liab_bank"
|
|
3288
|
-
}
|
|
3289
|
-
]
|
|
3290
|
-
}
|
|
3291
|
-
},
|
|
3292
|
-
{
|
|
3293
|
-
name: "bank_insurance_vault",
|
|
3294
|
-
writable: true,
|
|
3295
|
-
pda: {
|
|
3296
|
-
seeds: [
|
|
3297
|
-
{
|
|
3298
|
-
kind: "const",
|
|
3299
|
-
value: [105, 110, 115, 117, 114, 97, 110, 99, 101, 95, 118, 97, 117, 108, 116]
|
|
3300
|
-
},
|
|
3301
|
-
{
|
|
3302
|
-
kind: "account",
|
|
3303
|
-
path: "liab_bank"
|
|
3304
|
-
}
|
|
3305
|
-
]
|
|
3306
|
-
}
|
|
3307
|
-
},
|
|
3308
|
-
{
|
|
3309
|
-
name: "token_program"
|
|
3310
|
-
}
|
|
3311
|
-
],
|
|
3312
|
-
args: [
|
|
3313
|
-
{
|
|
3314
|
-
name: "asset_amount",
|
|
3315
|
-
type: "u64"
|
|
3316
|
-
},
|
|
3317
|
-
{
|
|
3318
|
-
name: "liquidatee_accounts",
|
|
3319
|
-
type: "u8"
|
|
3320
|
-
},
|
|
3321
|
-
{
|
|
3322
|
-
name: "liquidator_accounts",
|
|
3323
|
-
type: "u8"
|
|
3324
|
-
}
|
|
3325
|
-
]
|
|
3326
|
-
},
|
|
3327
|
-
{
|
|
3328
|
-
name: "lending_account_pulse_health",
|
|
3329
|
-
docs: [
|
|
3330
|
-
"(Permissionless) Refresh the internal risk engine health cache. Useful for liquidators and",
|
|
3331
|
-
"other consumers that want to see the internal risk state of a user account. This cache is",
|
|
3332
|
-
"read-only and serves no purpose except being populated by this ix.",
|
|
3333
|
-
"* remaining accounts expected in the same order as borrow, etc. I.e., for each balance the",
|
|
3334
|
-
"user has, pass bank and oracle: <bank1, oracle1, bank2, oracle2>"
|
|
3335
|
-
],
|
|
3336
|
-
discriminator: [186, 52, 117, 97, 34, 74, 39, 253],
|
|
3337
|
-
accounts: [
|
|
3338
|
-
{
|
|
3339
|
-
name: "marginfi_account",
|
|
3340
|
-
writable: true
|
|
3341
|
-
}
|
|
3342
|
-
],
|
|
3343
|
-
args: []
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
name: "lending_account_repay",
|
|
3347
|
-
docs: [
|
|
3348
|
-
"(account authority, or any signer during receivership) Repay borrowed assets. Accrues",
|
|
3349
|
-
"interest, records repayment, and transfers tokens to the bank's liquidity vault."
|
|
3350
|
-
],
|
|
3351
|
-
discriminator: [79, 209, 172, 177, 222, 51, 173, 151],
|
|
3352
|
-
accounts: [
|
|
3353
|
-
{
|
|
3354
|
-
name: "group",
|
|
3355
|
-
writable: true,
|
|
3356
|
-
relations: ["marginfi_account", "bank"]
|
|
3357
|
-
},
|
|
3358
|
-
{
|
|
3359
|
-
name: "marginfi_account",
|
|
3360
|
-
writable: true
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
name: "authority",
|
|
3364
|
-
docs: [
|
|
3365
|
-
"Must be marginfi_account's authority, unless in liquidation/deleverage receivership or order execution",
|
|
3366
|
-
"",
|
|
3367
|
-
"Note: during receivership and order execution, there are no signer checks whatsoever: any key can repay as",
|
|
3368
|
-
"long as the invariants checked at the end of execution are met."
|
|
3369
|
-
],
|
|
3371
|
+
docs: [
|
|
3372
|
+
"Must be marginfi_account's authority, unless in liquidation/deleverage receivership or order execution",
|
|
3373
|
+
"",
|
|
3374
|
+
"Note: during receivership and order execution, there are no signer checks whatsoever: any key can repay as",
|
|
3375
|
+
"long as the invariants checked at the end of execution are met."
|
|
3376
|
+
],
|
|
3370
3377
|
signer: true
|
|
3371
3378
|
},
|
|
3372
3379
|
{
|
|
@@ -3399,24 +3406,6 @@ var marginfi_0_1_7_default = {
|
|
|
3399
3406
|
}
|
|
3400
3407
|
]
|
|
3401
3408
|
},
|
|
3402
|
-
{
|
|
3403
|
-
name: "lending_account_settle_emissions",
|
|
3404
|
-
docs: [
|
|
3405
|
-
"(permissionless) Settle unclaimed emissions into a user's balance without withdrawing."
|
|
3406
|
-
],
|
|
3407
|
-
discriminator: [161, 58, 136, 174, 242, 223, 156, 176],
|
|
3408
|
-
accounts: [
|
|
3409
|
-
{
|
|
3410
|
-
name: "marginfi_account",
|
|
3411
|
-
writable: true
|
|
3412
|
-
},
|
|
3413
|
-
{
|
|
3414
|
-
name: "bank",
|
|
3415
|
-
writable: true
|
|
3416
|
-
}
|
|
3417
|
-
],
|
|
3418
|
-
args: []
|
|
3419
|
-
},
|
|
3420
3409
|
{
|
|
3421
3410
|
name: "lending_account_start_flashloan",
|
|
3422
3411
|
docs: [
|
|
@@ -3457,7 +3446,6 @@ var marginfi_0_1_7_default = {
|
|
|
3457
3446
|
accounts: [
|
|
3458
3447
|
{
|
|
3459
3448
|
name: "group",
|
|
3460
|
-
writable: true,
|
|
3461
3449
|
relations: ["marginfi_account", "bank"]
|
|
3462
3450
|
},
|
|
3463
3451
|
{
|
|
@@ -3540,253 +3528,6 @@ var marginfi_0_1_7_default = {
|
|
|
3540
3528
|
}
|
|
3541
3529
|
]
|
|
3542
3530
|
},
|
|
3543
|
-
{
|
|
3544
|
-
name: "lending_account_withdraw_emissions",
|
|
3545
|
-
docs: [
|
|
3546
|
-
"(account authority) Settle and withdraw emissions rewards to a destination token account."
|
|
3547
|
-
],
|
|
3548
|
-
discriminator: [234, 22, 84, 214, 118, 176, 140, 170],
|
|
3549
|
-
accounts: [
|
|
3550
|
-
{
|
|
3551
|
-
name: "group",
|
|
3552
|
-
relations: ["marginfi_account", "bank"]
|
|
3553
|
-
},
|
|
3554
|
-
{
|
|
3555
|
-
name: "marginfi_account",
|
|
3556
|
-
writable: true
|
|
3557
|
-
},
|
|
3558
|
-
{
|
|
3559
|
-
name: "authority",
|
|
3560
|
-
signer: true
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
name: "bank",
|
|
3564
|
-
writable: true
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
name: "emissions_mint",
|
|
3568
|
-
relations: ["bank"]
|
|
3569
|
-
},
|
|
3570
|
-
{
|
|
3571
|
-
name: "emissions_auth",
|
|
3572
|
-
pda: {
|
|
3573
|
-
seeds: [
|
|
3574
|
-
{
|
|
3575
|
-
kind: "const",
|
|
3576
|
-
value: [
|
|
3577
|
-
101,
|
|
3578
|
-
109,
|
|
3579
|
-
105,
|
|
3580
|
-
115,
|
|
3581
|
-
115,
|
|
3582
|
-
105,
|
|
3583
|
-
111,
|
|
3584
|
-
110,
|
|
3585
|
-
115,
|
|
3586
|
-
95,
|
|
3587
|
-
97,
|
|
3588
|
-
117,
|
|
3589
|
-
116,
|
|
3590
|
-
104,
|
|
3591
|
-
95,
|
|
3592
|
-
115,
|
|
3593
|
-
101,
|
|
3594
|
-
101,
|
|
3595
|
-
100
|
|
3596
|
-
]
|
|
3597
|
-
},
|
|
3598
|
-
{
|
|
3599
|
-
kind: "account",
|
|
3600
|
-
path: "bank"
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
kind: "account",
|
|
3604
|
-
path: "emissions_mint"
|
|
3605
|
-
}
|
|
3606
|
-
]
|
|
3607
|
-
}
|
|
3608
|
-
},
|
|
3609
|
-
{
|
|
3610
|
-
name: "emissions_vault",
|
|
3611
|
-
writable: true,
|
|
3612
|
-
pda: {
|
|
3613
|
-
seeds: [
|
|
3614
|
-
{
|
|
3615
|
-
kind: "const",
|
|
3616
|
-
value: [
|
|
3617
|
-
101,
|
|
3618
|
-
109,
|
|
3619
|
-
105,
|
|
3620
|
-
115,
|
|
3621
|
-
115,
|
|
3622
|
-
105,
|
|
3623
|
-
111,
|
|
3624
|
-
110,
|
|
3625
|
-
115,
|
|
3626
|
-
95,
|
|
3627
|
-
116,
|
|
3628
|
-
111,
|
|
3629
|
-
107,
|
|
3630
|
-
101,
|
|
3631
|
-
110,
|
|
3632
|
-
95,
|
|
3633
|
-
97,
|
|
3634
|
-
99,
|
|
3635
|
-
99,
|
|
3636
|
-
111,
|
|
3637
|
-
117,
|
|
3638
|
-
110,
|
|
3639
|
-
116,
|
|
3640
|
-
95,
|
|
3641
|
-
115,
|
|
3642
|
-
101,
|
|
3643
|
-
101,
|
|
3644
|
-
100
|
|
3645
|
-
]
|
|
3646
|
-
},
|
|
3647
|
-
{
|
|
3648
|
-
kind: "account",
|
|
3649
|
-
path: "bank"
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
kind: "account",
|
|
3653
|
-
path: "emissions_mint"
|
|
3654
|
-
}
|
|
3655
|
-
]
|
|
3656
|
-
}
|
|
3657
|
-
},
|
|
3658
|
-
{
|
|
3659
|
-
name: "destination_account",
|
|
3660
|
-
writable: true
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
name: "token_program"
|
|
3664
|
-
}
|
|
3665
|
-
],
|
|
3666
|
-
args: []
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
name: "lending_account_withdraw_emissions_permissionless",
|
|
3670
|
-
docs: [
|
|
3671
|
-
"(permissionless) Withdraw emissions to the user's pre-configured emissions destination ATA."
|
|
3672
|
-
],
|
|
3673
|
-
discriminator: [4, 174, 124, 203, 44, 49, 145, 150],
|
|
3674
|
-
accounts: [
|
|
3675
|
-
{
|
|
3676
|
-
name: "group",
|
|
3677
|
-
relations: ["marginfi_account", "bank"]
|
|
3678
|
-
},
|
|
3679
|
-
{
|
|
3680
|
-
name: "marginfi_account",
|
|
3681
|
-
writable: true
|
|
3682
|
-
},
|
|
3683
|
-
{
|
|
3684
|
-
name: "bank",
|
|
3685
|
-
writable: true
|
|
3686
|
-
},
|
|
3687
|
-
{
|
|
3688
|
-
name: "emissions_mint",
|
|
3689
|
-
relations: ["bank"]
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
name: "emissions_auth",
|
|
3693
|
-
pda: {
|
|
3694
|
-
seeds: [
|
|
3695
|
-
{
|
|
3696
|
-
kind: "const",
|
|
3697
|
-
value: [
|
|
3698
|
-
101,
|
|
3699
|
-
109,
|
|
3700
|
-
105,
|
|
3701
|
-
115,
|
|
3702
|
-
115,
|
|
3703
|
-
105,
|
|
3704
|
-
111,
|
|
3705
|
-
110,
|
|
3706
|
-
115,
|
|
3707
|
-
95,
|
|
3708
|
-
97,
|
|
3709
|
-
117,
|
|
3710
|
-
116,
|
|
3711
|
-
104,
|
|
3712
|
-
95,
|
|
3713
|
-
115,
|
|
3714
|
-
101,
|
|
3715
|
-
101,
|
|
3716
|
-
100
|
|
3717
|
-
]
|
|
3718
|
-
},
|
|
3719
|
-
{
|
|
3720
|
-
kind: "account",
|
|
3721
|
-
path: "bank"
|
|
3722
|
-
},
|
|
3723
|
-
{
|
|
3724
|
-
kind: "account",
|
|
3725
|
-
path: "emissions_mint"
|
|
3726
|
-
}
|
|
3727
|
-
]
|
|
3728
|
-
}
|
|
3729
|
-
},
|
|
3730
|
-
{
|
|
3731
|
-
name: "emissions_vault",
|
|
3732
|
-
writable: true,
|
|
3733
|
-
pda: {
|
|
3734
|
-
seeds: [
|
|
3735
|
-
{
|
|
3736
|
-
kind: "const",
|
|
3737
|
-
value: [
|
|
3738
|
-
101,
|
|
3739
|
-
109,
|
|
3740
|
-
105,
|
|
3741
|
-
115,
|
|
3742
|
-
115,
|
|
3743
|
-
105,
|
|
3744
|
-
111,
|
|
3745
|
-
110,
|
|
3746
|
-
115,
|
|
3747
|
-
95,
|
|
3748
|
-
116,
|
|
3749
|
-
111,
|
|
3750
|
-
107,
|
|
3751
|
-
101,
|
|
3752
|
-
110,
|
|
3753
|
-
95,
|
|
3754
|
-
97,
|
|
3755
|
-
99,
|
|
3756
|
-
99,
|
|
3757
|
-
111,
|
|
3758
|
-
117,
|
|
3759
|
-
110,
|
|
3760
|
-
116,
|
|
3761
|
-
95,
|
|
3762
|
-
115,
|
|
3763
|
-
101,
|
|
3764
|
-
101,
|
|
3765
|
-
100
|
|
3766
|
-
]
|
|
3767
|
-
},
|
|
3768
|
-
{
|
|
3769
|
-
kind: "account",
|
|
3770
|
-
path: "bank"
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
kind: "account",
|
|
3774
|
-
path: "emissions_mint"
|
|
3775
|
-
}
|
|
3776
|
-
]
|
|
3777
|
-
}
|
|
3778
|
-
},
|
|
3779
|
-
{
|
|
3780
|
-
name: "destination_account",
|
|
3781
|
-
docs: ["registered on `marginfi_account`"],
|
|
3782
|
-
writable: true
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
name: "token_program"
|
|
3786
|
-
}
|
|
3787
|
-
],
|
|
3788
|
-
args: []
|
|
3789
|
-
},
|
|
3790
3531
|
{
|
|
3791
3532
|
name: "lending_pool_accrue_bank_interest",
|
|
3792
3533
|
docs: [
|
|
@@ -6188,7 +5929,6 @@ var marginfi_0_1_7_default = {
|
|
|
6188
5929
|
accounts: [
|
|
6189
5930
|
{
|
|
6190
5931
|
name: "group",
|
|
6191
|
-
writable: true,
|
|
6192
5932
|
relations: ["bank"]
|
|
6193
5933
|
},
|
|
6194
5934
|
{
|
|
@@ -6199,50 +5939,17 @@ var marginfi_0_1_7_default = {
|
|
|
6199
5939
|
args: []
|
|
6200
5940
|
},
|
|
6201
5941
|
{
|
|
6202
|
-
name: "
|
|
6203
|
-
docs: [
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
{
|
|
6207
|
-
name: "group",
|
|
6208
|
-
relations: ["bank"]
|
|
6209
|
-
},
|
|
6210
|
-
{
|
|
6211
|
-
name: "admin",
|
|
6212
|
-
signer: true,
|
|
6213
|
-
relations: ["group"]
|
|
6214
|
-
},
|
|
6215
|
-
{
|
|
6216
|
-
name: "bank",
|
|
6217
|
-
writable: true
|
|
6218
|
-
}
|
|
5942
|
+
name: "lending_pool_reclaim_emissions_vault",
|
|
5943
|
+
docs: [
|
|
5944
|
+
"(permissionless) Reclaim all remaining tokens from the emissions vault",
|
|
5945
|
+
"to the global fee wallet ATA, and disable emissions on the bank."
|
|
6219
5946
|
],
|
|
6220
|
-
|
|
6221
|
-
{
|
|
6222
|
-
name: "price",
|
|
6223
|
-
type: {
|
|
6224
|
-
defined: {
|
|
6225
|
-
name: "WrappedI80F48"
|
|
6226
|
-
}
|
|
6227
|
-
}
|
|
6228
|
-
}
|
|
6229
|
-
]
|
|
6230
|
-
},
|
|
6231
|
-
{
|
|
6232
|
-
name: "lending_pool_setup_emissions",
|
|
6233
|
-
docs: ["(delegate_emissions_admin only)"],
|
|
6234
|
-
discriminator: [206, 97, 120, 172, 113, 204, 169, 70],
|
|
5947
|
+
discriminator: [206, 67, 186, 225, 41, 30, 95, 216],
|
|
6235
5948
|
accounts: [
|
|
6236
5949
|
{
|
|
6237
5950
|
name: "group",
|
|
6238
5951
|
relations: ["bank"]
|
|
6239
5952
|
},
|
|
6240
|
-
{
|
|
6241
|
-
name: "delegate_emissions_admin",
|
|
6242
|
-
writable: true,
|
|
6243
|
-
signer: true,
|
|
6244
|
-
relations: ["group"]
|
|
6245
|
-
},
|
|
6246
5953
|
{
|
|
6247
5954
|
name: "bank",
|
|
6248
5955
|
writable: true
|
|
@@ -6290,106 +5997,7 @@ var marginfi_0_1_7_default = {
|
|
|
6290
5997
|
}
|
|
6291
5998
|
},
|
|
6292
5999
|
{
|
|
6293
|
-
name: "
|
|
6294
|
-
writable: true,
|
|
6295
|
-
pda: {
|
|
6296
|
-
seeds: [
|
|
6297
|
-
{
|
|
6298
|
-
kind: "const",
|
|
6299
|
-
value: [
|
|
6300
|
-
101,
|
|
6301
|
-
109,
|
|
6302
|
-
105,
|
|
6303
|
-
115,
|
|
6304
|
-
115,
|
|
6305
|
-
105,
|
|
6306
|
-
111,
|
|
6307
|
-
110,
|
|
6308
|
-
115,
|
|
6309
|
-
95,
|
|
6310
|
-
116,
|
|
6311
|
-
111,
|
|
6312
|
-
107,
|
|
6313
|
-
101,
|
|
6314
|
-
110,
|
|
6315
|
-
95,
|
|
6316
|
-
97,
|
|
6317
|
-
99,
|
|
6318
|
-
99,
|
|
6319
|
-
111,
|
|
6320
|
-
117,
|
|
6321
|
-
110,
|
|
6322
|
-
116,
|
|
6323
|
-
95,
|
|
6324
|
-
115,
|
|
6325
|
-
101,
|
|
6326
|
-
101,
|
|
6327
|
-
100
|
|
6328
|
-
]
|
|
6329
|
-
},
|
|
6330
|
-
{
|
|
6331
|
-
kind: "account",
|
|
6332
|
-
path: "bank"
|
|
6333
|
-
},
|
|
6334
|
-
{
|
|
6335
|
-
kind: "account",
|
|
6336
|
-
path: "emissions_mint"
|
|
6337
|
-
}
|
|
6338
|
-
]
|
|
6339
|
-
}
|
|
6340
|
-
},
|
|
6341
|
-
{
|
|
6342
|
-
name: "emissions_funding_account",
|
|
6343
|
-
docs: ["NOTE: This is a TokenAccount, spl transfer will validate it.", ""],
|
|
6344
|
-
writable: true
|
|
6345
|
-
},
|
|
6346
|
-
{
|
|
6347
|
-
name: "token_program"
|
|
6348
|
-
},
|
|
6349
|
-
{
|
|
6350
|
-
name: "system_program",
|
|
6351
|
-
address: "11111111111111111111111111111111"
|
|
6352
|
-
}
|
|
6353
|
-
],
|
|
6354
|
-
args: [
|
|
6355
|
-
{
|
|
6356
|
-
name: "flags",
|
|
6357
|
-
type: "u64"
|
|
6358
|
-
},
|
|
6359
|
-
{
|
|
6360
|
-
name: "rate",
|
|
6361
|
-
type: "u64"
|
|
6362
|
-
},
|
|
6363
|
-
{
|
|
6364
|
-
name: "total_emissions",
|
|
6365
|
-
type: "u64"
|
|
6366
|
-
}
|
|
6367
|
-
]
|
|
6368
|
-
},
|
|
6369
|
-
{
|
|
6370
|
-
name: "lending_pool_update_emissions_parameters",
|
|
6371
|
-
docs: ["(delegate_emissions_admin only)"],
|
|
6372
|
-
discriminator: [55, 213, 224, 168, 153, 53, 197, 40],
|
|
6373
|
-
accounts: [
|
|
6374
|
-
{
|
|
6375
|
-
name: "group",
|
|
6376
|
-
relations: ["bank"]
|
|
6377
|
-
},
|
|
6378
|
-
{
|
|
6379
|
-
name: "delegate_emissions_admin",
|
|
6380
|
-
writable: true,
|
|
6381
|
-
signer: true,
|
|
6382
|
-
relations: ["group"]
|
|
6383
|
-
},
|
|
6384
|
-
{
|
|
6385
|
-
name: "bank",
|
|
6386
|
-
writable: true
|
|
6387
|
-
},
|
|
6388
|
-
{
|
|
6389
|
-
name: "emissions_mint"
|
|
6390
|
-
},
|
|
6391
|
-
{
|
|
6392
|
-
name: "emissions_token_account",
|
|
6000
|
+
name: "emissions_vault",
|
|
6393
6001
|
writable: true,
|
|
6394
6002
|
pda: {
|
|
6395
6003
|
seeds: [
|
|
@@ -6438,30 +6046,53 @@ var marginfi_0_1_7_default = {
|
|
|
6438
6046
|
}
|
|
6439
6047
|
},
|
|
6440
6048
|
{
|
|
6441
|
-
name: "
|
|
6049
|
+
name: "fee_state",
|
|
6050
|
+
pda: {
|
|
6051
|
+
seeds: [
|
|
6052
|
+
{
|
|
6053
|
+
kind: "const",
|
|
6054
|
+
value: [102, 101, 101, 115, 116, 97, 116, 101]
|
|
6055
|
+
}
|
|
6056
|
+
]
|
|
6057
|
+
}
|
|
6058
|
+
},
|
|
6059
|
+
{
|
|
6060
|
+
name: "destination_account",
|
|
6061
|
+
docs: ["emissions mint (validated in handler)."],
|
|
6442
6062
|
writable: true
|
|
6443
6063
|
},
|
|
6444
6064
|
{
|
|
6445
6065
|
name: "token_program"
|
|
6446
6066
|
}
|
|
6447
6067
|
],
|
|
6448
|
-
args: [
|
|
6068
|
+
args: []
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
name: "lending_pool_set_fixed_oracle_price",
|
|
6072
|
+
docs: ["(admin only)"],
|
|
6073
|
+
discriminator: [28, 126, 127, 127, 60, 37, 211, 125],
|
|
6074
|
+
accounts: [
|
|
6449
6075
|
{
|
|
6450
|
-
name: "
|
|
6451
|
-
|
|
6452
|
-
option: "u64"
|
|
6453
|
-
}
|
|
6076
|
+
name: "group",
|
|
6077
|
+
relations: ["bank"]
|
|
6454
6078
|
},
|
|
6455
6079
|
{
|
|
6456
|
-
name: "
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
}
|
|
6080
|
+
name: "admin",
|
|
6081
|
+
signer: true,
|
|
6082
|
+
relations: ["group"]
|
|
6460
6083
|
},
|
|
6461
6084
|
{
|
|
6462
|
-
name: "
|
|
6085
|
+
name: "bank",
|
|
6086
|
+
writable: true
|
|
6087
|
+
}
|
|
6088
|
+
],
|
|
6089
|
+
args: [
|
|
6090
|
+
{
|
|
6091
|
+
name: "price",
|
|
6463
6092
|
type: {
|
|
6464
|
-
|
|
6093
|
+
defined: {
|
|
6094
|
+
name: "WrappedI80F48"
|
|
6095
|
+
}
|
|
6465
6096
|
}
|
|
6466
6097
|
}
|
|
6467
6098
|
]
|
|
@@ -6971,7 +6602,7 @@ var marginfi_0_1_7_default = {
|
|
|
6971
6602
|
name: "marginfi_account_keeper_close_order",
|
|
6972
6603
|
docs: [
|
|
6973
6604
|
"(permissionless keeper) Close an existing Order after the user account was closed, or it no",
|
|
6974
|
-
"longer
|
|
6605
|
+
"longer has the associated positions, or the user has executed",
|
|
6975
6606
|
"`marginfi_account_set_keeper_close_flags`. Keeper keeps the rent."
|
|
6976
6607
|
],
|
|
6977
6608
|
discriminator: [128, 114, 71, 46, 194, 71, 186, 106],
|
|
@@ -7197,8 +6828,7 @@ var marginfi_0_1_7_default = {
|
|
|
7197
6828
|
{
|
|
7198
6829
|
name: "marginfi_account_update_emissions_destination_account",
|
|
7199
6830
|
docs: [
|
|
7200
|
-
"(account authority) Set the wallet whose canonical ATA will receive
|
|
7201
|
-
"withdrawals."
|
|
6831
|
+
"(account authority) Set the wallet whose canonical ATA will receive off-chain emissions."
|
|
7202
6832
|
],
|
|
7203
6833
|
discriminator: [73, 185, 162, 201, 111, 24, 116, 185],
|
|
7204
6834
|
accounts: [
|
|
@@ -7208,12 +6838,11 @@ var marginfi_0_1_7_default = {
|
|
|
7208
6838
|
},
|
|
7209
6839
|
{
|
|
7210
6840
|
name: "authority",
|
|
7211
|
-
signer: true
|
|
7212
|
-
relations: ["marginfi_account"]
|
|
6841
|
+
signer: true
|
|
7213
6842
|
},
|
|
7214
6843
|
{
|
|
7215
6844
|
name: "destination_account",
|
|
7216
|
-
docs: ["
|
|
6845
|
+
docs: ["the canonical ATA for each emissions mint."]
|
|
7217
6846
|
}
|
|
7218
6847
|
],
|
|
7219
6848
|
args: []
|
|
@@ -7262,6 +6891,12 @@ var marginfi_0_1_7_default = {
|
|
|
7262
6891
|
option: "pubkey"
|
|
7263
6892
|
}
|
|
7264
6893
|
},
|
|
6894
|
+
{
|
|
6895
|
+
name: "new_flow_admin",
|
|
6896
|
+
type: {
|
|
6897
|
+
option: "pubkey"
|
|
6898
|
+
}
|
|
6899
|
+
},
|
|
7265
6900
|
{
|
|
7266
6901
|
name: "new_emissions_admin",
|
|
7267
6902
|
type: {
|
|
@@ -7510,7 +7145,6 @@ var marginfi_0_1_7_default = {
|
|
|
7510
7145
|
accounts: [
|
|
7511
7146
|
{
|
|
7512
7147
|
name: "group",
|
|
7513
|
-
writable: true,
|
|
7514
7148
|
relations: ["marginfi_account", "bank"]
|
|
7515
7149
|
},
|
|
7516
7150
|
{
|
|
@@ -7832,7 +7466,6 @@ var marginfi_0_1_7_default = {
|
|
|
7832
7466
|
accounts: [
|
|
7833
7467
|
{
|
|
7834
7468
|
name: "group",
|
|
7835
|
-
writable: true,
|
|
7836
7469
|
relations: ["marginfi_account", "bank"]
|
|
7837
7470
|
},
|
|
7838
7471
|
{
|
|
@@ -8172,6 +7805,91 @@ var marginfi_0_1_7_default = {
|
|
|
8172
7805
|
}
|
|
8173
7806
|
]
|
|
8174
7807
|
},
|
|
7808
|
+
{
|
|
7809
|
+
name: "update_deleverage_withdrawals",
|
|
7810
|
+
docs: [
|
|
7811
|
+
"(delegate_flow_admin only) Update the deleverage daily withdraw outflow with",
|
|
7812
|
+
"aggregated data. The delegate flow admin aggregates",
|
|
7813
|
+
"`DeleverageWithdrawFlowEvent` events off-chain and calls this instruction at intervals."
|
|
7814
|
+
],
|
|
7815
|
+
discriminator: [56, 3, 181, 118, 27, 247, 207, 227],
|
|
7816
|
+
accounts: [
|
|
7817
|
+
{
|
|
7818
|
+
name: "marginfi_group",
|
|
7819
|
+
writable: true
|
|
7820
|
+
},
|
|
7821
|
+
{
|
|
7822
|
+
name: "delegate_flow_admin",
|
|
7823
|
+
signer: true,
|
|
7824
|
+
relations: ["marginfi_group"]
|
|
7825
|
+
}
|
|
7826
|
+
],
|
|
7827
|
+
args: [
|
|
7828
|
+
{
|
|
7829
|
+
name: "outflow_usd",
|
|
7830
|
+
type: "u32"
|
|
7831
|
+
},
|
|
7832
|
+
{
|
|
7833
|
+
name: "update_seq",
|
|
7834
|
+
type: "u64"
|
|
7835
|
+
},
|
|
7836
|
+
{
|
|
7837
|
+
name: "event_start_slot",
|
|
7838
|
+
type: "u64"
|
|
7839
|
+
},
|
|
7840
|
+
{
|
|
7841
|
+
name: "event_end_slot",
|
|
7842
|
+
type: "u64"
|
|
7843
|
+
}
|
|
7844
|
+
]
|
|
7845
|
+
},
|
|
7846
|
+
{
|
|
7847
|
+
name: "update_group_rate_limiter",
|
|
7848
|
+
docs: [
|
|
7849
|
+
"(delegate_flow_admin only) Update the group rate limiter with aggregated",
|
|
7850
|
+
"inflow/outflow. The delegate flow admin aggregates",
|
|
7851
|
+
"`RateLimitFlowEvent` events off-chain, converts to USD, and calls this instruction at",
|
|
7852
|
+
"intervals to update group rate limiter state."
|
|
7853
|
+
],
|
|
7854
|
+
discriminator: [23, 78, 60, 139, 187, 44, 129, 37],
|
|
7855
|
+
accounts: [
|
|
7856
|
+
{
|
|
7857
|
+
name: "marginfi_group",
|
|
7858
|
+
writable: true
|
|
7859
|
+
},
|
|
7860
|
+
{
|
|
7861
|
+
name: "delegate_flow_admin",
|
|
7862
|
+
signer: true,
|
|
7863
|
+
relations: ["marginfi_group"]
|
|
7864
|
+
}
|
|
7865
|
+
],
|
|
7866
|
+
args: [
|
|
7867
|
+
{
|
|
7868
|
+
name: "outflow_usd",
|
|
7869
|
+
type: {
|
|
7870
|
+
option: "u64"
|
|
7871
|
+
}
|
|
7872
|
+
},
|
|
7873
|
+
{
|
|
7874
|
+
name: "inflow_usd",
|
|
7875
|
+
type: {
|
|
7876
|
+
option: "u64"
|
|
7877
|
+
}
|
|
7878
|
+
},
|
|
7879
|
+
{
|
|
7880
|
+
name: "update_seq",
|
|
7881
|
+
type: "u64"
|
|
7882
|
+
},
|
|
7883
|
+
{
|
|
7884
|
+
name: "event_start_slot",
|
|
7885
|
+
type: "u64"
|
|
7886
|
+
},
|
|
7887
|
+
{
|
|
7888
|
+
name: "event_end_slot",
|
|
7889
|
+
type: "u64"
|
|
7890
|
+
}
|
|
7891
|
+
]
|
|
7892
|
+
},
|
|
8175
7893
|
{
|
|
8176
7894
|
name: "write_bank_metadata",
|
|
8177
7895
|
docs: [
|
|
@@ -8282,6 +8000,10 @@ var marginfi_0_1_7_default = {
|
|
|
8282
8000
|
name: "DeleverageEvent",
|
|
8283
8001
|
discriminator: [161, 8, 108, 204, 209, 198, 12, 30]
|
|
8284
8002
|
},
|
|
8003
|
+
{
|
|
8004
|
+
name: "DeleverageWithdrawFlowEvent",
|
|
8005
|
+
discriminator: [109, 90, 139, 200, 10, 204, 84, 176]
|
|
8006
|
+
},
|
|
8285
8007
|
{
|
|
8286
8008
|
name: "EditStakedSettingsEvent",
|
|
8287
8009
|
discriminator: [29, 58, 155, 191, 75, 220, 145, 206]
|
|
@@ -8378,6 +8100,10 @@ var marginfi_0_1_7_default = {
|
|
|
8378
8100
|
name: "MarginfiGroupCreateEvent",
|
|
8379
8101
|
discriminator: [233, 125, 61, 14, 98, 240, 136, 253]
|
|
8380
8102
|
},
|
|
8103
|
+
{
|
|
8104
|
+
name: "RateLimitFlowEvent",
|
|
8105
|
+
discriminator: [229, 5, 73, 200, 0, 107, 105, 109]
|
|
8106
|
+
},
|
|
8381
8107
|
{
|
|
8382
8108
|
name: "SetKeeperCloseFlagsEvent",
|
|
8383
8109
|
discriminator: [193, 230, 93, 128, 117, 87, 96, 21]
|
|
@@ -8984,6 +8710,66 @@ var marginfi_0_1_7_default = {
|
|
|
8984
8710
|
name: "InvalidRateLimitPrice",
|
|
8985
8711
|
msg: "Invalid rate limit price: pass oracle or pre-crank cache"
|
|
8986
8712
|
},
|
|
8713
|
+
{
|
|
8714
|
+
code: 6120,
|
|
8715
|
+
name: "GroupRateLimiterUpdateEmpty",
|
|
8716
|
+
msg: "Group rate limiter admin update must include inflow and/or outflow"
|
|
8717
|
+
},
|
|
8718
|
+
{
|
|
8719
|
+
code: 6121,
|
|
8720
|
+
name: "GroupRateLimiterUpdateInvalidSlotRange",
|
|
8721
|
+
msg: "Group rate limiter admin update slot range is invalid"
|
|
8722
|
+
},
|
|
8723
|
+
{
|
|
8724
|
+
code: 6122,
|
|
8725
|
+
name: "GroupRateLimiterUpdateFutureSlot",
|
|
8726
|
+
msg: "Group rate limiter admin update cannot reference future slots"
|
|
8727
|
+
},
|
|
8728
|
+
{
|
|
8729
|
+
code: 6123,
|
|
8730
|
+
name: "GroupRateLimiterUpdateStale",
|
|
8731
|
+
msg: "Group rate limiter admin update is too stale"
|
|
8732
|
+
},
|
|
8733
|
+
{
|
|
8734
|
+
code: 6124,
|
|
8735
|
+
name: "GroupRateLimiterUpdateOutOfOrderSlot",
|
|
8736
|
+
msg: "Group rate limiter admin update slot progression is out of order"
|
|
8737
|
+
},
|
|
8738
|
+
{
|
|
8739
|
+
code: 6125,
|
|
8740
|
+
name: "GroupRateLimiterUpdateOutOfOrderSeq",
|
|
8741
|
+
msg: "Group rate limiter admin update sequence is out of order"
|
|
8742
|
+
},
|
|
8743
|
+
{
|
|
8744
|
+
code: 6126,
|
|
8745
|
+
name: "DeleverageWithdrawalUpdateEmpty",
|
|
8746
|
+
msg: "Deleverage withdrawal admin update must include outflow"
|
|
8747
|
+
},
|
|
8748
|
+
{
|
|
8749
|
+
code: 6127,
|
|
8750
|
+
name: "DeleverageWithdrawalUpdateInvalidSlotRange",
|
|
8751
|
+
msg: "Deleverage withdrawal admin update slot range is invalid"
|
|
8752
|
+
},
|
|
8753
|
+
{
|
|
8754
|
+
code: 6128,
|
|
8755
|
+
name: "DeleverageWithdrawalUpdateFutureSlot",
|
|
8756
|
+
msg: "Deleverage withdrawal admin update cannot reference future slots"
|
|
8757
|
+
},
|
|
8758
|
+
{
|
|
8759
|
+
code: 6129,
|
|
8760
|
+
name: "DeleverageWithdrawalUpdateStale",
|
|
8761
|
+
msg: "Deleverage withdrawal admin update is too stale"
|
|
8762
|
+
},
|
|
8763
|
+
{
|
|
8764
|
+
code: 6130,
|
|
8765
|
+
name: "DeleverageWithdrawalUpdateOutOfOrderSlot",
|
|
8766
|
+
msg: "Deleverage withdrawal admin update slot progression is out of order"
|
|
8767
|
+
},
|
|
8768
|
+
{
|
|
8769
|
+
code: 6131,
|
|
8770
|
+
name: "DeleverageWithdrawalUpdateOutOfOrderSeq",
|
|
8771
|
+
msg: "Deleverage withdrawal admin update sequence is out of order"
|
|
8772
|
+
},
|
|
8987
8773
|
{
|
|
8988
8774
|
code: 6200,
|
|
8989
8775
|
name: "WrongAssetTagForStandardInstructions",
|
|
@@ -9789,7 +9575,7 @@ var marginfi_0_1_7_default = {
|
|
|
9789
9575
|
{
|
|
9790
9576
|
name: "_pad_0",
|
|
9791
9577
|
type: {
|
|
9792
|
-
array: ["u8",
|
|
9578
|
+
array: ["u8", 16]
|
|
9793
9579
|
}
|
|
9794
9580
|
},
|
|
9795
9581
|
{
|
|
@@ -9907,8 +9693,10 @@ var marginfi_0_1_7_default = {
|
|
|
9907
9693
|
"Liquidate as an additional safeguard, if the liquidation prices stored here were to be",
|
|
9908
9694
|
"edited between start and end, it would completely break the risk engine. End validates that",
|
|
9909
9695
|
"the lock is set, panics if not, and removes it - which prevents footguns if the cache was",
|
|
9910
|
-
"e.g. accidently set to default. The lock is also removed when a Balance is closed
|
|
9911
|
-
"repay_all or
|
|
9696
|
+
"e.g. accidently set to default. The lock is also removed when a Balance is closed via",
|
|
9697
|
+
"withdraw_all, repay_all, or close_balance, but only when the account has",
|
|
9698
|
+
"ACCOUNT_IN_RECEIVERSHIP set, so that operations on unrelated accounts sharing the same",
|
|
9699
|
+
"bank do not interfere with an in-progress liquidation."
|
|
9912
9700
|
],
|
|
9913
9701
|
type: "u8"
|
|
9914
9702
|
},
|
|
@@ -10551,16 +10339,6 @@ var marginfi_0_1_7_default = {
|
|
|
10551
10339
|
name: "RateLimitWindow"
|
|
10552
10340
|
}
|
|
10553
10341
|
}
|
|
10554
|
-
},
|
|
10555
|
-
{
|
|
10556
|
-
name: "untracked_inflow",
|
|
10557
|
-
docs: [
|
|
10558
|
-
"Native token inflows pending USD conversion for group rate limiter.",
|
|
10559
|
-
"When deposits/repays occur without a valid oracle price, the amount is",
|
|
10560
|
-
"recorded here and later applied to the group rate limiter when a valid",
|
|
10561
|
-
"price becomes available (e.g., during pulse_bank_price_cache or outflow operations)."
|
|
10562
|
-
],
|
|
10563
|
-
type: "i64"
|
|
10564
10342
|
}
|
|
10565
10343
|
]
|
|
10566
10344
|
}
|
|
@@ -10589,6 +10367,41 @@ var marginfi_0_1_7_default = {
|
|
|
10589
10367
|
]
|
|
10590
10368
|
}
|
|
10591
10369
|
},
|
|
10370
|
+
{
|
|
10371
|
+
name: "DeleverageWithdrawFlowEvent",
|
|
10372
|
+
docs: [
|
|
10373
|
+
"Emitted for deleverage-only withdraw outflows.",
|
|
10374
|
+
"The delegate flow admin aggregates these off-chain and",
|
|
10375
|
+
"updates the deleverage daily withdraws via `update_deleverage_withdrawals`."
|
|
10376
|
+
],
|
|
10377
|
+
type: {
|
|
10378
|
+
kind: "struct",
|
|
10379
|
+
fields: [
|
|
10380
|
+
{
|
|
10381
|
+
name: "group",
|
|
10382
|
+
type: "pubkey"
|
|
10383
|
+
},
|
|
10384
|
+
{
|
|
10385
|
+
name: "bank",
|
|
10386
|
+
type: "pubkey"
|
|
10387
|
+
},
|
|
10388
|
+
{
|
|
10389
|
+
name: "mint",
|
|
10390
|
+
type: "pubkey"
|
|
10391
|
+
},
|
|
10392
|
+
{
|
|
10393
|
+
name: "outflow_usd",
|
|
10394
|
+
docs: ["Equity-denominated outflow value in USD, rounded to integer."],
|
|
10395
|
+
type: "u32"
|
|
10396
|
+
},
|
|
10397
|
+
{
|
|
10398
|
+
name: "current_timestamp",
|
|
10399
|
+
docs: ["Unix timestamp when the flow was recorded"],
|
|
10400
|
+
type: "i64"
|
|
10401
|
+
}
|
|
10402
|
+
]
|
|
10403
|
+
}
|
|
10404
|
+
},
|
|
10592
10405
|
{
|
|
10593
10406
|
name: "DriftConfigCompact",
|
|
10594
10407
|
docs: [
|
|
@@ -11897,7 +11710,7 @@ var marginfi_0_1_7_default = {
|
|
|
11897
11710
|
"(i.e. no implicit padding). This is important because `Pubkey` has alignment=1 while `u64`",
|
|
11898
11711
|
"has alignment=8; using plain `repr(C)` would insert padding before the first `u64`."
|
|
11899
11712
|
],
|
|
11900
|
-
serialization: "
|
|
11713
|
+
serialization: "bytemuck",
|
|
11901
11714
|
repr: {
|
|
11902
11715
|
kind: "c",
|
|
11903
11716
|
packed: true
|
|
@@ -12744,12 +12557,7 @@ var marginfi_0_1_7_default = {
|
|
|
12744
12557
|
},
|
|
12745
12558
|
{
|
|
12746
12559
|
name: "emissions_destination_account",
|
|
12747
|
-
docs: [
|
|
12748
|
-
"Set with `update_emissions_destination_account`. Emissions rewards can be withdrawn to the",
|
|
12749
|
-
"canonical ATA of this wallet without the user's input (withdraw_emissions_permissionless).",
|
|
12750
|
-
"If pubkey default, the user has not opted into this feature, and must claim emissions",
|
|
12751
|
-
"manually (withdraw_emissions)."
|
|
12752
|
-
],
|
|
12560
|
+
docs: ["Wallet whose canonical ATA receives off-chain emissions distributions."],
|
|
12753
12561
|
type: "pubkey"
|
|
12754
12562
|
},
|
|
12755
12563
|
{
|
|
@@ -13022,7 +12830,7 @@ var marginfi_0_1_7_default = {
|
|
|
13022
12830
|
name: "emode_admin",
|
|
13023
12831
|
docs: [
|
|
13024
12832
|
"This admin can configure collateral ratios above (but not below) the collateral ratio of",
|
|
13025
|
-
"certain banks
|
|
12833
|
+
"certain banks, e.g. allow SOL to count as 90% collateral when borrowing an LST instead of",
|
|
13026
12834
|
"the default rate."
|
|
13027
12835
|
],
|
|
13028
12836
|
type: "pubkey"
|
|
@@ -13123,6 +12931,40 @@ var marginfi_0_1_7_default = {
|
|
|
13123
12931
|
}
|
|
13124
12932
|
}
|
|
13125
12933
|
},
|
|
12934
|
+
{
|
|
12935
|
+
name: "rate_limiter_last_admin_update_slot",
|
|
12936
|
+
docs: ["Last slot covered by an admin group rate limiter aggregation update."],
|
|
12937
|
+
type: "u64"
|
|
12938
|
+
},
|
|
12939
|
+
{
|
|
12940
|
+
name: "rate_limiter_last_admin_update_seq",
|
|
12941
|
+
docs: [
|
|
12942
|
+
"Monotonic sequence number for admin group rate limiter updates.",
|
|
12943
|
+
"This is used to enforce strict ordering and prevent duplicate/replayed batches",
|
|
12944
|
+
"when slot ranges overlap or multiple updates happen in the same slot."
|
|
12945
|
+
],
|
|
12946
|
+
type: "u64"
|
|
12947
|
+
},
|
|
12948
|
+
{
|
|
12949
|
+
name: "deleverage_withdraw_last_admin_update_slot",
|
|
12950
|
+
docs: ["Last slot covered by an admin deleverage withdraw-limit aggregation update."],
|
|
12951
|
+
type: "u64"
|
|
12952
|
+
},
|
|
12953
|
+
{
|
|
12954
|
+
name: "deleverage_withdraw_last_admin_update_seq",
|
|
12955
|
+
docs: ["Monotonic sequence number for admin deleverage withdraw-limit updates."],
|
|
12956
|
+
type: "u64"
|
|
12957
|
+
},
|
|
12958
|
+
{
|
|
12959
|
+
name: "delegate_flow_admin",
|
|
12960
|
+
docs: [
|
|
12961
|
+
"Can modify flow-control status for the group, i.e. update the withdraw caches with flow",
|
|
12962
|
+
"information from banks. Typically this is a hot wallet that lives in e.g. some cron job. If",
|
|
12963
|
+
"compromised, flow control can be effectively disabled until the admin is restored, which",
|
|
12964
|
+
"does not itself compromise any funds, and is merely annoying."
|
|
12965
|
+
],
|
|
12966
|
+
type: "pubkey"
|
|
12967
|
+
},
|
|
13126
12968
|
{
|
|
13127
12969
|
name: "_padding_0",
|
|
13128
12970
|
type: {
|
|
@@ -13130,7 +12972,7 @@ var marginfi_0_1_7_default = {
|
|
|
13130
12972
|
{
|
|
13131
12973
|
array: ["u64", 2]
|
|
13132
12974
|
},
|
|
13133
|
-
|
|
12975
|
+
2
|
|
13134
12976
|
]
|
|
13135
12977
|
}
|
|
13136
12978
|
},
|
|
@@ -14241,6 +14083,50 @@ var marginfi_0_1_7_default = {
|
|
|
14241
14083
|
]
|
|
14242
14084
|
}
|
|
14243
14085
|
},
|
|
14086
|
+
{
|
|
14087
|
+
name: "RateLimitFlowEvent",
|
|
14088
|
+
docs: [
|
|
14089
|
+
"Emitted when a bank-level inflow or outflow is recorded.",
|
|
14090
|
+
"The delegate flow admin aggregates these off-chain and",
|
|
14091
|
+
"updates the group rate limiter via `update_group_rate_limiter`."
|
|
14092
|
+
],
|
|
14093
|
+
type: {
|
|
14094
|
+
kind: "struct",
|
|
14095
|
+
fields: [
|
|
14096
|
+
{
|
|
14097
|
+
name: "group",
|
|
14098
|
+
type: "pubkey"
|
|
14099
|
+
},
|
|
14100
|
+
{
|
|
14101
|
+
name: "bank",
|
|
14102
|
+
type: "pubkey"
|
|
14103
|
+
},
|
|
14104
|
+
{
|
|
14105
|
+
name: "mint",
|
|
14106
|
+
type: "pubkey"
|
|
14107
|
+
},
|
|
14108
|
+
{
|
|
14109
|
+
name: "flow_direction",
|
|
14110
|
+
docs: ["0 = outflow (withdraw/borrow), 1 = inflow (deposit/repay)"],
|
|
14111
|
+
type: "u8"
|
|
14112
|
+
},
|
|
14113
|
+
{
|
|
14114
|
+
name: "native_amount",
|
|
14115
|
+
docs: ["Amount in native tokens"],
|
|
14116
|
+
type: "u64"
|
|
14117
|
+
},
|
|
14118
|
+
{
|
|
14119
|
+
name: "mint_decimals",
|
|
14120
|
+
type: "u8"
|
|
14121
|
+
},
|
|
14122
|
+
{
|
|
14123
|
+
name: "current_timestamp",
|
|
14124
|
+
docs: ["Unix timestamp when the flow was recorded"],
|
|
14125
|
+
type: "i64"
|
|
14126
|
+
}
|
|
14127
|
+
]
|
|
14128
|
+
}
|
|
14129
|
+
},
|
|
14244
14130
|
{
|
|
14245
14131
|
name: "RateLimitWindow",
|
|
14246
14132
|
docs: [
|
|
@@ -14963,7 +14849,7 @@ var marginfi_0_1_7_default = {
|
|
|
14963
14849
|
};
|
|
14964
14850
|
|
|
14965
14851
|
// src/idl/index.ts
|
|
14966
|
-
var MARGINFI_IDL =
|
|
14852
|
+
var MARGINFI_IDL = marginfi_0_1_8_default;
|
|
14967
14853
|
function decodeInstruction(idl, encoded) {
|
|
14968
14854
|
const coder = new BorshInstructionCoder(idl);
|
|
14969
14855
|
return coder.decode(encoded, "base58");
|
|
@@ -15491,7 +15377,6 @@ async function makeKaminoWithdrawIx(mfProgram, accounts, args, remainingAccounts
|
|
|
15491
15377
|
bank,
|
|
15492
15378
|
destinationTokenAccount,
|
|
15493
15379
|
lendingMarket,
|
|
15494
|
-
reserveLiquidityMint,
|
|
15495
15380
|
lendingMarketAuthority,
|
|
15496
15381
|
reserveLiquiditySupply,
|
|
15497
15382
|
reserveCollateralMint,
|
|
@@ -15506,7 +15391,6 @@ async function makeKaminoWithdrawIx(mfProgram, accounts, args, remainingAccounts
|
|
|
15506
15391
|
bank,
|
|
15507
15392
|
destinationTokenAccount,
|
|
15508
15393
|
lendingMarket,
|
|
15509
|
-
reserveLiquidityMint,
|
|
15510
15394
|
lendingMarketAuthority,
|
|
15511
15395
|
reserveLiquiditySupply,
|
|
15512
15396
|
reserveCollateralMint,
|
|
@@ -15551,14 +15435,11 @@ function makeLendingAccountLiquidateIx(mfiProgram, accounts, args, remainingAcco
|
|
|
15551
15435
|
tokenProgram
|
|
15552
15436
|
}).accountsPartial(optionalAccounts).remainingAccounts(remainingAccounts).instruction();
|
|
15553
15437
|
}
|
|
15554
|
-
function
|
|
15555
|
-
|
|
15556
|
-
|
|
15557
|
-
|
|
15558
|
-
|
|
15559
|
-
bank,
|
|
15560
|
-
tokenProgram
|
|
15561
|
-
}).accountsPartial(optionalAccounts).instruction();
|
|
15438
|
+
function makeLendingAccountClearEmissionsIx(mfiProgram, accounts) {
|
|
15439
|
+
return mfiProgram.methods.lendingAccountClearEmissions().accounts({
|
|
15440
|
+
marginfiAccount: accounts.marginfiAccount,
|
|
15441
|
+
bank: accounts.bank
|
|
15442
|
+
}).instruction();
|
|
15562
15443
|
}
|
|
15563
15444
|
function makePoolConfigureBankIx(mfiProgram, accounts, args) {
|
|
15564
15445
|
const { bank, ...optionalAccounts } = accounts;
|
|
@@ -15658,7 +15539,7 @@ var instructions = {
|
|
|
15658
15539
|
makeInitMarginfiAccountIx,
|
|
15659
15540
|
makeInitMarginfiAccountPdaIx,
|
|
15660
15541
|
makeLendingAccountLiquidateIx,
|
|
15661
|
-
|
|
15542
|
+
makeLendingAccountClearEmissionsIx,
|
|
15662
15543
|
makePoolAddBankIx,
|
|
15663
15544
|
makePoolConfigureBankIx,
|
|
15664
15545
|
makeBeginFlashLoanIx,
|
|
@@ -44375,7 +44256,7 @@ var DISCRIMINATORS = {
|
|
|
44375
44256
|
LENDING_ACCOUNT_WITHDRAW: Buffer.from([36, 72, 74, 19, 210, 210, 192, 192]),
|
|
44376
44257
|
LENDING_ACCOUNT_BORROW: Buffer.from([4, 126, 116, 53, 48, 5, 212, 31]),
|
|
44377
44258
|
LENDING_ACCOUNT_LIQUIDATE: Buffer.from([214, 169, 151, 213, 251, 167, 86, 219]),
|
|
44378
|
-
|
|
44259
|
+
LENDING_ACCOUNT_CLEAR_EMISSIONS: Buffer.from([239, 4, 221, 98, 45, 167, 201, 244]),
|
|
44379
44260
|
LENDING_POOL_ADD_BANK: Buffer.from([215, 68, 72, 78, 208, 218, 103, 182]),
|
|
44380
44261
|
LENDING_POOL_CONFIGURE_BANK: Buffer.from([121, 173, 156, 40, 93, 148, 56, 237]),
|
|
44381
44262
|
LENDING_ACCOUNT_START_FLASHLOAN: Buffer.from([14, 131, 33, 220, 81, 186, 180, 107]),
|
|
@@ -44462,7 +44343,7 @@ function makeWithdrawIx2(programId, accounts, args, remainingAccounts = []) {
|
|
|
44462
44343
|
const [bankLiquidityVaultAuthority] = deriveBankLiquidityVaultAuthority(programId, accounts.bank);
|
|
44463
44344
|
const [liquidityVault] = deriveBankLiquidityVault(programId, accounts.bank);
|
|
44464
44345
|
const keys = [
|
|
44465
|
-
{ pubkey: accounts.group, isSigner: false, isWritable:
|
|
44346
|
+
{ pubkey: accounts.group, isSigner: false, isWritable: false },
|
|
44466
44347
|
{ pubkey: accounts.marginfiAccount, isSigner: false, isWritable: true },
|
|
44467
44348
|
{ pubkey: accounts.authority, isSigner: true, isWritable: false },
|
|
44468
44349
|
{ pubkey: accounts.bank, isSigner: false, isWritable: true },
|
|
@@ -44618,7 +44499,7 @@ function makeKaminoWithdrawIx2(programId, accounts, args, remainingAccounts = []
|
|
|
44618
44499
|
const liquidityVaultAuthority = deriveBankLiquidityVaultAuthority(programId, accounts.bank)[0];
|
|
44619
44500
|
const liquidityVault = deriveBankLiquidityVault(programId, accounts.bank)[0];
|
|
44620
44501
|
const keys = [
|
|
44621
|
-
{ pubkey: accounts.group, isSigner: false, isWritable:
|
|
44502
|
+
{ pubkey: accounts.group, isSigner: false, isWritable: false },
|
|
44622
44503
|
{ pubkey: accounts.marginfiAccount, isSigner: false, isWritable: true },
|
|
44623
44504
|
{ pubkey: accounts.authority, isSigner: true, isWritable: false },
|
|
44624
44505
|
{ pubkey: accounts.bank, isSigner: false, isWritable: true },
|
|
@@ -44638,7 +44519,7 @@ function makeKaminoWithdrawIx2(programId, accounts, args, remainingAccounts = []
|
|
|
44638
44519
|
},
|
|
44639
44520
|
{ pubkey: accounts.integrationAcc1, isSigner: false, isWritable: true },
|
|
44640
44521
|
{
|
|
44641
|
-
pubkey: accounts.
|
|
44522
|
+
pubkey: accounts.mint,
|
|
44642
44523
|
isSigner: false,
|
|
44643
44524
|
isWritable: true
|
|
44644
44525
|
},
|
|
@@ -44725,22 +44606,15 @@ function makeLendingAccountLiquidateIx2(programId, accounts, args, remainingAcco
|
|
|
44725
44606
|
]);
|
|
44726
44607
|
return new TransactionInstruction({ keys, programId, data });
|
|
44727
44608
|
}
|
|
44728
|
-
function
|
|
44609
|
+
function makeLendingAccountClearEmissionsIx2(programId, accounts) {
|
|
44729
44610
|
const keys = [
|
|
44730
|
-
{ pubkey: accounts.group, isSigner: false, isWritable: false },
|
|
44731
44611
|
{ pubkey: accounts.marginfiAccount, isSigner: false, isWritable: true },
|
|
44732
|
-
{ pubkey: accounts.
|
|
44733
|
-
{ pubkey: accounts.bank, isSigner: false, isWritable: true },
|
|
44734
|
-
{ pubkey: accounts.emissionsMint, isSigner: false, isWritable: false },
|
|
44735
|
-
{ pubkey: accounts.emissionsAuth, isSigner: false, isWritable: false },
|
|
44736
|
-
{ pubkey: accounts.emissionsVault, isSigner: false, isWritable: true },
|
|
44737
|
-
{ pubkey: accounts.destinationAccount, isSigner: false, isWritable: true },
|
|
44738
|
-
{ pubkey: accounts.tokenProgram, isSigner: false, isWritable: false }
|
|
44612
|
+
{ pubkey: accounts.bank, isSigner: false, isWritable: false }
|
|
44739
44613
|
];
|
|
44740
44614
|
return new TransactionInstruction({
|
|
44741
44615
|
keys,
|
|
44742
44616
|
programId,
|
|
44743
|
-
data: DISCRIMINATORS.
|
|
44617
|
+
data: DISCRIMINATORS.LENDING_ACCOUNT_CLEAR_EMISSIONS
|
|
44744
44618
|
});
|
|
44745
44619
|
}
|
|
44746
44620
|
function makeCloseAccountIx2(programId, accounts) {
|
|
@@ -44903,7 +44777,7 @@ function makeDriftWithdrawIx2(programId, accounts, args, remainingAccounts = [])
|
|
|
44903
44777
|
const DRIFT_PROGRAM_ID2 = new PublicKey("dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH");
|
|
44904
44778
|
const SYSTEM_PROGRAM_ID2 = new PublicKey("11111111111111111111111111111111");
|
|
44905
44779
|
const keys = [
|
|
44906
|
-
{ pubkey: accounts.group, isSigner: false, isWritable:
|
|
44780
|
+
{ pubkey: accounts.group, isSigner: false, isWritable: false },
|
|
44907
44781
|
{ pubkey: accounts.marginfiAccount, isSigner: false, isWritable: true },
|
|
44908
44782
|
{ pubkey: accounts.authority, isSigner: true, isWritable: false },
|
|
44909
44783
|
{ pubkey: accounts.bank, isSigner: false, isWritable: true }
|
|
@@ -45038,7 +44912,7 @@ var syncInstructions = {
|
|
|
45038
44912
|
makeKaminoWithdrawIx: makeKaminoWithdrawIx2,
|
|
45039
44913
|
makeBorrowIx: makeBorrowIx2,
|
|
45040
44914
|
makeLendingAccountLiquidateIx: makeLendingAccountLiquidateIx2,
|
|
45041
|
-
|
|
44915
|
+
makeLendingAccountClearEmissionsIx: makeLendingAccountClearEmissionsIx2,
|
|
45042
44916
|
makePoolAddBankIx: makePoolAddBankIx2,
|
|
45043
44917
|
makePoolConfigureBankIx: makePoolConfigureBankIx2,
|
|
45044
44918
|
makeBeginFlashLoanIx: makeBeginFlashLoanIx2,
|
|
@@ -45330,7 +45204,7 @@ async function makeKaminoWithdrawIx3({
|
|
|
45330
45204
|
lendingMarket,
|
|
45331
45205
|
lendingMarketAuthority,
|
|
45332
45206
|
integrationAcc1: bank.kaminoIntegrationAccounts.kaminoReserve,
|
|
45333
|
-
|
|
45207
|
+
mint: bank.mint,
|
|
45334
45208
|
reserveLiquiditySupply,
|
|
45335
45209
|
reserveCollateralMint,
|
|
45336
45210
|
reserveSourceCollateral: reserveDestinationDepositCollateral,
|
|
@@ -45354,7 +45228,7 @@ async function makeKaminoWithdrawIx3({
|
|
|
45354
45228
|
bank: bank.address,
|
|
45355
45229
|
destinationTokenAccount: userTokenAtaPk,
|
|
45356
45230
|
lendingMarket,
|
|
45357
|
-
|
|
45231
|
+
mint: bank.mint,
|
|
45358
45232
|
lendingMarketAuthority,
|
|
45359
45233
|
reserveLiquiditySupply,
|
|
45360
45234
|
reserveCollateralMint,
|
|
@@ -47247,37 +47121,14 @@ async function buildRepayWithCollatFlashloanTx({
|
|
|
47247
47121
|
}
|
|
47248
47122
|
|
|
47249
47123
|
// src/services/account/actions/emissions.ts
|
|
47250
|
-
async function
|
|
47124
|
+
async function makeClearEmissionsIx(program, marginfiAccount, banks, bankAddress) {
|
|
47251
47125
|
const bank = banks.get(bankAddress.toBase58());
|
|
47252
47126
|
if (!bank) throw Error(`Bank ${bankAddress.toBase58()} not found`);
|
|
47253
|
-
const
|
|
47254
|
-
if (!mintData) throw Error(`Mint data for bank ${bankAddress.toBase58()} not found`);
|
|
47255
|
-
if (!mintData.emissionTokenProgram) {
|
|
47256
|
-
throw Error(`Emission token program not found for bank ${bankAddress.toBase58()}`);
|
|
47257
|
-
}
|
|
47258
|
-
let ixs = [];
|
|
47259
|
-
const userAta = getAssociatedTokenAddressSync(
|
|
47260
|
-
bank.emissionsMint,
|
|
47261
|
-
marginfiAccount.authority,
|
|
47262
|
-
true,
|
|
47263
|
-
mintData.emissionTokenProgram
|
|
47264
|
-
);
|
|
47265
|
-
const createAtaIdempotentIx = createAssociatedTokenAccountIdempotentInstruction(
|
|
47266
|
-
marginfiAccount.authority,
|
|
47267
|
-
userAta,
|
|
47268
|
-
marginfiAccount.authority,
|
|
47269
|
-
bank.emissionsMint,
|
|
47270
|
-
mintData.emissionTokenProgram
|
|
47271
|
-
);
|
|
47272
|
-
ixs.push(createAtaIdempotentIx);
|
|
47273
|
-
const withdrawEmissionsIx = await instructions_default.makelendingAccountWithdrawEmissionIx(program, {
|
|
47127
|
+
const clearEmissionsIx = await instructions_default.makeLendingAccountClearEmissionsIx(program, {
|
|
47274
47128
|
marginfiAccount: marginfiAccount.address,
|
|
47275
|
-
|
|
47276
|
-
bank: bank.address,
|
|
47277
|
-
tokenProgram: mintData.emissionTokenProgram
|
|
47129
|
+
bank: bank.address
|
|
47278
47130
|
});
|
|
47279
|
-
|
|
47280
|
-
return { instructions: ixs, keys: [] };
|
|
47131
|
+
return { instructions: [clearEmissionsIx], keys: [] };
|
|
47281
47132
|
}
|
|
47282
47133
|
async function makeSwapCollateralTx(params) {
|
|
47283
47134
|
const {
|
|
@@ -49049,7 +48900,12 @@ async function makeUpdateSwbFeedIx(props) {
|
|
|
49049
48900
|
seen.add(key);
|
|
49050
48901
|
return true;
|
|
49051
48902
|
});
|
|
49052
|
-
const
|
|
48903
|
+
const dummyWallet = {
|
|
48904
|
+
publicKey: props.feePayer,
|
|
48905
|
+
signTransaction: async (tx) => tx,
|
|
48906
|
+
signAllTransactions: async (txs) => txs
|
|
48907
|
+
};
|
|
48908
|
+
const swbProgram = await AnchorUtils.loadProgramFromConnection(props.connection, dummyWallet);
|
|
49053
48909
|
const pullFeedInstances = uniqueOracles.map((oracle) => {
|
|
49054
48910
|
const pullFeed = new PullFeed(swbProgram, oracle.key);
|
|
49055
48911
|
return pullFeed;
|
|
@@ -49060,21 +48916,11 @@ async function makeUpdateSwbFeedIx(props) {
|
|
|
49060
48916
|
const crossbarClient = new CrossbarClient(
|
|
49061
48917
|
process.env.NEXT_PUBLIC_SWITCHBOARD_CROSSSBAR_API || "https://integrator-crossbar.prod.mrgn.app"
|
|
49062
48918
|
);
|
|
49063
|
-
const gatewayUrls = await crossbarClient.fetchGateways("mainnet");
|
|
49064
|
-
if (!gatewayUrls || gatewayUrls.length === 0) {
|
|
49065
|
-
throw new Error(`No gateways available for mainnet`);
|
|
49066
|
-
}
|
|
49067
|
-
const gatewayUrl = gatewayUrls[0];
|
|
49068
|
-
if (!gatewayUrl) {
|
|
49069
|
-
throw new Error(`Invalid gateway URL received formainnet`);
|
|
49070
|
-
}
|
|
49071
|
-
const gateway = new Gateway(swbProgram, gatewayUrl);
|
|
49072
48919
|
const [pullIx, luts] = await PullFeed.fetchUpdateManyIx(swbProgram, {
|
|
49073
48920
|
feeds: pullFeedInstances,
|
|
49074
|
-
gateway: gateway.gatewayUrl,
|
|
49075
48921
|
numSignatures: 1,
|
|
49076
|
-
|
|
49077
|
-
|
|
48922
|
+
crossbarClient,
|
|
48923
|
+
payer: props.feePayer
|
|
49078
48924
|
});
|
|
49079
48925
|
return { instructions: pullIx, luts };
|
|
49080
48926
|
}
|
|
@@ -51862,15 +51708,14 @@ var MarginfiAccount = class _MarginfiAccount {
|
|
|
51862
51708
|
*
|
|
51863
51709
|
* @param program - The Marginfi program instance
|
|
51864
51710
|
* @param banks - Map of all available banks
|
|
51865
|
-
* @param
|
|
51866
|
-
* @param bankAddress - The bank to withdraw emissions from
|
|
51711
|
+
* @param bankAddress - The bank to clear emissions for
|
|
51867
51712
|
*
|
|
51868
|
-
* @returns Promise resolving to InstructionsWrapper containing the
|
|
51713
|
+
* @returns Promise resolving to InstructionsWrapper containing the clear emissions instructions
|
|
51869
51714
|
*
|
|
51870
|
-
* @see {@link
|
|
51715
|
+
* @see {@link makeClearEmissionsIx} for implementation
|
|
51871
51716
|
*/
|
|
51872
|
-
async
|
|
51873
|
-
return
|
|
51717
|
+
async makeClearEmissionsIx(program, banks, bankAddress) {
|
|
51718
|
+
return makeClearEmissionsIx(program, this, banks, bankAddress);
|
|
51874
51719
|
}
|
|
51875
51720
|
/**
|
|
51876
51721
|
* Creates an instruction to begin a flash loan.
|
|
@@ -52553,17 +52398,12 @@ var MarginfiAccountWrapper = class {
|
|
|
52553
52398
|
});
|
|
52554
52399
|
}
|
|
52555
52400
|
/**
|
|
52556
|
-
* Creates a
|
|
52401
|
+
* Creates a clear emissions instruction with auto-injected client data.
|
|
52557
52402
|
*
|
|
52558
|
-
* @param bankAddress - Bank address to
|
|
52403
|
+
* @param bankAddress - Bank address to clear emissions for
|
|
52559
52404
|
*/
|
|
52560
|
-
async
|
|
52561
|
-
return this.account.
|
|
52562
|
-
this.client.program,
|
|
52563
|
-
this.client.bankMap,
|
|
52564
|
-
this.client.mintDataByBank,
|
|
52565
|
-
bankAddress
|
|
52566
|
-
);
|
|
52405
|
+
async makeClearEmissionsIx(bankAddress) {
|
|
52406
|
+
return this.account.makeClearEmissionsIx(this.client.program, this.client.bankMap, bankAddress);
|
|
52567
52407
|
}
|
|
52568
52408
|
/**
|
|
52569
52409
|
* Creates a begin flash loan instruction.
|
|
@@ -53389,6 +53229,6 @@ var EmodeSettings = class _EmodeSettings {
|
|
|
53389
53229
|
}
|
|
53390
53230
|
};
|
|
53391
53231
|
|
|
53392
|
-
export { ADDRESS_LOOKUP_TABLE_FOR_GROUP, ADDRESS_LOOKUP_TABLE_FOR_SWAP, AccountFlags, AccountType, AssetTag, BUNDLE_TX_SIZE, Balance, Bank, BankConfig, BankConfigFlag, BankVaultType, DEFAULT_ORACLE_MAX_AGE, DISABLED_FLAG, EMPTY_HEALTH_CACHE, EmodeEntryFlags, EmodeFlags, EmodeImpactStatus, EmodeSettings, EmodeTag, FLASHLOAN_ENABLED_FLAG, HOURS_PER_YEAR, HealthCache, HealthCacheFlags, HealthCacheSimulationError, HealthCacheStatus, JUPITER_V6_PROGRAM, JUP_SWAP_LUT_PROGRAM_AUTHORITY_INDEX, LST_MINT, MARGINFI_IDL, MARGINFI_PROGRAM, MARGINFI_PROGRAM_STAGING, MARGINFI_PROGRAM_STAGING_ALT, MARGINFI_SPONSORED_SHARD_ID, MAX_CONFIDENCE_INTERVAL_RATIO, MAX_TX_SIZE, MAX_U64, MPL_METADATA_PROGRAM_ID, MarginRequirementType, MarginfiAccount, MarginfiAccountWrapper, MarginfiGroup, OperationalState, OracleSetup, PDA_BANK_EMISSIONS_AUTH_SEED, PDA_BANK_EMISSIONS_VAULT_SEED, PDA_BANK_FEE_STATE_SEED, PDA_BANK_FEE_VAULT_AUTH_SEED, PDA_BANK_FEE_VAULT_SEED, PDA_BANK_INSURANCE_VAULT_AUTH_SEED, PDA_BANK_INSURANCE_VAULT_SEED, PDA_BANK_LIQUIDITY_VAULT_AUTH_SEED, PDA_BANK_LIQUIDITY_VAULT_SEED, PDA_MARGINFI_ACCOUNT_SEED, PRIORITY_TX_SIZE, PYTH_PRICE_CONF_INTERVALS, PYTH_PUSH_ORACLE_ID, PYTH_SPONSORED_SHARD_ID, PriceBias, Project0Client, RiskTier, SINGLE_POOL_PROGRAM_ID, STAKE_CONFIG_ID, STAKE_PROGRAM_ID, SWB_PRICE_CONF_INTERVALS, SYSTEM_PROGRAM_ID, SYSVAR_CLOCK_ID, SYSVAR_RENT_ID, SYSVAR_STAKE_HISTORY_ID, TRANSFER_ACCOUNT_AUTHORITY_FLAG, TransactionArenaKeyMap, TransactionBuildingError, TransactionBuildingErrorCode, TransactionConfigMap, TransactionType, USDC_DECIMALS, USDC_MINT, WSOL_MINT, ZERO_ORACLE_KEY, accountFlagToBN, addOracleToBanksIx, addTransactionMetadata, adjustPriceComponent, aprToApy, apyToApr, balanceToDto, bankConfigRawToDto, bankConfigToBankConfigRaw, bankMetadataMapToDto, bankMetadataToDto, bankRawToDto, bigNumberToWrappedI80F48, bpsToPercentile, calculateApyFromInterest, calculateInterestFromApy, capConfidenceInterval, categorizePythBanks, checkBatchOracleCrankability, checkMultipleOraclesCrankability, chunkedGetRawMultipleAccountInfoOrdered, chunkedGetRawMultipleAccountInfoOrderedWithNulls, chunkedGetRawMultipleAccountInfos, composeRemainingAccounts, computeAccountValue, computeActiveEmodePairs, computeAssetHealthComponent, computeAssetUsdValue, computeBalanceUsdValue, computeBaseInterestRate, computeClaimedEmissions, computeClosePositionTokenAmount, computeEmodeImpacts, computeFreeCollateralFromBalances, computeFreeCollateralFromCache, computeHealthAccountMetas, computeHealthCacheStatus, computeHealthCheckAccounts, computeHealthComponentsFromBalances, computeHealthComponentsFromCache, computeHealthComponentsWithoutBiasFromBalances, computeInterestRates, computeLiabilityHealthComponent, computeLiabilityUsdValue, computeLiquidationPriceForBank, computeLoopingParams, computeLowestEmodeWeights, computeMaxBorrowForBank, computeMaxLeverage, computeMaxWithdrawForBank, computeNetApy, computeProjectedActiveBalancesNoCpi, computeProjectedActiveBanksNoCpi, computeQuantity, computeQuantityUi, computeRemainingCapacity, computeSmartCrank, computeTotalOutstandingEmissions, computeTvl, computeUsdValue, computeUtilizationRate, convertVoteAccCoeffsToBankCoeffs, createActiveEmodePairFromPairs, createEmptyBalance, decodeAccountRaw, decodeBankRaw, decodeInstruction, decompileV0Transaction, deriveBankEmissionsAuth, deriveBankEmissionsVault, deriveBankFeeVault, deriveBankFeeVaultAuthority, deriveBankInsuranceVault, deriveBankInsuranceVaultAuthority, deriveBankLiquidityVault, deriveBankLiquidityVaultAuthority, deriveFeeState, deriveMarginfiAccount, dtoToBalance, dtoToBank, dtoToBankConfig, dtoToBankConfigRaw, dtoToBankMetadata, dtoToBankMetadataMap, dtoToBankRaw, dtoToEmodeSettings, dtoToEmodeSettingsRaw, dtoToGroup, dtoToHealthCache, dtoToInterestRateConfig, dtoToMarginfiAccount, dtoToOraclePrice, dtoToValidatorStakeGroup, emodeSettingsRawToDto, extractPythOracleKeys, fetchBank, fetchBankIntegrationMetadata, fetchMarginfiAccountAddresses, fetchMarginfiAccountData, fetchMultipleBanks, fetchNativeStakeAccounts, fetchOracleData, fetchProgramForMints, fetchPythOracleData, fetchPythOraclePricesFromAPI, fetchPythOraclePricesFromChain, fetchStakeAccount, fetchStakePoolActiveStates, fetchStakePoolMev, fetchSwbOracleAccountsFromAPI, fetchSwbOracleAccountsFromChain, fetchSwbOracleData, fetchSwbOraclePricesFromAPI, fetchSwbOraclePricesFromCrossbar, findRandomAvailableAccountIndex, freezeBankConfigIx, getAccountKeys, getActiveAccountFlags, getActiveBalances, getActiveEmodeEntryFlags, getActiveEmodeFlags, getActiveHealthCacheFlags, getAssetQuantity, getAssetShares, getAssetWeight, getBalance, getBalanceUsdValueWithPriceBias, getBankVaultAuthority, getBankVaultSeeds, getBirdeyeFallbackPricesByFeedId, getBirdeyePricesForMints, getConfig, getDriftCTokenMultiplier, getDriftMetadata, getDriftStatesDto, getEmodePairs, getHealthCacheStatusDescription, getHealthSimulationTransactions, getJupLendFTokenMultiplier, getJupLendMetadata, getJupLendStatesDto, getJupiterSwapIxsForFlashloan, getKaminoCTokenMultiplier, getKaminoMetadata, getKaminoStatesDto, getLiabilityQuantity, getLiabilityShares, getLiabilityWeight, getOracleSourceFromBank, getOracleSourceFromOracleSetup, getOracleSourceNameFromKey, getPrice, getPriceWithConfidence, getTotalAssetQuantity, getTotalLiabilityQuantity, getTxSize, groupToDto, hasAccountFlag, hasEmodeEntryFlag, hasEmodeFlag, hasHealthCacheFlag, healthCacheToDto, isFlashloan, isV0Tx, isWeightedPrice, isWholePosition, makeAddPermissionlessStakedBankIx, makeBeginFlashLoanIx3 as makeBeginFlashLoanIx, makeBorrowIx3 as makeBorrowIx, makeBorrowTx, makeBundleTipIx, makeCloseMarginfiAccountIx, makeCloseMarginfiAccountTx, makeCrankSwbFeedIx, makeCreateAccountIxWithProjection, makeCreateAccountTxWithProjection, makeCreateMarginfiAccountIx, makeCreateMarginfiAccountTx, makeDepositIx3 as makeDepositIx, makeDepositTx, makeDriftDepositIx3 as makeDriftDepositIx, makeDriftDepositTx, makeDriftWithdrawIx3 as makeDriftWithdrawIx, makeDriftWithdrawTx, makeEndFlashLoanIx3 as makeEndFlashLoanIx, makeFlashLoanTx, makeJuplendDepositIx2 as makeJuplendDepositIx, makeJuplendDepositTx, makeJuplendWithdrawIx2 as makeJuplendWithdrawIx, makeJuplendWithdrawTx, makeKaminoDepositIx3 as makeKaminoDepositIx, makeKaminoDepositTx, makeKaminoWithdrawIx3 as makeKaminoWithdrawIx, makeKaminoWithdrawTx, makeLoopTx, makePoolAddBankIx3 as makePoolAddBankIx, makePoolConfigureBankIx3 as makePoolConfigureBankIx, makePriorityFeeIx, makePriorityFeeMicroIx, makePulseHealthIx2 as makePulseHealthIx, makeRefreshKaminoBanksIxs, makeRepayIx3 as makeRepayIx, makeRepayTx, makeRepayWithCollatTx, makeSetupIx, makeSmartCrankSwbFeedIx, makeSwapCollateralTx, makeSwapDebtTx, makeTxPriorityIx, makeUnwrapSolIx, makeUpdateDriftMarketIxs, makeUpdateJupLendRateIxs, makeUpdateSwbFeedIx, makeVersionedTransaction,
|
|
53232
|
+
export { ADDRESS_LOOKUP_TABLE_FOR_GROUP, ADDRESS_LOOKUP_TABLE_FOR_SWAP, AccountFlags, AccountType, AssetTag, BUNDLE_TX_SIZE, Balance, Bank, BankConfig, BankConfigFlag, BankVaultType, DEFAULT_ORACLE_MAX_AGE, DISABLED_FLAG, EMPTY_HEALTH_CACHE, EmodeEntryFlags, EmodeFlags, EmodeImpactStatus, EmodeSettings, EmodeTag, FLASHLOAN_ENABLED_FLAG, HOURS_PER_YEAR, HealthCache, HealthCacheFlags, HealthCacheSimulationError, HealthCacheStatus, JUPITER_V6_PROGRAM, JUP_SWAP_LUT_PROGRAM_AUTHORITY_INDEX, LST_MINT, MARGINFI_IDL, MARGINFI_PROGRAM, MARGINFI_PROGRAM_STAGING, MARGINFI_PROGRAM_STAGING_ALT, MARGINFI_SPONSORED_SHARD_ID, MAX_CONFIDENCE_INTERVAL_RATIO, MAX_TX_SIZE, MAX_U64, MPL_METADATA_PROGRAM_ID, MarginRequirementType, MarginfiAccount, MarginfiAccountWrapper, MarginfiGroup, OperationalState, OracleSetup, PDA_BANK_EMISSIONS_AUTH_SEED, PDA_BANK_EMISSIONS_VAULT_SEED, PDA_BANK_FEE_STATE_SEED, PDA_BANK_FEE_VAULT_AUTH_SEED, PDA_BANK_FEE_VAULT_SEED, PDA_BANK_INSURANCE_VAULT_AUTH_SEED, PDA_BANK_INSURANCE_VAULT_SEED, PDA_BANK_LIQUIDITY_VAULT_AUTH_SEED, PDA_BANK_LIQUIDITY_VAULT_SEED, PDA_MARGINFI_ACCOUNT_SEED, PRIORITY_TX_SIZE, PYTH_PRICE_CONF_INTERVALS, PYTH_PUSH_ORACLE_ID, PYTH_SPONSORED_SHARD_ID, PriceBias, Project0Client, RiskTier, SINGLE_POOL_PROGRAM_ID, STAKE_CONFIG_ID, STAKE_PROGRAM_ID, SWB_PRICE_CONF_INTERVALS, SYSTEM_PROGRAM_ID, SYSVAR_CLOCK_ID, SYSVAR_RENT_ID, SYSVAR_STAKE_HISTORY_ID, TRANSFER_ACCOUNT_AUTHORITY_FLAG, TransactionArenaKeyMap, TransactionBuildingError, TransactionBuildingErrorCode, TransactionConfigMap, TransactionType, USDC_DECIMALS, USDC_MINT, WSOL_MINT, ZERO_ORACLE_KEY, accountFlagToBN, addOracleToBanksIx, addTransactionMetadata, adjustPriceComponent, aprToApy, apyToApr, balanceToDto, bankConfigRawToDto, bankConfigToBankConfigRaw, bankMetadataMapToDto, bankMetadataToDto, bankRawToDto, bigNumberToWrappedI80F48, bpsToPercentile, calculateApyFromInterest, calculateInterestFromApy, capConfidenceInterval, categorizePythBanks, checkBatchOracleCrankability, checkMultipleOraclesCrankability, chunkedGetRawMultipleAccountInfoOrdered, chunkedGetRawMultipleAccountInfoOrderedWithNulls, chunkedGetRawMultipleAccountInfos, composeRemainingAccounts, computeAccountValue, computeActiveEmodePairs, computeAssetHealthComponent, computeAssetUsdValue, computeBalanceUsdValue, computeBaseInterestRate, computeClaimedEmissions, computeClosePositionTokenAmount, computeEmodeImpacts, computeFreeCollateralFromBalances, computeFreeCollateralFromCache, computeHealthAccountMetas, computeHealthCacheStatus, computeHealthCheckAccounts, computeHealthComponentsFromBalances, computeHealthComponentsFromCache, computeHealthComponentsWithoutBiasFromBalances, computeInterestRates, computeLiabilityHealthComponent, computeLiabilityUsdValue, computeLiquidationPriceForBank, computeLoopingParams, computeLowestEmodeWeights, computeMaxBorrowForBank, computeMaxLeverage, computeMaxWithdrawForBank, computeNetApy, computeProjectedActiveBalancesNoCpi, computeProjectedActiveBanksNoCpi, computeQuantity, computeQuantityUi, computeRemainingCapacity, computeSmartCrank, computeTotalOutstandingEmissions, computeTvl, computeUsdValue, computeUtilizationRate, convertVoteAccCoeffsToBankCoeffs, createActiveEmodePairFromPairs, createEmptyBalance, decodeAccountRaw, decodeBankRaw, decodeInstruction, decompileV0Transaction, deriveBankEmissionsAuth, deriveBankEmissionsVault, deriveBankFeeVault, deriveBankFeeVaultAuthority, deriveBankInsuranceVault, deriveBankInsuranceVaultAuthority, deriveBankLiquidityVault, deriveBankLiquidityVaultAuthority, deriveFeeState, deriveMarginfiAccount, dtoToBalance, dtoToBank, dtoToBankConfig, dtoToBankConfigRaw, dtoToBankMetadata, dtoToBankMetadataMap, dtoToBankRaw, dtoToEmodeSettings, dtoToEmodeSettingsRaw, dtoToGroup, dtoToHealthCache, dtoToInterestRateConfig, dtoToMarginfiAccount, dtoToOraclePrice, dtoToValidatorStakeGroup, emodeSettingsRawToDto, extractPythOracleKeys, fetchBank, fetchBankIntegrationMetadata, fetchMarginfiAccountAddresses, fetchMarginfiAccountData, fetchMultipleBanks, fetchNativeStakeAccounts, fetchOracleData, fetchProgramForMints, fetchPythOracleData, fetchPythOraclePricesFromAPI, fetchPythOraclePricesFromChain, fetchStakeAccount, fetchStakePoolActiveStates, fetchStakePoolMev, fetchSwbOracleAccountsFromAPI, fetchSwbOracleAccountsFromChain, fetchSwbOracleData, fetchSwbOraclePricesFromAPI, fetchSwbOraclePricesFromCrossbar, findRandomAvailableAccountIndex, freezeBankConfigIx, getAccountKeys, getActiveAccountFlags, getActiveBalances, getActiveEmodeEntryFlags, getActiveEmodeFlags, getActiveHealthCacheFlags, getAssetQuantity, getAssetShares, getAssetWeight, getBalance, getBalanceUsdValueWithPriceBias, getBankVaultAuthority, getBankVaultSeeds, getBirdeyeFallbackPricesByFeedId, getBirdeyePricesForMints, getConfig, getDriftCTokenMultiplier, getDriftMetadata, getDriftStatesDto, getEmodePairs, getHealthCacheStatusDescription, getHealthSimulationTransactions, getJupLendFTokenMultiplier, getJupLendMetadata, getJupLendStatesDto, getJupiterSwapIxsForFlashloan, getKaminoCTokenMultiplier, getKaminoMetadata, getKaminoStatesDto, getLiabilityQuantity, getLiabilityShares, getLiabilityWeight, getOracleSourceFromBank, getOracleSourceFromOracleSetup, getOracleSourceNameFromKey, getPrice, getPriceWithConfidence, getTotalAssetQuantity, getTotalLiabilityQuantity, getTxSize, groupToDto, hasAccountFlag, hasEmodeEntryFlag, hasEmodeFlag, hasHealthCacheFlag, healthCacheToDto, isFlashloan, isV0Tx, isWeightedPrice, isWholePosition, makeAddPermissionlessStakedBankIx, makeBeginFlashLoanIx3 as makeBeginFlashLoanIx, makeBorrowIx3 as makeBorrowIx, makeBorrowTx, makeBundleTipIx, makeClearEmissionsIx, makeCloseMarginfiAccountIx, makeCloseMarginfiAccountTx, makeCrankSwbFeedIx, makeCreateAccountIxWithProjection, makeCreateAccountTxWithProjection, makeCreateMarginfiAccountIx, makeCreateMarginfiAccountTx, makeDepositIx3 as makeDepositIx, makeDepositTx, makeDriftDepositIx3 as makeDriftDepositIx, makeDriftDepositTx, makeDriftWithdrawIx3 as makeDriftWithdrawIx, makeDriftWithdrawTx, makeEndFlashLoanIx3 as makeEndFlashLoanIx, makeFlashLoanTx, makeJuplendDepositIx2 as makeJuplendDepositIx, makeJuplendDepositTx, makeJuplendWithdrawIx2 as makeJuplendWithdrawIx, makeJuplendWithdrawTx, makeKaminoDepositIx3 as makeKaminoDepositIx, makeKaminoDepositTx, makeKaminoWithdrawIx3 as makeKaminoWithdrawIx, makeKaminoWithdrawTx, makeLoopTx, makePoolAddBankIx3 as makePoolAddBankIx, makePoolConfigureBankIx3 as makePoolConfigureBankIx, makePriorityFeeIx, makePriorityFeeMicroIx, makePulseHealthIx2 as makePulseHealthIx, makeRefreshKaminoBanksIxs, makeRepayIx3 as makeRepayIx, makeRepayTx, makeRepayWithCollatTx, makeSetupIx, makeSmartCrankSwbFeedIx, makeSwapCollateralTx, makeSwapDebtTx, makeTxPriorityIx, makeUnwrapSolIx, makeUpdateDriftMarketIxs, makeUpdateJupLendRateIxs, makeUpdateSwbFeedIx, makeVersionedTransaction, makeWithdrawIx3 as makeWithdrawIx, makeWithdrawTx, makeWrapSolIxs, mapBrokenFeedsToOraclePrices, mapPythBanksToOraclePrices, mapSwbBanksToOraclePrices, marginfiAccountToDto, nativeToUi, oraclePriceToDto, parseBalanceRaw, parseBankConfigRaw, parseBankRaw, parseEmodeSettingsRaw, parseEmodeTag, parseHealthCacheRaw, parseMarginfiAccountRaw, parseOperationalState, parseOracleSetup, parseOraclePriceData as parsePriceInfo, parseRiskTier, parseRpcPythPriceData, parseSwbOraclePriceData, partitionBanksByCrankability, resolveAmount, serializeBankConfigOpt, serializeInterestRateConfig, serializeOperationalState, serializeOracleSetup, serializeOracleSetupToIndex, serializeRiskTier, shortenAddress, simulateAccountHealthCache, simulateAccountHealthCacheWithFallback, simulateBundle, splitInstructionsToFitTransactions, toBankConfigDto, toBankDto, toBigNumber, toEmodeSettingsDto, toInterestRateConfigDto, toNumber, uiToNative, uiToNativeBigNumber, validatorStakeGroupToDto, wrappedI80F48toBigNumber };
|
|
53393
53233
|
//# sourceMappingURL=index.js.map
|
|
53394
53234
|
//# sourceMappingURL=index.js.map
|