@zoralabs/protocol-sdk 0.7.2 → 0.7.3-SPARKS.0

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
@@ -2927,7 +2927,7 @@ function decodeCallFailedError(error) {
2927
2927
  // src/mints/mints-eth-unwrapper-and-caller.ts
2928
2928
  import {
2929
2929
  iUnwrapAndForwardActionABI,
2930
- mintsEthUnwrapperAndCallerAddress
2930
+ sparksEthUnwrapperAndCallerAddress
2931
2931
  } from "@zoralabs/protocol-deployments";
2932
2932
  import { encodeFunctionData as encodeFunctionData3 } from "viem";
2933
2933
  var makeCallWithEthSafeTransferData = ({
@@ -2955,7 +2955,7 @@ var unwrapAndForwardEthPermitAndTypedDataDefinition = ({
2955
2955
  tokenIds,
2956
2956
  quantities,
2957
2957
  safeTransferData: safeTransferData || makeCallWithEthSafeTransferData(callWithEth),
2958
- to: mintsEthUnwrapperAndCallerAddress[chainId],
2958
+ to: sparksEthUnwrapperAndCallerAddress[chainId],
2959
2959
  nonce
2960
2960
  });
2961
2961