@uniswap/universal-router-sdk 4.18.0 → 4.19.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.
@@ -397,7 +397,7 @@ function getPathCurrency(currency, pool) {
397
397
  RouterActionType["UnwrapWETH"] = "UnwrapWETH";
398
398
  })(exports.RouterActionType || (exports.RouterActionType = {}));
399
399
 
400
- var _routerConfigs, _routerConfigs2, _routerConfigs3, _routerConfigs4, _routerConfigs5, _routerConfigs6, _routerConfigs7, _routerConfigs8, _routerConfigs9, _routerConfigs10, _routerConfigs11, _routerConfigs12, _routerConfigs13, _routerConfigs14, _routerConfigs15, _routerConfigs16, _routerConfigs17, _routerConfigs18, _routerConfigs19, _routerConfigs20, _routerConfigs21, _routerConfigs22, _routerConfigs23, _CHAIN_CONFIGS;
400
+ var _routerConfigs, _routerConfigs2, _routerConfigs3, _routerConfigs4, _routerConfigs5, _routerConfigs6, _routerConfigs7, _routerConfigs8, _routerConfigs9, _routerConfigs10, _routerConfigs11, _routerConfigs12, _routerConfigs13, _routerConfigs14, _routerConfigs15, _routerConfigs16, _routerConfigs17, _routerConfigs18, _routerConfigs19, _routerConfigs20, _routerConfigs21, _routerConfigs22, _routerConfigs23, _routerConfigs24, _CHAIN_CONFIGS;
401
401
  (function (UniversalRouterVersion) {
402
402
  UniversalRouterVersion["V1_2"] = "1.2";
403
403
  UniversalRouterVersion["V2_0"] = "2.0";
@@ -611,6 +611,15 @@ var CHAIN_CONFIGS = (_CHAIN_CONFIGS = {}, _CHAIN_CONFIGS[1] = {
611
611
  address: '0x492e6456d9528771018deb9e87ef7750ef184104',
612
612
  creationBlock: 20216585
613
613
  }, _routerConfigs23)
614
+ }, _CHAIN_CONFIGS[1868] = {
615
+ weth: '0x4200000000000000000000000000000000000006',
616
+ routerConfigs: (_routerConfigs24 = {}, _routerConfigs24[exports.UniversalRouterVersion.V1_2] = {
617
+ address: '0x0e2850543f69f678257266e0907ff9a58b3f13de',
618
+ creationBlock: 3254782
619
+ }, _routerConfigs24[exports.UniversalRouterVersion.V2_0] = {
620
+ address: '0x0e2850543f69f678257266e0907ff9a58b3f13de',
621
+ creationBlock: 3254782
622
+ }, _routerConfigs24)
614
623
  }, _CHAIN_CONFIGS);
615
624
  var UNIVERSAL_ROUTER_ADDRESS = function UNIVERSAL_ROUTER_ADDRESS(version, chainId) {
616
625
  if (!(chainId in CHAIN_CONFIGS)) throw new Error("Universal Router not deployed on chain " + chainId);