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.cjs CHANGED
@@ -44912,6 +44912,7 @@ __export(exports_src, {
44912
44912
  NextTxCalldata: () => NextTxCalldata,
44913
44913
  MultisendBuilder: () => MultisendBuilder,
44914
44914
  MorphoVaultAbi: () => morpho_vault_abi_default,
44915
+ MorphoBlueMarketParamsCalldata: () => MorphoBlueMarketParamsCalldata,
44915
44916
  MorphoBlueAbi: () => morpho_blue_abi_default,
44916
44917
  LendlePoolAbi: () => lendle_pool_abi_default,
44917
44918
  LagoonV2UpdateWhitelistManagerCalldata: () => LagoonV2UpdateWhitelistManagerCalldata,
@@ -82860,6 +82861,21 @@ var withdrawMorphoBlueTrx = ({
82860
82861
  data: WithdrawMorphoBlueCalldata(args)
82861
82862
  });
82862
82863
  };
82864
+ var MARKET_PARAMS_ABI_COMPONENTS = [
82865
+ {
82866
+ type: "tuple",
82867
+ components: [
82868
+ { name: "loanToken", type: "address" },
82869
+ { name: "collateralToken", type: "address" },
82870
+ { name: "oracle", type: "address" },
82871
+ { name: "irm", type: "address" },
82872
+ { name: "lltv", type: "uint256" }
82873
+ ]
82874
+ }
82875
+ ];
82876
+ var MorphoBlueMarketParamsCalldata = (marketParams) => {
82877
+ return encodeAbiParameters(MARKET_PARAMS_ABI_COMPONENTS, [marketParams]);
82878
+ };
82863
82879
  // src/integrations/erc20/erc20.abi.ts
82864
82880
  var erc20_abi_default = [
82865
82881
  {
@@ -105361,4 +105377,4 @@ var simulateOrThrow = async (env) => {
105361
105377
  };
105362
105378
  };
105363
105379
 
105364
- //# debugId=F7EC22EB720F4D9964756E2164756E21
105380
+ //# debugId=133C8F9588DA366F64756E2164756E21