@bronlabs/intents-sdk 1.0.108 → 1.0.110

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/abi/Metadata.json CHANGED
@@ -296,6 +296,53 @@
296
296
  "internalType": "uint128",
297
297
  "name": "broadcasterFeeBps",
298
298
  "type": "uint128"
299
+ },
300
+ {
301
+ "internalType": "uint128",
302
+ "name": "actualBlockTimestamp",
303
+ "type": "uint128"
304
+ },
305
+ {
306
+ "internalType": "uint128",
307
+ "name": "oraclesFee",
308
+ "type": "uint128"
309
+ },
310
+ {
311
+ "internalType": "uint128",
312
+ "name": "oraclesFeeBps",
313
+ "type": "uint128"
314
+ },
315
+ {
316
+ "components": [
317
+ {
318
+ "internalType": "string",
319
+ "name": "userSettlementFromAddress",
320
+ "type": "string"
321
+ },
322
+ {
323
+ "internalType": "string",
324
+ "name": "solverSettlementFromAddress",
325
+ "type": "string"
326
+ }
327
+ ],
328
+ "internalType": "struct IOrderEngine.SettlementFromAddresses",
329
+ "name": "settlementFromAddresses",
330
+ "type": "tuple"
331
+ },
332
+ {
333
+ "internalType": "uint128",
334
+ "name": "solverFeePercent_e4",
335
+ "type": "uint128"
336
+ },
337
+ {
338
+ "internalType": "uint128",
339
+ "name": "broadcasterFeePercent_e4",
340
+ "type": "uint128"
341
+ },
342
+ {
343
+ "internalType": "uint128",
344
+ "name": "oraclesFeePercent_e4",
345
+ "type": "uint128"
299
346
  }
300
347
  ],
301
348
  "internalType": "struct IMetadata.OrderFullResponse",