@uniswap/universal-router-sdk 4.24.0 → 4.25.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.
@@ -442,7 +442,7 @@ function getPathCurrency(currency, pool) {
442
442
  RouterActionType["UnwrapWETH"] = "UnwrapWETH";
443
443
  })(exports.RouterActionType || (exports.RouterActionType = {}));
444
444
 
445
- var _routerConfigs, _routerConfigs2, _routerConfigs3, _routerConfigs4, _routerConfigs5, _routerConfigs6, _routerConfigs7, _routerConfigs8, _routerConfigs9, _routerConfigs0, _routerConfigs1, _routerConfigs10, _routerConfigs11, _routerConfigs12, _routerConfigs13, _routerConfigs14, _routerConfigs15, _routerConfigs16, _routerConfigs17, _routerConfigs18, _routerConfigs19, _routerConfigs20, _routerConfigs21, _routerConfigs22, _routerConfigs23, _CHAIN_CONFIGS;
445
+ var _routerConfigs, _routerConfigs2, _routerConfigs3, _routerConfigs4, _routerConfigs5, _routerConfigs6, _routerConfigs7, _routerConfigs8, _routerConfigs9, _routerConfigs0, _routerConfigs1, _routerConfigs10, _routerConfigs11, _routerConfigs12, _routerConfigs13, _routerConfigs14, _routerConfigs15, _routerConfigs16, _routerConfigs17, _routerConfigs18, _routerConfigs19, _routerConfigs20, _routerConfigs21, _routerConfigs22, _routerConfigs23, _routerConfigs24, _CHAIN_CONFIGS;
446
446
  (function (UniversalRouterVersion) {
447
447
  UniversalRouterVersion["V1_2"] = "1.2";
448
448
  UniversalRouterVersion["V2_0"] = "2.0";
@@ -750,6 +750,18 @@ var CHAIN_CONFIGS = (_CHAIN_CONFIGS = {}, _CHAIN_CONFIGS[1] = {
750
750
  address: '0xBC2A036E5027b9AE57BbA847eF88E1b14823F7B1',
751
751
  creationBlock: 36720825
752
752
  }, _routerConfigs23)
753
+ }, _CHAIN_CONFIGS[196] = {
754
+ weth: '0xe538905cf8410324e03A5A23C1c177a474D59b2b',
755
+ routerConfigs: (_routerConfigs24 = {}, _routerConfigs24[exports.UniversalRouterVersion.V1_2] = {
756
+ address: '0x0000000000000000000000000000000000000000',
757
+ creationBlock: 1
758
+ }, _routerConfigs24[exports.UniversalRouterVersion.V2_0] = {
759
+ address: '0x0000000000000000000000000000000000000000',
760
+ creationBlock: 1
761
+ }, _routerConfigs24[exports.UniversalRouterVersion.V2_1] = {
762
+ address: '0xc498381f53525a30a2c22d4cbe8758e79bcff2a5',
763
+ creationBlock: 46106421
764
+ }, _routerConfigs24)
753
765
  }, _CHAIN_CONFIGS);
754
766
  var UNIVERSAL_ROUTER_ADDRESS = function UNIVERSAL_ROUTER_ADDRESS(version, chainId) {
755
767
  if (!(chainId in CHAIN_CONFIGS)) throw new Error("Universal Router not deployed on chain " + chainId);