@uniswap/universal-router-sdk 4.19.4 → 4.19.6

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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
6
6
 
7
7
  var invariant = _interopDefault(require('tiny-invariant'));
8
- var UniversalRouter_json = require('@uniswap/universal-router/artifacts/contracts/UniversalRouter.sol/UniversalRouter.json');
8
+ var UniversalRouter = _interopDefault(require('@uniswap/universal-router/artifacts/contracts/UniversalRouter.sol/UniversalRouter.json'));
9
9
  var abi = require('@ethersproject/abi');
10
10
  var ethers = require('ethers');
11
11
  var v3Sdk = require('@uniswap/v3-sdk');
@@ -1091,7 +1091,7 @@ var SwapRouter = /*#__PURE__*/function () {
1091
1091
  };
1092
1092
  return SwapRouter;
1093
1093
  }();
1094
- SwapRouter.INTERFACE = /*#__PURE__*/new abi.Interface(UniversalRouter_json.abi);
1094
+ SwapRouter.INTERFACE = /*#__PURE__*/new abi.Interface(UniversalRouter.abi);
1095
1095
 
1096
1096
  var UnwrapWETH = /*#__PURE__*/function () {
1097
1097
  function UnwrapWETH(amount, chainId, permit2) {
@@ -1276,7 +1276,7 @@ var CommandParser = /*#__PURE__*/function () {
1276
1276
  };
1277
1277
  return CommandParser;
1278
1278
  }();
1279
- CommandParser.INTERFACE = /*#__PURE__*/new abi.Interface(UniversalRouter_json.abi);
1279
+ CommandParser.INTERFACE = /*#__PURE__*/new abi.Interface(UniversalRouter.abi);
1280
1280
  // Parses commands based on given command definition
1281
1281
  var GenericCommandParser = /*#__PURE__*/function () {
1282
1282
  function GenericCommandParser(commandDefinition) {