damm-sdk 1.4.37 → 1.4.38

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.js CHANGED
@@ -82420,6 +82420,21 @@ var withdrawMorphoBlueTrx = ({
82420
82420
  data: WithdrawMorphoBlueCalldata(args)
82421
82421
  });
82422
82422
  };
82423
+ var MARKET_PARAMS_ABI_COMPONENTS = [
82424
+ {
82425
+ type: "tuple",
82426
+ components: [
82427
+ { name: "loanToken", type: "address" },
82428
+ { name: "collateralToken", type: "address" },
82429
+ { name: "oracle", type: "address" },
82430
+ { name: "irm", type: "address" },
82431
+ { name: "lltv", type: "uint256" }
82432
+ ]
82433
+ }
82434
+ ];
82435
+ var MorphoBlueMarketParamsCalldata = (marketParams) => {
82436
+ return encodeAbiParameters(MARKET_PARAMS_ABI_COMPONENTS, [marketParams]);
82437
+ };
82423
82438
  // src/integrations/erc20/erc20.abi.ts
82424
82439
  var erc20_abi_default = [
82425
82440
  {
@@ -105258,6 +105273,7 @@ export {
105258
105273
  NextTxCalldata,
105259
105274
  MultisendBuilder,
105260
105275
  morpho_vault_abi_default as MorphoVaultAbi,
105276
+ MorphoBlueMarketParamsCalldata,
105261
105277
  morpho_blue_abi_default as MorphoBlueAbi,
105262
105278
  lendle_pool_abi_default as LendlePoolAbi,
105263
105279
  LagoonV2UpdateWhitelistManagerCalldata,
@@ -105364,4 +105380,4 @@ export {
105364
105380
  AXELAR_GMP_API_MAINNET
105365
105381
  };
105366
105382
 
105367
- //# debugId=B29DDEBAFDAF16EB64756E2164756E21
105383
+ //# debugId=6C565714BBFB812364756E2164756E21