@glamsystems/glam-sdk 1.0.14-alpha.2 → 1.0.14-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +580 -518
- package/index.esm.js +580 -518
- package/package.json +1 -1
- package/src/client/bridge.d.ts +45 -44
- package/src/client/jupiter.d.ts +4 -1
- package/src/client/price.d.ts +3 -1
- package/src/models/state.d.ts +2 -0
- package/target/types/ext_bridge.d.ts +427 -442
package/index.esm.js
CHANGED
|
@@ -18818,37 +18818,6 @@ var instructions$8 = [
|
|
|
18818
18818
|
}
|
|
18819
18819
|
]
|
|
18820
18820
|
},
|
|
18821
|
-
{
|
|
18822
|
-
name: "cleanup_transfer_record",
|
|
18823
|
-
docs: [
|
|
18824
|
-
"Closes a finalized transfer record and returns its rent."
|
|
18825
|
-
],
|
|
18826
|
-
discriminator: [
|
|
18827
|
-
65,
|
|
18828
|
-
224,
|
|
18829
|
-
219,
|
|
18830
|
-
143,
|
|
18831
|
-
99,
|
|
18832
|
-
204,
|
|
18833
|
-
215,
|
|
18834
|
-
6
|
|
18835
|
-
],
|
|
18836
|
-
accounts: [
|
|
18837
|
-
{
|
|
18838
|
-
name: "glam_state"
|
|
18839
|
-
},
|
|
18840
|
-
{
|
|
18841
|
-
name: "glam_signer",
|
|
18842
|
-
writable: true,
|
|
18843
|
-
signer: true
|
|
18844
|
-
},
|
|
18845
|
-
{
|
|
18846
|
-
name: "transfer_record",
|
|
18847
|
-
writable: true
|
|
18848
|
-
}
|
|
18849
|
-
],
|
|
18850
|
-
args: []
|
|
18851
|
-
},
|
|
18852
18821
|
{
|
|
18853
18822
|
name: "commit_oft_transfer",
|
|
18854
18823
|
docs: [
|
|
@@ -18900,39 +18869,6 @@ var instructions$8 = [
|
|
|
18900
18869
|
writable: true,
|
|
18901
18870
|
signer: true
|
|
18902
18871
|
},
|
|
18903
|
-
{
|
|
18904
|
-
name: "integration_authority",
|
|
18905
|
-
pda: {
|
|
18906
|
-
seeds: [
|
|
18907
|
-
{
|
|
18908
|
-
kind: "const",
|
|
18909
|
-
value: [
|
|
18910
|
-
105,
|
|
18911
|
-
110,
|
|
18912
|
-
116,
|
|
18913
|
-
101,
|
|
18914
|
-
103,
|
|
18915
|
-
114,
|
|
18916
|
-
97,
|
|
18917
|
-
116,
|
|
18918
|
-
105,
|
|
18919
|
-
111,
|
|
18920
|
-
110,
|
|
18921
|
-
45,
|
|
18922
|
-
97,
|
|
18923
|
-
117,
|
|
18924
|
-
116,
|
|
18925
|
-
104,
|
|
18926
|
-
111,
|
|
18927
|
-
114,
|
|
18928
|
-
105,
|
|
18929
|
-
116,
|
|
18930
|
-
121
|
|
18931
|
-
]
|
|
18932
|
-
}
|
|
18933
|
-
]
|
|
18934
|
-
}
|
|
18935
|
-
},
|
|
18936
18872
|
{
|
|
18937
18873
|
name: "cpi_program"
|
|
18938
18874
|
},
|
|
@@ -18940,10 +18876,6 @@ var instructions$8 = [
|
|
|
18940
18876
|
name: "glam_protocol_program",
|
|
18941
18877
|
address: "GLAMpaME8wdTEzxtiYEAa5yD8fZbxZiz2hNtV58RZiEz"
|
|
18942
18878
|
},
|
|
18943
|
-
{
|
|
18944
|
-
name: "system_program",
|
|
18945
|
-
address: "11111111111111111111111111111111"
|
|
18946
|
-
},
|
|
18947
18879
|
{
|
|
18948
18880
|
name: "instructions",
|
|
18949
18881
|
address: "Sysvar1nstructions1111111111111111111111111"
|
|
@@ -19016,58 +18948,52 @@ var instructions$8 = [
|
|
|
19016
18948
|
}
|
|
19017
18949
|
},
|
|
19018
18950
|
{
|
|
19019
|
-
name: "
|
|
19020
|
-
writable: true
|
|
18951
|
+
name: "source_token_account",
|
|
18952
|
+
writable: true
|
|
18953
|
+
},
|
|
18954
|
+
{
|
|
18955
|
+
name: "source_mint"
|
|
18956
|
+
},
|
|
18957
|
+
{
|
|
18958
|
+
name: "auxiliary_token_account",
|
|
18959
|
+
writable: true
|
|
18960
|
+
},
|
|
18961
|
+
{
|
|
18962
|
+
name: "integration_authority",
|
|
19021
18963
|
pda: {
|
|
19022
18964
|
seeds: [
|
|
19023
18965
|
{
|
|
19024
18966
|
kind: "const",
|
|
19025
18967
|
value: [
|
|
19026
|
-
98,
|
|
19027
|
-
114,
|
|
19028
18968
|
105,
|
|
19029
|
-
|
|
19030
|
-
103,
|
|
19031
|
-
101,
|
|
19032
|
-
45,
|
|
18969
|
+
110,
|
|
19033
18970
|
116,
|
|
18971
|
+
101,
|
|
18972
|
+
103,
|
|
19034
18973
|
114,
|
|
19035
18974
|
97,
|
|
18975
|
+
116,
|
|
18976
|
+
105,
|
|
18977
|
+
111,
|
|
19036
18978
|
110,
|
|
19037
|
-
115,
|
|
19038
|
-
102,
|
|
19039
|
-
101,
|
|
19040
|
-
114,
|
|
19041
18979
|
45,
|
|
19042
|
-
|
|
19043
|
-
|
|
19044
|
-
|
|
18980
|
+
97,
|
|
18981
|
+
117,
|
|
18982
|
+
116,
|
|
18983
|
+
104,
|
|
19045
18984
|
111,
|
|
19046
18985
|
114,
|
|
19047
|
-
|
|
18986
|
+
105,
|
|
18987
|
+
116,
|
|
18988
|
+
121
|
|
19048
18989
|
]
|
|
19049
|
-
},
|
|
19050
|
-
{
|
|
19051
|
-
kind: "account",
|
|
19052
|
-
path: "glam_state"
|
|
19053
|
-
},
|
|
19054
|
-
{
|
|
19055
|
-
kind: "arg",
|
|
19056
|
-
path: "args.transfer_id"
|
|
19057
18990
|
}
|
|
19058
18991
|
]
|
|
19059
18992
|
}
|
|
19060
18993
|
},
|
|
19061
18994
|
{
|
|
19062
|
-
name: "
|
|
19063
|
-
|
|
19064
|
-
},
|
|
19065
|
-
{
|
|
19066
|
-
name: "source_mint"
|
|
19067
|
-
},
|
|
19068
|
-
{
|
|
19069
|
-
name: "auxiliary_token_account",
|
|
19070
|
-
writable: true
|
|
18995
|
+
name: "system_program",
|
|
18996
|
+
address: "11111111111111111111111111111111"
|
|
19071
18997
|
}
|
|
19072
18998
|
],
|
|
19073
18999
|
args: [
|
|
@@ -19119,141 +19045,6 @@ var instructions$8 = [
|
|
|
19119
19045
|
}
|
|
19120
19046
|
]
|
|
19121
19047
|
},
|
|
19122
|
-
{
|
|
19123
|
-
name: "fail_or_cancel_managed_transfer",
|
|
19124
|
-
docs: [
|
|
19125
|
-
"Marks a managed inflight transfer as failed or cancelled."
|
|
19126
|
-
],
|
|
19127
|
-
discriminator: [
|
|
19128
|
-
39,
|
|
19129
|
-
37,
|
|
19130
|
-
213,
|
|
19131
|
-
118,
|
|
19132
|
-
191,
|
|
19133
|
-
18,
|
|
19134
|
-
194,
|
|
19135
|
-
119
|
|
19136
|
-
],
|
|
19137
|
-
accounts: [
|
|
19138
|
-
{
|
|
19139
|
-
name: "glam_state",
|
|
19140
|
-
writable: true
|
|
19141
|
-
},
|
|
19142
|
-
{
|
|
19143
|
-
name: "glam_vault",
|
|
19144
|
-
writable: true,
|
|
19145
|
-
pda: {
|
|
19146
|
-
seeds: [
|
|
19147
|
-
{
|
|
19148
|
-
kind: "const",
|
|
19149
|
-
value: [
|
|
19150
|
-
118,
|
|
19151
|
-
97,
|
|
19152
|
-
117,
|
|
19153
|
-
108,
|
|
19154
|
-
116
|
|
19155
|
-
]
|
|
19156
|
-
},
|
|
19157
|
-
{
|
|
19158
|
-
kind: "account",
|
|
19159
|
-
path: "glam_state"
|
|
19160
|
-
}
|
|
19161
|
-
],
|
|
19162
|
-
program: {
|
|
19163
|
-
kind: "account",
|
|
19164
|
-
path: "glam_protocol_program"
|
|
19165
|
-
}
|
|
19166
|
-
}
|
|
19167
|
-
},
|
|
19168
|
-
{
|
|
19169
|
-
name: "glam_signer",
|
|
19170
|
-
signer: true
|
|
19171
|
-
},
|
|
19172
|
-
{
|
|
19173
|
-
name: "integration_authority",
|
|
19174
|
-
pda: {
|
|
19175
|
-
seeds: [
|
|
19176
|
-
{
|
|
19177
|
-
kind: "const",
|
|
19178
|
-
value: [
|
|
19179
|
-
105,
|
|
19180
|
-
110,
|
|
19181
|
-
116,
|
|
19182
|
-
101,
|
|
19183
|
-
103,
|
|
19184
|
-
114,
|
|
19185
|
-
97,
|
|
19186
|
-
116,
|
|
19187
|
-
105,
|
|
19188
|
-
111,
|
|
19189
|
-
110,
|
|
19190
|
-
45,
|
|
19191
|
-
97,
|
|
19192
|
-
117,
|
|
19193
|
-
116,
|
|
19194
|
-
104,
|
|
19195
|
-
111,
|
|
19196
|
-
114,
|
|
19197
|
-
105,
|
|
19198
|
-
116,
|
|
19199
|
-
121
|
|
19200
|
-
]
|
|
19201
|
-
}
|
|
19202
|
-
]
|
|
19203
|
-
}
|
|
19204
|
-
},
|
|
19205
|
-
{
|
|
19206
|
-
name: "glam_protocol_program",
|
|
19207
|
-
address: "GLAMpaME8wdTEzxtiYEAa5yD8fZbxZiz2hNtV58RZiEz"
|
|
19208
|
-
},
|
|
19209
|
-
{
|
|
19210
|
-
name: "system_program",
|
|
19211
|
-
address: "11111111111111111111111111111111"
|
|
19212
|
-
},
|
|
19213
|
-
{
|
|
19214
|
-
name: "bridge_registry",
|
|
19215
|
-
writable: true,
|
|
19216
|
-
pda: {
|
|
19217
|
-
seeds: [
|
|
19218
|
-
{
|
|
19219
|
-
kind: "const",
|
|
19220
|
-
value: [
|
|
19221
|
-
98,
|
|
19222
|
-
114,
|
|
19223
|
-
105,
|
|
19224
|
-
100,
|
|
19225
|
-
103,
|
|
19226
|
-
101,
|
|
19227
|
-
45,
|
|
19228
|
-
114,
|
|
19229
|
-
101,
|
|
19230
|
-
103,
|
|
19231
|
-
105,
|
|
19232
|
-
115,
|
|
19233
|
-
116,
|
|
19234
|
-
114,
|
|
19235
|
-
121
|
|
19236
|
-
]
|
|
19237
|
-
},
|
|
19238
|
-
{
|
|
19239
|
-
kind: "account",
|
|
19240
|
-
path: "glam_state"
|
|
19241
|
-
}
|
|
19242
|
-
]
|
|
19243
|
-
}
|
|
19244
|
-
},
|
|
19245
|
-
{
|
|
19246
|
-
name: "transfer_record",
|
|
19247
|
-
writable: true
|
|
19248
|
-
}
|
|
19249
|
-
],
|
|
19250
|
-
args: [
|
|
19251
|
-
{
|
|
19252
|
-
name: "failure_reason",
|
|
19253
|
-
type: "u8"
|
|
19254
|
-
}
|
|
19255
|
-
]
|
|
19256
|
-
},
|
|
19257
19048
|
{
|
|
19258
19049
|
name: "prepare_oft_transfer",
|
|
19259
19050
|
docs: [
|
|
@@ -19444,19 +19235,19 @@ var instructions$8 = [
|
|
|
19444
19235
|
]
|
|
19445
19236
|
},
|
|
19446
19237
|
{
|
|
19447
|
-
name: "
|
|
19238
|
+
name: "price_managed_transfers",
|
|
19448
19239
|
docs: [
|
|
19449
|
-
"
|
|
19240
|
+
"Prices managed inflight transfers and publishes aggregated amount."
|
|
19450
19241
|
],
|
|
19451
19242
|
discriminator: [
|
|
19452
|
-
|
|
19453
|
-
|
|
19454
|
-
|
|
19455
|
-
|
|
19456
|
-
|
|
19457
|
-
|
|
19458
|
-
|
|
19459
|
-
|
|
19243
|
+
77,
|
|
19244
|
+
76,
|
|
19245
|
+
20,
|
|
19246
|
+
48,
|
|
19247
|
+
41,
|
|
19248
|
+
168,
|
|
19249
|
+
205,
|
|
19250
|
+
81
|
|
19460
19251
|
],
|
|
19461
19252
|
accounts: [
|
|
19462
19253
|
{
|
|
@@ -19464,35 +19255,36 @@ var instructions$8 = [
|
|
|
19464
19255
|
writable: true
|
|
19465
19256
|
},
|
|
19466
19257
|
{
|
|
19467
|
-
name: "
|
|
19468
|
-
writable: true,
|
|
19258
|
+
name: "bridge_registry",
|
|
19469
19259
|
pda: {
|
|
19470
19260
|
seeds: [
|
|
19471
19261
|
{
|
|
19472
19262
|
kind: "const",
|
|
19473
19263
|
value: [
|
|
19474
|
-
|
|
19475
|
-
|
|
19476
|
-
|
|
19477
|
-
|
|
19478
|
-
|
|
19264
|
+
98,
|
|
19265
|
+
114,
|
|
19266
|
+
105,
|
|
19267
|
+
100,
|
|
19268
|
+
103,
|
|
19269
|
+
101,
|
|
19270
|
+
45,
|
|
19271
|
+
114,
|
|
19272
|
+
101,
|
|
19273
|
+
103,
|
|
19274
|
+
105,
|
|
19275
|
+
115,
|
|
19276
|
+
116,
|
|
19277
|
+
114,
|
|
19278
|
+
121
|
|
19479
19279
|
]
|
|
19480
19280
|
},
|
|
19481
19281
|
{
|
|
19482
19282
|
kind: "account",
|
|
19483
19283
|
path: "glam_state"
|
|
19484
19284
|
}
|
|
19485
|
-
]
|
|
19486
|
-
program: {
|
|
19487
|
-
kind: "account",
|
|
19488
|
-
path: "glam_protocol_program"
|
|
19489
|
-
}
|
|
19285
|
+
]
|
|
19490
19286
|
}
|
|
19491
19287
|
},
|
|
19492
|
-
{
|
|
19493
|
-
name: "glam_signer",
|
|
19494
|
-
signer: true
|
|
19495
|
-
},
|
|
19496
19288
|
{
|
|
19497
19289
|
name: "integration_authority",
|
|
19498
19290
|
pda: {
|
|
@@ -19531,44 +19323,69 @@ var instructions$8 = [
|
|
|
19531
19323
|
address: "GLAMpaME8wdTEzxtiYEAa5yD8fZbxZiz2hNtV58RZiEz"
|
|
19532
19324
|
},
|
|
19533
19325
|
{
|
|
19534
|
-
name: "
|
|
19535
|
-
address: "11111111111111111111111111111111"
|
|
19536
|
-
},
|
|
19537
|
-
{
|
|
19538
|
-
name: "bridge_registry",
|
|
19539
|
-
writable: true,
|
|
19326
|
+
name: "glam_config",
|
|
19540
19327
|
pda: {
|
|
19541
19328
|
seeds: [
|
|
19542
19329
|
{
|
|
19543
19330
|
kind: "const",
|
|
19544
19331
|
value: [
|
|
19545
|
-
98,
|
|
19546
|
-
114,
|
|
19547
|
-
105,
|
|
19548
|
-
100,
|
|
19549
19332
|
103,
|
|
19550
|
-
|
|
19333
|
+
108,
|
|
19334
|
+
111,
|
|
19335
|
+
98,
|
|
19336
|
+
97,
|
|
19337
|
+
108,
|
|
19551
19338
|
45,
|
|
19552
|
-
|
|
19553
|
-
|
|
19554
|
-
|
|
19339
|
+
99,
|
|
19340
|
+
111,
|
|
19341
|
+
110,
|
|
19342
|
+
102,
|
|
19555
19343
|
105,
|
|
19556
|
-
|
|
19557
|
-
116,
|
|
19558
|
-
114,
|
|
19559
|
-
121
|
|
19344
|
+
103
|
|
19560
19345
|
]
|
|
19561
|
-
},
|
|
19562
|
-
{
|
|
19563
|
-
kind: "account",
|
|
19564
|
-
path: "glam_state"
|
|
19565
19346
|
}
|
|
19566
|
-
]
|
|
19347
|
+
],
|
|
19348
|
+
program: {
|
|
19349
|
+
kind: "const",
|
|
19350
|
+
value: [
|
|
19351
|
+
10,
|
|
19352
|
+
11,
|
|
19353
|
+
0,
|
|
19354
|
+
83,
|
|
19355
|
+
72,
|
|
19356
|
+
16,
|
|
19357
|
+
46,
|
|
19358
|
+
144,
|
|
19359
|
+
46,
|
|
19360
|
+
42,
|
|
19361
|
+
79,
|
|
19362
|
+
22,
|
|
19363
|
+
157,
|
|
19364
|
+
123,
|
|
19365
|
+
21,
|
|
19366
|
+
242,
|
|
19367
|
+
192,
|
|
19368
|
+
146,
|
|
19369
|
+
1,
|
|
19370
|
+
78,
|
|
19371
|
+
88,
|
|
19372
|
+
59,
|
|
19373
|
+
102,
|
|
19374
|
+
9,
|
|
19375
|
+
190,
|
|
19376
|
+
226,
|
|
19377
|
+
92,
|
|
19378
|
+
189,
|
|
19379
|
+
187,
|
|
19380
|
+
232,
|
|
19381
|
+
83,
|
|
19382
|
+
220
|
|
19383
|
+
]
|
|
19384
|
+
}
|
|
19567
19385
|
}
|
|
19568
19386
|
},
|
|
19569
19387
|
{
|
|
19570
|
-
name: "
|
|
19571
|
-
writable: true
|
|
19388
|
+
name: "base_asset_oracle"
|
|
19572
19389
|
}
|
|
19573
19390
|
],
|
|
19574
19391
|
args: []
|
|
@@ -19576,7 +19393,7 @@ var instructions$8 = [
|
|
|
19576
19393
|
{
|
|
19577
19394
|
name: "settle_managed_transfer",
|
|
19578
19395
|
docs: [
|
|
19579
|
-
"
|
|
19396
|
+
"Settles a managed inflight transfer and removes it from the registry."
|
|
19580
19397
|
],
|
|
19581
19398
|
discriminator: [
|
|
19582
19399
|
197,
|
|
@@ -19590,18 +19407,124 @@ var instructions$8 = [
|
|
|
19590
19407
|
],
|
|
19591
19408
|
accounts: [
|
|
19592
19409
|
{
|
|
19593
|
-
name: "glam_state"
|
|
19410
|
+
name: "glam_state",
|
|
19411
|
+
writable: true
|
|
19412
|
+
},
|
|
19413
|
+
{
|
|
19414
|
+
name: "glam_vault",
|
|
19415
|
+
writable: true,
|
|
19416
|
+
pda: {
|
|
19417
|
+
seeds: [
|
|
19418
|
+
{
|
|
19419
|
+
kind: "const",
|
|
19420
|
+
value: [
|
|
19421
|
+
118,
|
|
19422
|
+
97,
|
|
19423
|
+
117,
|
|
19424
|
+
108,
|
|
19425
|
+
116
|
|
19426
|
+
]
|
|
19427
|
+
},
|
|
19428
|
+
{
|
|
19429
|
+
kind: "account",
|
|
19430
|
+
path: "glam_state"
|
|
19431
|
+
}
|
|
19432
|
+
],
|
|
19433
|
+
program: {
|
|
19434
|
+
kind: "account",
|
|
19435
|
+
path: "glam_protocol_program"
|
|
19436
|
+
}
|
|
19437
|
+
}
|
|
19594
19438
|
},
|
|
19595
19439
|
{
|
|
19596
19440
|
name: "glam_signer",
|
|
19441
|
+
writable: true,
|
|
19597
19442
|
signer: true
|
|
19598
19443
|
},
|
|
19599
19444
|
{
|
|
19600
|
-
name: "
|
|
19601
|
-
|
|
19445
|
+
name: "glam_protocol_program",
|
|
19446
|
+
address: "GLAMpaME8wdTEzxtiYEAa5yD8fZbxZiz2hNtV58RZiEz"
|
|
19447
|
+
},
|
|
19448
|
+
{
|
|
19449
|
+
name: "bridge_registry",
|
|
19450
|
+
writable: true,
|
|
19451
|
+
pda: {
|
|
19452
|
+
seeds: [
|
|
19453
|
+
{
|
|
19454
|
+
kind: "const",
|
|
19455
|
+
value: [
|
|
19456
|
+
98,
|
|
19457
|
+
114,
|
|
19458
|
+
105,
|
|
19459
|
+
100,
|
|
19460
|
+
103,
|
|
19461
|
+
101,
|
|
19462
|
+
45,
|
|
19463
|
+
114,
|
|
19464
|
+
101,
|
|
19465
|
+
103,
|
|
19466
|
+
105,
|
|
19467
|
+
115,
|
|
19468
|
+
116,
|
|
19469
|
+
114,
|
|
19470
|
+
121
|
|
19471
|
+
]
|
|
19472
|
+
},
|
|
19473
|
+
{
|
|
19474
|
+
kind: "account",
|
|
19475
|
+
path: "glam_state"
|
|
19476
|
+
}
|
|
19477
|
+
]
|
|
19478
|
+
}
|
|
19479
|
+
},
|
|
19480
|
+
{
|
|
19481
|
+
name: "integration_authority",
|
|
19482
|
+
pda: {
|
|
19483
|
+
seeds: [
|
|
19484
|
+
{
|
|
19485
|
+
kind: "const",
|
|
19486
|
+
value: [
|
|
19487
|
+
105,
|
|
19488
|
+
110,
|
|
19489
|
+
116,
|
|
19490
|
+
101,
|
|
19491
|
+
103,
|
|
19492
|
+
114,
|
|
19493
|
+
97,
|
|
19494
|
+
116,
|
|
19495
|
+
105,
|
|
19496
|
+
111,
|
|
19497
|
+
110,
|
|
19498
|
+
45,
|
|
19499
|
+
97,
|
|
19500
|
+
117,
|
|
19501
|
+
116,
|
|
19502
|
+
104,
|
|
19503
|
+
111,
|
|
19504
|
+
114,
|
|
19505
|
+
105,
|
|
19506
|
+
116,
|
|
19507
|
+
121
|
|
19508
|
+
]
|
|
19509
|
+
}
|
|
19510
|
+
]
|
|
19511
|
+
}
|
|
19512
|
+
},
|
|
19513
|
+
{
|
|
19514
|
+
name: "system_program",
|
|
19515
|
+
address: "11111111111111111111111111111111"
|
|
19602
19516
|
}
|
|
19603
19517
|
],
|
|
19604
|
-
args: [
|
|
19518
|
+
args: [
|
|
19519
|
+
{
|
|
19520
|
+
name: "args",
|
|
19521
|
+
type: {
|
|
19522
|
+
defined: {
|
|
19523
|
+
name: "SettleManagedTransferArgs"
|
|
19524
|
+
}
|
|
19525
|
+
}
|
|
19526
|
+
}
|
|
19527
|
+
]
|
|
19605
19528
|
},
|
|
19606
19529
|
{
|
|
19607
19530
|
name: "update_layerzero_oft_route",
|
|
@@ -19640,6 +19563,74 @@ var instructions$8 = [
|
|
|
19640
19563
|
}
|
|
19641
19564
|
}
|
|
19642
19565
|
]
|
|
19566
|
+
},
|
|
19567
|
+
{
|
|
19568
|
+
name: "validate_managed_transfer",
|
|
19569
|
+
docs: [
|
|
19570
|
+
"Validates a managed inflight transfer so that it becomes priceable."
|
|
19571
|
+
],
|
|
19572
|
+
discriminator: [
|
|
19573
|
+
47,
|
|
19574
|
+
86,
|
|
19575
|
+
129,
|
|
19576
|
+
235,
|
|
19577
|
+
30,
|
|
19578
|
+
249,
|
|
19579
|
+
248,
|
|
19580
|
+
42
|
|
19581
|
+
],
|
|
19582
|
+
accounts: [
|
|
19583
|
+
{
|
|
19584
|
+
name: "glam_state",
|
|
19585
|
+
writable: true
|
|
19586
|
+
},
|
|
19587
|
+
{
|
|
19588
|
+
name: "glam_signer",
|
|
19589
|
+
signer: true
|
|
19590
|
+
},
|
|
19591
|
+
{
|
|
19592
|
+
name: "bridge_registry",
|
|
19593
|
+
writable: true,
|
|
19594
|
+
pda: {
|
|
19595
|
+
seeds: [
|
|
19596
|
+
{
|
|
19597
|
+
kind: "const",
|
|
19598
|
+
value: [
|
|
19599
|
+
98,
|
|
19600
|
+
114,
|
|
19601
|
+
105,
|
|
19602
|
+
100,
|
|
19603
|
+
103,
|
|
19604
|
+
101,
|
|
19605
|
+
45,
|
|
19606
|
+
114,
|
|
19607
|
+
101,
|
|
19608
|
+
103,
|
|
19609
|
+
105,
|
|
19610
|
+
115,
|
|
19611
|
+
116,
|
|
19612
|
+
114,
|
|
19613
|
+
121
|
|
19614
|
+
]
|
|
19615
|
+
},
|
|
19616
|
+
{
|
|
19617
|
+
kind: "account",
|
|
19618
|
+
path: "glam_state"
|
|
19619
|
+
}
|
|
19620
|
+
]
|
|
19621
|
+
}
|
|
19622
|
+
}
|
|
19623
|
+
],
|
|
19624
|
+
args: [
|
|
19625
|
+
{
|
|
19626
|
+
name: "args",
|
|
19627
|
+
type: {
|
|
19628
|
+
defined: {
|
|
19629
|
+
name: "ValidateManagedTransferArgs"
|
|
19630
|
+
}
|
|
19631
|
+
}
|
|
19632
|
+
}
|
|
19633
|
+
]
|
|
19643
19634
|
}
|
|
19644
19635
|
];
|
|
19645
19636
|
var accounts$8 = [
|
|
@@ -19669,19 +19660,6 @@ var accounts$8 = [
|
|
|
19669
19660
|
184
|
|
19670
19661
|
]
|
|
19671
19662
|
},
|
|
19672
|
-
{
|
|
19673
|
-
name: "BridgeTransferRecord",
|
|
19674
|
-
discriminator: [
|
|
19675
|
-
46,
|
|
19676
|
-
131,
|
|
19677
|
-
253,
|
|
19678
|
-
32,
|
|
19679
|
-
218,
|
|
19680
|
-
137,
|
|
19681
|
-
45,
|
|
19682
|
-
96
|
|
19683
|
-
]
|
|
19684
|
-
},
|
|
19685
19663
|
{
|
|
19686
19664
|
name: "StateAccount",
|
|
19687
19665
|
discriminator: [
|
|
@@ -19801,6 +19779,26 @@ var errors$2 = [
|
|
|
19801
19779
|
code: 6020,
|
|
19802
19780
|
name: "InvalidOftAuxiliaryBalance",
|
|
19803
19781
|
msg: "The OFT auxiliary token balance did not change as expected"
|
|
19782
|
+
},
|
|
19783
|
+
{
|
|
19784
|
+
code: 6021,
|
|
19785
|
+
name: "InvalidRemainingAccounts",
|
|
19786
|
+
msg: "The remaining accounts are invalid"
|
|
19787
|
+
},
|
|
19788
|
+
{
|
|
19789
|
+
code: 6022,
|
|
19790
|
+
name: "DuplicateTransferRecord",
|
|
19791
|
+
msg: "Duplicate transfer record found"
|
|
19792
|
+
},
|
|
19793
|
+
{
|
|
19794
|
+
code: 6023,
|
|
19795
|
+
name: "TooManyManagedTransfers",
|
|
19796
|
+
msg: "Too many managed transfers are inflight for this vault"
|
|
19797
|
+
},
|
|
19798
|
+
{
|
|
19799
|
+
code: 6024,
|
|
19800
|
+
name: "InvalidBridgeRegistry",
|
|
19801
|
+
msg: "The bridge registry does not belong to this vault"
|
|
19804
19802
|
}
|
|
19805
19803
|
];
|
|
19806
19804
|
var types$8 = [
|
|
@@ -19865,61 +19863,24 @@ var types$8 = [
|
|
|
19865
19863
|
}
|
|
19866
19864
|
},
|
|
19867
19865
|
{
|
|
19868
|
-
name: "
|
|
19869
|
-
|
|
19870
|
-
|
|
19871
|
-
|
|
19872
|
-
|
|
19873
|
-
name: "glam_state",
|
|
19874
|
-
type: "pubkey"
|
|
19875
|
-
},
|
|
19876
|
-
{
|
|
19877
|
-
name: "managed_transfer_count",
|
|
19878
|
-
type: "u64"
|
|
19879
|
-
},
|
|
19880
|
-
{
|
|
19881
|
-
name: "bump",
|
|
19882
|
-
type: "u8"
|
|
19883
|
-
}
|
|
19884
|
-
]
|
|
19885
|
-
}
|
|
19886
|
-
},
|
|
19887
|
-
{
|
|
19888
|
-
name: "BridgeSession",
|
|
19866
|
+
name: "BridgeManagedTransfer",
|
|
19867
|
+
serialization: "bytemuckunsafe",
|
|
19868
|
+
repr: {
|
|
19869
|
+
kind: "c"
|
|
19870
|
+
},
|
|
19889
19871
|
type: {
|
|
19890
19872
|
kind: "struct",
|
|
19891
19873
|
fields: [
|
|
19892
|
-
{
|
|
19893
|
-
name: "glam_state",
|
|
19894
|
-
type: "pubkey"
|
|
19895
|
-
},
|
|
19896
|
-
{
|
|
19897
|
-
name: "signer",
|
|
19898
|
-
type: "pubkey"
|
|
19899
|
-
},
|
|
19900
19874
|
{
|
|
19901
19875
|
name: "transfer_id",
|
|
19902
|
-
type:
|
|
19903
|
-
array: [
|
|
19904
|
-
"u8",
|
|
19905
|
-
32
|
|
19906
|
-
]
|
|
19907
|
-
}
|
|
19908
|
-
},
|
|
19909
|
-
{
|
|
19910
|
-
name: "protocol",
|
|
19911
|
-
type: "u16"
|
|
19912
|
-
},
|
|
19913
|
-
{
|
|
19914
|
-
name: "managed",
|
|
19915
|
-
type: "bool"
|
|
19876
|
+
type: "pubkey"
|
|
19916
19877
|
},
|
|
19917
19878
|
{
|
|
19918
19879
|
name: "source_mint",
|
|
19919
19880
|
type: "pubkey"
|
|
19920
19881
|
},
|
|
19921
19882
|
{
|
|
19922
|
-
name: "
|
|
19883
|
+
name: "destination_recipient",
|
|
19923
19884
|
type: "pubkey"
|
|
19924
19885
|
},
|
|
19925
19886
|
{
|
|
@@ -19931,30 +19892,9 @@ var types$8 = [
|
|
|
19931
19892
|
type: "pubkey"
|
|
19932
19893
|
},
|
|
19933
19894
|
{
|
|
19934
|
-
name: "
|
|
19935
|
-
type: "pubkey"
|
|
19936
|
-
},
|
|
19937
|
-
{
|
|
19938
|
-
name: "provider_delegate",
|
|
19939
|
-
type: "pubkey"
|
|
19940
|
-
},
|
|
19941
|
-
{
|
|
19942
|
-
name: "provider_receipt",
|
|
19895
|
+
name: "provider_emitter",
|
|
19943
19896
|
type: "pubkey"
|
|
19944
19897
|
},
|
|
19945
|
-
{
|
|
19946
|
-
name: "provider_instruction_hash",
|
|
19947
|
-
type: {
|
|
19948
|
-
array: [
|
|
19949
|
-
"u8",
|
|
19950
|
-
32
|
|
19951
|
-
]
|
|
19952
|
-
}
|
|
19953
|
-
},
|
|
19954
|
-
{
|
|
19955
|
-
name: "provider_instruction_count",
|
|
19956
|
-
type: "u16"
|
|
19957
|
-
},
|
|
19958
19898
|
{
|
|
19959
19899
|
name: "source_amount",
|
|
19960
19900
|
type: "u64"
|
|
@@ -19964,38 +19904,47 @@ var types$8 = [
|
|
|
19964
19904
|
type: "u64"
|
|
19965
19905
|
},
|
|
19966
19906
|
{
|
|
19967
|
-
name: "
|
|
19907
|
+
name: "provider_sequence",
|
|
19968
19908
|
type: "u64"
|
|
19969
19909
|
},
|
|
19970
19910
|
{
|
|
19971
|
-
name: "
|
|
19911
|
+
name: "committed_slot",
|
|
19972
19912
|
type: "u64"
|
|
19973
19913
|
},
|
|
19974
19914
|
{
|
|
19975
|
-
name: "
|
|
19915
|
+
name: "protocol",
|
|
19976
19916
|
type: "u16"
|
|
19977
19917
|
},
|
|
19978
19918
|
{
|
|
19979
|
-
name: "
|
|
19980
|
-
type: "
|
|
19919
|
+
name: "destination_chain",
|
|
19920
|
+
type: "u16"
|
|
19981
19921
|
},
|
|
19982
19922
|
{
|
|
19983
|
-
name: "
|
|
19984
|
-
type: "
|
|
19923
|
+
name: "source_decimals",
|
|
19924
|
+
type: "u8"
|
|
19985
19925
|
},
|
|
19986
19926
|
{
|
|
19987
|
-
name: "
|
|
19988
|
-
type: "
|
|
19927
|
+
name: "status",
|
|
19928
|
+
type: "u8"
|
|
19989
19929
|
},
|
|
19990
19930
|
{
|
|
19991
|
-
name: "
|
|
19992
|
-
type:
|
|
19931
|
+
name: "reserved",
|
|
19932
|
+
type: {
|
|
19933
|
+
array: [
|
|
19934
|
+
"u8",
|
|
19935
|
+
2
|
|
19936
|
+
]
|
|
19937
|
+
}
|
|
19993
19938
|
}
|
|
19994
19939
|
]
|
|
19995
19940
|
}
|
|
19996
19941
|
},
|
|
19997
19942
|
{
|
|
19998
|
-
name: "
|
|
19943
|
+
name: "BridgeRegistry",
|
|
19944
|
+
serialization: "bytemuckunsafe",
|
|
19945
|
+
repr: {
|
|
19946
|
+
kind: "c"
|
|
19947
|
+
},
|
|
19999
19948
|
type: {
|
|
20000
19949
|
kind: "struct",
|
|
20001
19950
|
fields: [
|
|
@@ -20004,38 +19953,67 @@ var types$8 = [
|
|
|
20004
19953
|
type: "pubkey"
|
|
20005
19954
|
},
|
|
20006
19955
|
{
|
|
20007
|
-
name: "
|
|
19956
|
+
name: "managed_transfer_count",
|
|
19957
|
+
type: "u8"
|
|
19958
|
+
},
|
|
19959
|
+
{
|
|
19960
|
+
name: "reserved",
|
|
20008
19961
|
type: {
|
|
20009
19962
|
array: [
|
|
20010
19963
|
"u8",
|
|
20011
|
-
|
|
19964
|
+
7
|
|
20012
19965
|
]
|
|
20013
19966
|
}
|
|
20014
19967
|
},
|
|
20015
19968
|
{
|
|
20016
|
-
name: "
|
|
20017
|
-
type: "u16"
|
|
20018
|
-
},
|
|
20019
|
-
{
|
|
20020
|
-
name: "status",
|
|
19969
|
+
name: "transfers",
|
|
20021
19970
|
type: {
|
|
20022
|
-
|
|
20023
|
-
|
|
20024
|
-
|
|
19971
|
+
array: [
|
|
19972
|
+
{
|
|
19973
|
+
defined: {
|
|
19974
|
+
name: "BridgeManagedTransfer"
|
|
19975
|
+
}
|
|
19976
|
+
},
|
|
19977
|
+
16
|
|
19978
|
+
]
|
|
20025
19979
|
}
|
|
19980
|
+
}
|
|
19981
|
+
]
|
|
19982
|
+
}
|
|
19983
|
+
},
|
|
19984
|
+
{
|
|
19985
|
+
name: "BridgeSession",
|
|
19986
|
+
type: {
|
|
19987
|
+
kind: "struct",
|
|
19988
|
+
fields: [
|
|
19989
|
+
{
|
|
19990
|
+
name: "glam_state",
|
|
19991
|
+
type: "pubkey"
|
|
20026
19992
|
},
|
|
20027
19993
|
{
|
|
20028
|
-
name: "
|
|
20029
|
-
type: "
|
|
19994
|
+
name: "signer",
|
|
19995
|
+
type: "pubkey"
|
|
20030
19996
|
},
|
|
20031
19997
|
{
|
|
20032
|
-
name: "
|
|
19998
|
+
name: "transfer_id",
|
|
19999
|
+
type: "pubkey"
|
|
20000
|
+
},
|
|
20001
|
+
{
|
|
20002
|
+
name: "protocol",
|
|
20003
|
+
type: "u16"
|
|
20004
|
+
},
|
|
20005
|
+
{
|
|
20006
|
+
name: "managed",
|
|
20033
20007
|
type: "bool"
|
|
20034
20008
|
},
|
|
20035
20009
|
{
|
|
20036
20010
|
name: "source_mint",
|
|
20037
20011
|
type: "pubkey"
|
|
20038
20012
|
},
|
|
20013
|
+
{
|
|
20014
|
+
name: "source_decimals",
|
|
20015
|
+
type: "u8"
|
|
20016
|
+
},
|
|
20039
20017
|
{
|
|
20040
20018
|
name: "source_token_account",
|
|
20041
20019
|
type: "pubkey"
|
|
@@ -20049,23 +20027,19 @@ var types$8 = [
|
|
|
20049
20027
|
type: "pubkey"
|
|
20050
20028
|
},
|
|
20051
20029
|
{
|
|
20052
|
-
name: "
|
|
20053
|
-
type: "
|
|
20054
|
-
},
|
|
20055
|
-
{
|
|
20056
|
-
name: "quoted_out_amount",
|
|
20057
|
-
type: "u64"
|
|
20030
|
+
name: "provider_sender",
|
|
20031
|
+
type: "pubkey"
|
|
20058
20032
|
},
|
|
20059
20033
|
{
|
|
20060
|
-
name: "
|
|
20061
|
-
type: "
|
|
20034
|
+
name: "provider_delegate",
|
|
20035
|
+
type: "pubkey"
|
|
20062
20036
|
},
|
|
20063
20037
|
{
|
|
20064
|
-
name: "
|
|
20038
|
+
name: "provider_receipt",
|
|
20065
20039
|
type: "pubkey"
|
|
20066
20040
|
},
|
|
20067
20041
|
{
|
|
20068
|
-
name: "
|
|
20042
|
+
name: "provider_instruction_hash",
|
|
20069
20043
|
type: {
|
|
20070
20044
|
array: [
|
|
20071
20045
|
"u8",
|
|
@@ -20074,52 +20048,44 @@ var types$8 = [
|
|
|
20074
20048
|
}
|
|
20075
20049
|
},
|
|
20076
20050
|
{
|
|
20077
|
-
name: "
|
|
20078
|
-
type: "
|
|
20051
|
+
name: "provider_instruction_count",
|
|
20052
|
+
type: "u16"
|
|
20079
20053
|
},
|
|
20080
20054
|
{
|
|
20081
|
-
name: "
|
|
20055
|
+
name: "source_amount",
|
|
20082
20056
|
type: "u64"
|
|
20083
20057
|
},
|
|
20084
20058
|
{
|
|
20085
|
-
name: "
|
|
20059
|
+
name: "quoted_out_amount",
|
|
20086
20060
|
type: "u64"
|
|
20087
20061
|
},
|
|
20088
20062
|
{
|
|
20089
|
-
name: "
|
|
20063
|
+
name: "initial_source_balance",
|
|
20090
20064
|
type: "u64"
|
|
20091
20065
|
},
|
|
20092
20066
|
{
|
|
20093
|
-
name: "
|
|
20067
|
+
name: "initial_provider_sequence",
|
|
20094
20068
|
type: "u64"
|
|
20095
20069
|
},
|
|
20096
20070
|
{
|
|
20097
|
-
name: "
|
|
20098
|
-
type: "
|
|
20071
|
+
name: "destination_chain",
|
|
20072
|
+
type: "u16"
|
|
20099
20073
|
},
|
|
20100
20074
|
{
|
|
20101
|
-
name: "
|
|
20102
|
-
type: "
|
|
20103
|
-
}
|
|
20104
|
-
]
|
|
20105
|
-
}
|
|
20106
|
-
},
|
|
20107
|
-
{
|
|
20108
|
-
name: "BridgeTransferStatus",
|
|
20109
|
-
type: {
|
|
20110
|
-
kind: "enum",
|
|
20111
|
-
variants: [
|
|
20112
|
-
{
|
|
20113
|
-
name: "Committed"
|
|
20075
|
+
name: "destination_recipient",
|
|
20076
|
+
type: "pubkey"
|
|
20114
20077
|
},
|
|
20115
20078
|
{
|
|
20116
|
-
name: "
|
|
20079
|
+
name: "quote_expires_at",
|
|
20080
|
+
type: "i64"
|
|
20117
20081
|
},
|
|
20118
20082
|
{
|
|
20119
|
-
name: "
|
|
20083
|
+
name: "prepared_slot",
|
|
20084
|
+
type: "u64"
|
|
20120
20085
|
},
|
|
20121
20086
|
{
|
|
20122
|
-
name: "
|
|
20087
|
+
name: "bump",
|
|
20088
|
+
type: "u8"
|
|
20123
20089
|
}
|
|
20124
20090
|
]
|
|
20125
20091
|
}
|
|
@@ -20131,12 +20097,7 @@ var types$8 = [
|
|
|
20131
20097
|
fields: [
|
|
20132
20098
|
{
|
|
20133
20099
|
name: "transfer_id",
|
|
20134
|
-
type:
|
|
20135
|
-
array: [
|
|
20136
|
-
"u8",
|
|
20137
|
-
32
|
|
20138
|
-
]
|
|
20139
|
-
}
|
|
20100
|
+
type: "pubkey"
|
|
20140
20101
|
}
|
|
20141
20102
|
]
|
|
20142
20103
|
}
|
|
@@ -20840,12 +20801,7 @@ var types$8 = [
|
|
|
20840
20801
|
fields: [
|
|
20841
20802
|
{
|
|
20842
20803
|
name: "transfer_id",
|
|
20843
|
-
type:
|
|
20844
|
-
array: [
|
|
20845
|
-
"u8",
|
|
20846
|
-
32
|
|
20847
|
-
]
|
|
20848
|
-
}
|
|
20804
|
+
type: "pubkey"
|
|
20849
20805
|
},
|
|
20850
20806
|
{
|
|
20851
20807
|
name: "middle_instruction_hash",
|
|
@@ -20981,6 +20937,18 @@ var types$8 = [
|
|
|
20981
20937
|
]
|
|
20982
20938
|
}
|
|
20983
20939
|
},
|
|
20940
|
+
{
|
|
20941
|
+
name: "SettleManagedTransferArgs",
|
|
20942
|
+
type: {
|
|
20943
|
+
kind: "struct",
|
|
20944
|
+
fields: [
|
|
20945
|
+
{
|
|
20946
|
+
name: "transfer_id",
|
|
20947
|
+
type: "pubkey"
|
|
20948
|
+
}
|
|
20949
|
+
]
|
|
20950
|
+
}
|
|
20951
|
+
},
|
|
20984
20952
|
{
|
|
20985
20953
|
name: "StateAccount",
|
|
20986
20954
|
type: {
|
|
@@ -21127,6 +21095,18 @@ var types$8 = [
|
|
|
21127
21095
|
]
|
|
21128
21096
|
}
|
|
21129
21097
|
},
|
|
21098
|
+
{
|
|
21099
|
+
name: "ValidateManagedTransferArgs",
|
|
21100
|
+
type: {
|
|
21101
|
+
kind: "struct",
|
|
21102
|
+
fields: [
|
|
21103
|
+
{
|
|
21104
|
+
name: "transfer_id",
|
|
21105
|
+
type: "pubkey"
|
|
21106
|
+
}
|
|
21107
|
+
]
|
|
21108
|
+
}
|
|
21109
|
+
},
|
|
21130
21110
|
{
|
|
21131
21111
|
name: "ValuationModel",
|
|
21132
21112
|
type: {
|
|
@@ -21144,14 +21124,19 @@ var types$8 = [
|
|
|
21144
21124
|
];
|
|
21145
21125
|
var constants$8 = [
|
|
21146
21126
|
{
|
|
21147
|
-
name: "
|
|
21127
|
+
name: "PROTO_BRIDGE_PERM_SEND",
|
|
21148
21128
|
type: "u64",
|
|
21149
|
-
value: "
|
|
21129
|
+
value: "1"
|
|
21150
21130
|
},
|
|
21151
21131
|
{
|
|
21152
|
-
name: "
|
|
21132
|
+
name: "PROTO_BRIDGE_PERM_SETTLE",
|
|
21153
21133
|
type: "u64",
|
|
21154
|
-
value: "
|
|
21134
|
+
value: "4"
|
|
21135
|
+
},
|
|
21136
|
+
{
|
|
21137
|
+
name: "PROTO_BRIDGE_PERM_VALIDATE",
|
|
21138
|
+
type: "u64",
|
|
21139
|
+
value: "2"
|
|
21155
21140
|
},
|
|
21156
21141
|
{
|
|
21157
21142
|
name: "PROTO_LAYERZERO_OFT",
|
|
@@ -46247,6 +46232,7 @@ class JupiterApiClient {
|
|
|
46247
46232
|
this.name = data.name ?? null;
|
|
46248
46233
|
this.uri = data.uri ?? null;
|
|
46249
46234
|
this.enabled = data.enabled ?? null;
|
|
46235
|
+
this.oracleConfigs = data.oracleConfigs ?? null;
|
|
46250
46236
|
this.assets = data.assets ?? null;
|
|
46251
46237
|
this.created = data.created ?? null;
|
|
46252
46238
|
this.owner = data.owner ?? null;
|
|
@@ -47354,7 +47340,11 @@ let TxBuilder$g = class TxBuilder extends BaseTxBuilder {
|
|
|
47354
47340
|
const inputStakePool = STAKE_POOLS_MAP.get(inputMint.toBase58())?.poolState || null;
|
|
47355
47341
|
const outputStakePool = STAKE_POOLS_MAP.get(outputMint.toBase58())?.poolState || null;
|
|
47356
47342
|
const preInstructions = await this.getPreInstructions(glamSigner, inputMint, outputMint, amount, outputTokenProgram);
|
|
47357
|
-
|
|
47343
|
+
if (oracleAccounts?.kaminoReservesToRefresh && oracleAccounts.kaminoReservesToRefresh.length > 0) {
|
|
47344
|
+
const reserves = await this.client.klend.fetchAndParseReserves(oracleAccounts.kaminoReservesToRefresh);
|
|
47345
|
+
const refreshReservesIx = this.client.klend.txBuilder.refreshReservesBatchIx(reserves, false);
|
|
47346
|
+
preInstructions.push(refreshReservesIx);
|
|
47347
|
+
}
|
|
47358
47348
|
const ix = await this.client.base.protocolProgram.methods.jupiterSwapV2(skipQuotePriceCheck, swapIx.data).accounts({
|
|
47359
47349
|
glamState: this.client.base.statePda,
|
|
47360
47350
|
glamSigner,
|
|
@@ -47424,9 +47414,10 @@ class JupiterSwapClient {
|
|
|
47424
47414
|
const tx = await this.txBuilder.swapV2Tx(options, txOptions);
|
|
47425
47415
|
return await this.base.sendAndConfirm(tx);
|
|
47426
47416
|
}
|
|
47427
|
-
constructor(base, vault){
|
|
47417
|
+
constructor(base, vault, klend){
|
|
47428
47418
|
this.base = base;
|
|
47429
47419
|
this.vault = vault;
|
|
47420
|
+
this.klend = klend;
|
|
47430
47421
|
this.txBuilder = new TxBuilder$g(this);
|
|
47431
47422
|
this.jupApi = this.base.jupiterApiClient || new JupiterApiClient({
|
|
47432
47423
|
apiKey: this.base.jupiterApiKey
|
|
@@ -51561,6 +51552,8 @@ class PriceClient {
|
|
|
51561
51552
|
}
|
|
51562
51553
|
const epiRefreshIx = await this.priceEpiValidatedPositionsIx();
|
|
51563
51554
|
if (epiRefreshIx) pricingIxs.push(epiRefreshIx);
|
|
51555
|
+
const priceBridgeIxs = await this.bridge.txBuilder.priceManagedTransfersIxs();
|
|
51556
|
+
if (priceBridgeIxs) pricingIxs.push(...priceBridgeIxs);
|
|
51564
51557
|
return pricingIxs.filter(Boolean);
|
|
51565
51558
|
}
|
|
51566
51559
|
async validateAumIx() {
|
|
@@ -51600,10 +51593,11 @@ class PriceClient {
|
|
|
51600
51593
|
kaminoReserves
|
|
51601
51594
|
];
|
|
51602
51595
|
}
|
|
51603
|
-
constructor(base, klend, kvaults, getJupiterApi){
|
|
51596
|
+
constructor(base, klend, kvaults, bridge, getJupiterApi){
|
|
51604
51597
|
this.base = base;
|
|
51605
51598
|
this.klend = klend;
|
|
51606
51599
|
this.kvaults = kvaults;
|
|
51600
|
+
this.bridge = bridge;
|
|
51607
51601
|
this.getJupiterApi = getJupiterApi;
|
|
51608
51602
|
this._stateModel = null;
|
|
51609
51603
|
this._lookupTables = new PkSet();
|
|
@@ -53289,13 +53283,6 @@ function resolveCanonicalLayerzeroOftRouteProfile(params) {
|
|
|
53289
53283
|
}
|
|
53290
53284
|
|
|
53291
53285
|
const LAYERZERO_OFT_PROTOCOL = 1 << 2;
|
|
53292
|
-
function toFixedArray32$1(value, label) {
|
|
53293
|
-
const bytes = Array.from(Buffer.from(value));
|
|
53294
|
-
if (bytes.length !== 32) {
|
|
53295
|
-
throw new Error(`${label} must be exactly 32 bytes`);
|
|
53296
|
-
}
|
|
53297
|
-
return bytes;
|
|
53298
|
-
}
|
|
53299
53286
|
function appendU16Le(parts, value) {
|
|
53300
53287
|
const out = Buffer.alloc(2);
|
|
53301
53288
|
out.writeUInt16LE(value, 0);
|
|
@@ -53394,15 +53381,53 @@ function getBridgeSessionPda(glamState, transferId, bridgeProgramId) {
|
|
|
53394
53381
|
return PublicKey.findProgramAddressSync([
|
|
53395
53382
|
Buffer.from(SEED_BRIDGE_SESSION),
|
|
53396
53383
|
glamState.toBuffer(),
|
|
53397
|
-
|
|
53384
|
+
transferId.toBuffer()
|
|
53398
53385
|
], bridgeProgramId)[0];
|
|
53399
53386
|
}
|
|
53400
|
-
function
|
|
53401
|
-
return
|
|
53402
|
-
|
|
53403
|
-
|
|
53404
|
-
|
|
53405
|
-
|
|
53387
|
+
function toCount(value) {
|
|
53388
|
+
return BN.isBN(value) ? value.toNumber() : value;
|
|
53389
|
+
}
|
|
53390
|
+
function toBridgeTransferStatus(status) {
|
|
53391
|
+
switch(status){
|
|
53392
|
+
case 0:
|
|
53393
|
+
return {
|
|
53394
|
+
committed: {}
|
|
53395
|
+
};
|
|
53396
|
+
case 1:
|
|
53397
|
+
return {
|
|
53398
|
+
validated: {}
|
|
53399
|
+
};
|
|
53400
|
+
case 2:
|
|
53401
|
+
return {
|
|
53402
|
+
settled: {}
|
|
53403
|
+
};
|
|
53404
|
+
default:
|
|
53405
|
+
throw new Error(`Unsupported bridge transfer status: ${status}`);
|
|
53406
|
+
}
|
|
53407
|
+
}
|
|
53408
|
+
function getActiveRegistryTransfers(registry) {
|
|
53409
|
+
return registry.transfers.slice(0, toCount(registry.managedTransferCount));
|
|
53410
|
+
}
|
|
53411
|
+
function registryTransferToRecord(transfer, glamState) {
|
|
53412
|
+
return {
|
|
53413
|
+
glamState,
|
|
53414
|
+
transferId: transfer.transferId,
|
|
53415
|
+
protocol: transfer.protocol,
|
|
53416
|
+
status: toBridgeTransferStatus(transfer.status),
|
|
53417
|
+
managed: true,
|
|
53418
|
+
receiptVerified: true,
|
|
53419
|
+
sourceMint: transfer.sourceMint,
|
|
53420
|
+
sourceDecimals: transfer.sourceDecimals,
|
|
53421
|
+
providerProgram: transfer.providerProgram,
|
|
53422
|
+
providerConfig: transfer.providerConfig,
|
|
53423
|
+
sourceAmount: transfer.sourceAmount,
|
|
53424
|
+
quotedOutAmount: transfer.quotedOutAmount,
|
|
53425
|
+
destinationChain: transfer.destinationChain,
|
|
53426
|
+
destinationRecipient: transfer.destinationRecipient,
|
|
53427
|
+
providerEmitter: transfer.providerEmitter,
|
|
53428
|
+
providerSequence: transfer.providerSequence,
|
|
53429
|
+
committedSlot: transfer.committedSlot
|
|
53430
|
+
};
|
|
53406
53431
|
}
|
|
53407
53432
|
function toRouteManagementModeArg(managementMode) {
|
|
53408
53433
|
if (managementMode && typeof managementMode === "object" && ("unmanagedOnly" in managementMode || "managedOnly" in managementMode || "either" in managementMode)) {
|
|
@@ -53448,7 +53473,7 @@ async function deriveOftAuxiliaryAccountSeed(glamState, transferId) {
|
|
|
53448
53473
|
const digest = await sha256(Buffer.concat([
|
|
53449
53474
|
Buffer.from("oft-auxiliary-account"),
|
|
53450
53475
|
glamState.toBuffer(),
|
|
53451
|
-
|
|
53476
|
+
transferId.toBuffer()
|
|
53452
53477
|
]));
|
|
53453
53478
|
return digest.subarray(0, 16).toString("hex");
|
|
53454
53479
|
}
|
|
@@ -53521,10 +53546,9 @@ let TxBuilder$1 = class TxBuilder extends BaseTxBuilder {
|
|
|
53521
53546
|
if (params.providerInstructions.length !== 1) {
|
|
53522
53547
|
throw new Error("OFT transfers require exactly one provider instruction");
|
|
53523
53548
|
}
|
|
53524
|
-
const transferId =
|
|
53549
|
+
const transferId = params.transferId;
|
|
53525
53550
|
const registryPda = getBridgeRegistryPda(this.client.base.statePda, this.client.base.extBridgeProgram.programId);
|
|
53526
53551
|
const sessionPda = getBridgeSessionPda(this.client.base.statePda, transferId, this.client.base.extBridgeProgram.programId);
|
|
53527
|
-
const transferRecordPda = getBridgeTransferRecordPda(this.client.base.statePda, transferId, this.client.base.extBridgeProgram.programId);
|
|
53528
53552
|
const integrationAuthority = PublicKey.findProgramAddressSync([
|
|
53529
53553
|
Buffer.from(SEED_INTEGRATION_AUTHORITY)
|
|
53530
53554
|
], this.client.base.extBridgeProgram.programId)[0];
|
|
@@ -53577,17 +53601,16 @@ let TxBuilder$1 = class TxBuilder extends BaseTxBuilder {
|
|
|
53577
53601
|
glamState: this.client.base.statePda,
|
|
53578
53602
|
glamVault: this.client.base.vaultPda,
|
|
53579
53603
|
glamSigner: txOptions.signer || this.client.base.signer,
|
|
53580
|
-
integrationAuthority,
|
|
53581
53604
|
cpiProgram: tokenProgram,
|
|
53582
53605
|
glamProtocolProgram: this.client.base.protocolProgram.programId,
|
|
53583
|
-
systemProgram: SystemProgram.programId,
|
|
53584
53606
|
instructions: SYSVAR_INSTRUCTIONS_PUBKEY,
|
|
53585
53607
|
bridgeRegistry: registryPda,
|
|
53586
53608
|
bridgeSession: sessionPda,
|
|
53587
|
-
transferRecord: transferRecordPda,
|
|
53588
53609
|
sourceTokenAccount,
|
|
53589
53610
|
sourceMint: params.sourceMint,
|
|
53590
|
-
auxiliaryTokenAccount
|
|
53611
|
+
auxiliaryTokenAccount,
|
|
53612
|
+
integrationAuthority,
|
|
53613
|
+
systemProgram: SystemProgram.programId
|
|
53591
53614
|
});
|
|
53592
53615
|
commitMethod.remainingAccounts(commitRemainingAccounts);
|
|
53593
53616
|
const commitIx = await commitMethod.instruction();
|
|
@@ -53600,11 +53623,65 @@ let TxBuilder$1 = class TxBuilder extends BaseTxBuilder {
|
|
|
53600
53623
|
tx,
|
|
53601
53624
|
additionalSigners: params.providerSigners || [],
|
|
53602
53625
|
sessionPda,
|
|
53603
|
-
transferRecordPda,
|
|
53604
53626
|
auxiliaryTokenAccount,
|
|
53605
53627
|
sourceTokenAccount
|
|
53606
53628
|
};
|
|
53607
53629
|
}
|
|
53630
|
+
async priceManagedTransfersIxs() {
|
|
53631
|
+
const [stateAccount, registry] = await Promise.all([
|
|
53632
|
+
this.client.base.fetchStateAccount(),
|
|
53633
|
+
this.client.fetchRegistry()
|
|
53634
|
+
]);
|
|
53635
|
+
if (!registry) {
|
|
53636
|
+
throw new Error("Managed bridge registry not initialized");
|
|
53637
|
+
}
|
|
53638
|
+
const transfers = getActiveRegistryTransfers(registry);
|
|
53639
|
+
const [baseAssetMeta, assetMetas] = await Promise.all([
|
|
53640
|
+
this.client.base.getAssetMeta(stateAccount.baseAssetMint),
|
|
53641
|
+
Promise.all(transfers.map(async (transfer)=>({
|
|
53642
|
+
transfer,
|
|
53643
|
+
assetMeta: await this.client.base.getAssetMeta(transfer.sourceMint)
|
|
53644
|
+
})))
|
|
53645
|
+
]);
|
|
53646
|
+
const integrationAuthority = PublicKey.findProgramAddressSync([
|
|
53647
|
+
Buffer.from(SEED_INTEGRATION_AUTHORITY)
|
|
53648
|
+
], this.client.base.extBridgeProgram.programId)[0];
|
|
53649
|
+
const ixs = [];
|
|
53650
|
+
const kaminoReserveKeys = new Map();
|
|
53651
|
+
[
|
|
53652
|
+
baseAssetMeta,
|
|
53653
|
+
...assetMetas.map(({ assetMeta })=>assetMeta)
|
|
53654
|
+
].forEach((assetMeta)=>{
|
|
53655
|
+
if (assetMeta.oracleSource === "KaminoReserve") {
|
|
53656
|
+
kaminoReserveKeys.set(assetMeta.oracle.toBase58(), assetMeta.oracle);
|
|
53657
|
+
}
|
|
53658
|
+
});
|
|
53659
|
+
if (kaminoReserveKeys.size > 0) {
|
|
53660
|
+
const klend = new KaminoLendingClient(this.client.base, new VaultClient(this.client.base));
|
|
53661
|
+
const reserves = await klend.fetchAndParseReserves(Array.from(kaminoReserveKeys.values()));
|
|
53662
|
+
ixs.push(klend.txBuilder.refreshReservesBatchIx(reserves, false));
|
|
53663
|
+
}
|
|
53664
|
+
const remainingAccounts = assetMetas.map(({ assetMeta })=>({
|
|
53665
|
+
pubkey: assetMeta.oracle,
|
|
53666
|
+
isSigner: false,
|
|
53667
|
+
isWritable: false
|
|
53668
|
+
}));
|
|
53669
|
+
const priceMethod = this.client.base.extBridgeProgram.methods.priceManagedTransfers().accountsPartial({
|
|
53670
|
+
glamState: this.client.base.statePda,
|
|
53671
|
+
bridgeRegistry: this.client.getRegistryPda(),
|
|
53672
|
+
integrationAuthority,
|
|
53673
|
+
glamProtocolProgram: this.client.base.protocolProgram.programId,
|
|
53674
|
+
glamConfig: getGlobalConfigPda(),
|
|
53675
|
+
baseAssetOracle: baseAssetMeta.oracle
|
|
53676
|
+
});
|
|
53677
|
+
priceMethod.remainingAccounts(remainingAccounts);
|
|
53678
|
+
ixs.push(await priceMethod.instruction());
|
|
53679
|
+
return ixs;
|
|
53680
|
+
}
|
|
53681
|
+
async priceManagedTransfersTx(txOptions = {}) {
|
|
53682
|
+
const ixs = await this.priceManagedTransfersIxs();
|
|
53683
|
+
return await this.buildVersionedTx(ixs, txOptions);
|
|
53684
|
+
}
|
|
53608
53685
|
};
|
|
53609
53686
|
let LayerzeroOftBridgeProtocolClient = class LayerzeroOftBridgeProtocolClient {
|
|
53610
53687
|
async buildSendTx(params, txOptions = {}) {
|
|
@@ -53625,9 +53702,6 @@ class BridgeClient {
|
|
|
53625
53702
|
getSessionPda(transferId) {
|
|
53626
53703
|
return getBridgeSessionPda(this.base.statePda, transferId, this.base.extBridgeProgram.programId);
|
|
53627
53704
|
}
|
|
53628
|
-
getTransferRecordPda(transferId) {
|
|
53629
|
-
return getBridgeTransferRecordPda(this.base.statePda, transferId, this.base.extBridgeProgram.programId);
|
|
53630
|
-
}
|
|
53631
53705
|
getLayerzeroNoncePda(endpointProgram, sender, destinationChain, destinationRecipient) {
|
|
53632
53706
|
return deriveLayerzeroNoncePda(endpointProgram, sender, destinationChain, destinationRecipient);
|
|
53633
53707
|
}
|
|
@@ -53775,7 +53849,19 @@ class BridgeClient {
|
|
|
53775
53849
|
return await this.base.extBridgeProgram.account.bridgeSession.fetchNullable(this.getSessionPda(transferId));
|
|
53776
53850
|
}
|
|
53777
53851
|
async fetchTransferRecord(transferId) {
|
|
53778
|
-
|
|
53852
|
+
const record = await this.fetchTransferRecordNullable(transferId);
|
|
53853
|
+
if (!record) {
|
|
53854
|
+
throw new Error(`Managed bridge transfer not found for transferId ${transferId.toBase58()}`);
|
|
53855
|
+
}
|
|
53856
|
+
return record;
|
|
53857
|
+
}
|
|
53858
|
+
async fetchTransferRecordNullable(transferId) {
|
|
53859
|
+
const registry = await this.fetchRegistry();
|
|
53860
|
+
if (!registry) {
|
|
53861
|
+
return null;
|
|
53862
|
+
}
|
|
53863
|
+
const transfer = getActiveRegistryTransfers(registry).find((candidate)=>candidate.transferId.equals(transferId));
|
|
53864
|
+
return transfer ? registryTransferToRecord(transfer, this.base.statePda) : null;
|
|
53779
53865
|
}
|
|
53780
53866
|
async addLayerzeroOftRoute(route, txOptions = {}) {
|
|
53781
53867
|
const glamSigner = txOptions.signer || this.base.signer;
|
|
@@ -53808,7 +53894,7 @@ class BridgeClient {
|
|
|
53808
53894
|
return await this.txBuilder.buildOftTransferTx(params, txOptions);
|
|
53809
53895
|
}
|
|
53810
53896
|
async buildLayerzeroOftSendTx(params, txOptions = {}) {
|
|
53811
|
-
const resolvedTransferId = params.transferId || Keypair.generate().publicKey
|
|
53897
|
+
const resolvedTransferId = params.transferId || Keypair.generate().publicKey;
|
|
53812
53898
|
const { tokenProgram } = await fetchMintAndTokenProgram(this.base.connection, params.sourceMint);
|
|
53813
53899
|
const signer = txOptions.signer || this.base.signer;
|
|
53814
53900
|
const sourceTokenAccount = params.sourceTokenAccount || this.base.getVaultAta(params.sourceMint, tokenProgram);
|
|
@@ -53881,63 +53967,39 @@ class BridgeClient {
|
|
|
53881
53967
|
};
|
|
53882
53968
|
}
|
|
53883
53969
|
async settleManagedTransfer(transferId, txOptions = {}) {
|
|
53884
|
-
const
|
|
53885
|
-
glamState: this.base.statePda,
|
|
53886
|
-
glamSigner: txOptions.signer || this.base.signer,
|
|
53887
|
-
transferRecord: this.getTransferRecordPda(transferId)
|
|
53888
|
-
}).instruction();
|
|
53889
|
-
const tx = await this.txBuilder.buildVersionedTx([
|
|
53890
|
-
ix
|
|
53891
|
-
], txOptions);
|
|
53892
|
-
return await this.base.sendAndConfirm(tx);
|
|
53893
|
-
}
|
|
53894
|
-
async reconcileManagedTransfer(transferId, txOptions = {}) {
|
|
53895
|
-
PublicKey.findProgramAddressSync([
|
|
53970
|
+
const integrationAuthority = PublicKey.findProgramAddressSync([
|
|
53896
53971
|
Buffer.from(SEED_INTEGRATION_AUTHORITY)
|
|
53897
53972
|
], this.base.extBridgeProgram.programId)[0];
|
|
53898
|
-
const ix = await this.base.extBridgeProgram.methods.
|
|
53973
|
+
const ix = await this.base.extBridgeProgram.methods.settleManagedTransfer({
|
|
53974
|
+
transferId
|
|
53975
|
+
}).accountsPartial({
|
|
53899
53976
|
glamState: this.base.statePda,
|
|
53900
|
-
|
|
53977
|
+
glamVault: this.base.vaultPda,
|
|
53901
53978
|
glamSigner: txOptions.signer || this.base.signer,
|
|
53902
|
-
|
|
53903
|
-
|
|
53904
|
-
|
|
53905
|
-
|
|
53906
|
-
transferRecord: this.getTransferRecordPda(transferId)
|
|
53979
|
+
glamProtocolProgram: this.base.protocolProgram.programId,
|
|
53980
|
+
bridgeRegistry: this.getRegistryPda(),
|
|
53981
|
+
integrationAuthority,
|
|
53982
|
+
systemProgram: SystemProgram.programId
|
|
53907
53983
|
}).instruction();
|
|
53908
53984
|
const tx = await this.txBuilder.buildVersionedTx([
|
|
53909
53985
|
ix
|
|
53910
53986
|
], txOptions);
|
|
53911
53987
|
return await this.base.sendAndConfirm(tx);
|
|
53912
53988
|
}
|
|
53913
|
-
async
|
|
53914
|
-
|
|
53915
|
-
|
|
53916
|
-
|
|
53917
|
-
const ix = await this.base.extBridgeProgram.methods.failOrCancelManagedTransfer(failureReason).accounts({
|
|
53989
|
+
async validateManagedTransfer(transferId, txOptions = {}) {
|
|
53990
|
+
const ix = await this.base.extBridgeProgram.methods.validateManagedTransfer({
|
|
53991
|
+
transferId
|
|
53992
|
+
}).accounts({
|
|
53918
53993
|
glamState: this.base.statePda,
|
|
53919
|
-
|
|
53920
|
-
glamSigner: txOptions.signer || this.base.signer,
|
|
53921
|
-
// integrationAuthority,
|
|
53922
|
-
// glamProtocolProgram: this.base.protocolProgram.programId,
|
|
53923
|
-
// systemProgram: SystemProgram.programId,
|
|
53924
|
-
// bridgeRegistry: this.getRegistryPda(),
|
|
53925
|
-
transferRecord: this.getTransferRecordPda(transferId)
|
|
53994
|
+
glamSigner: txOptions.signer || this.base.signer
|
|
53926
53995
|
}).instruction();
|
|
53927
53996
|
const tx = await this.txBuilder.buildVersionedTx([
|
|
53928
53997
|
ix
|
|
53929
53998
|
], txOptions);
|
|
53930
53999
|
return await this.base.sendAndConfirm(tx);
|
|
53931
54000
|
}
|
|
53932
|
-
async
|
|
53933
|
-
const
|
|
53934
|
-
glamState: this.base.statePda,
|
|
53935
|
-
glamSigner: txOptions.signer || this.base.signer,
|
|
53936
|
-
transferRecord: this.getTransferRecordPda(transferId)
|
|
53937
|
-
}).instruction();
|
|
53938
|
-
const tx = await this.txBuilder.buildVersionedTx([
|
|
53939
|
-
ix
|
|
53940
|
-
], txOptions);
|
|
54001
|
+
async priceManagedTransfers(txOptions = {}) {
|
|
54002
|
+
const tx = await this.txBuilder.priceManagedTransfersTx(txOptions);
|
|
53941
54003
|
return await this.base.sendAndConfirm(tx);
|
|
53942
54004
|
}
|
|
53943
54005
|
constructor(base){
|
|
@@ -54093,7 +54155,7 @@ class EpiClient {
|
|
|
54093
54155
|
}
|
|
54094
54156
|
get jupiterSwap() {
|
|
54095
54157
|
if (!this._jupiterSwap) {
|
|
54096
|
-
this._jupiterSwap = new JupiterSwapClient(this, this.vault);
|
|
54158
|
+
this._jupiterSwap = new JupiterSwapClient(this, this.vault, this.kaminoLending);
|
|
54097
54159
|
}
|
|
54098
54160
|
return this._jupiterSwap;
|
|
54099
54161
|
}
|
|
@@ -54123,7 +54185,7 @@ class EpiClient {
|
|
|
54123
54185
|
}
|
|
54124
54186
|
get price() {
|
|
54125
54187
|
if (!this._price) {
|
|
54126
|
-
this._price = new PriceClient(this, this.kaminoLending, this.kaminoVaults, ()=>this.jupiterSwap.jupApi);
|
|
54188
|
+
this._price = new PriceClient(this, this.kaminoLending, this.kaminoVaults, this.bridge, ()=>this.jupiterSwap.jupApi);
|
|
54127
54189
|
}
|
|
54128
54190
|
return this._price;
|
|
54129
54191
|
}
|