impermax-sdk 2.1.446 → 2.1.447

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.
@@ -36,7 +36,9 @@ export declare enum Factory {
36
36
  }
37
37
  export declare enum Extension {
38
38
  UniswapV2 = "1",
39
- UniswapV3 = "2"
39
+ UniswapV3 = "2",
40
+ AerodromeV2 = "3",
41
+ AerodromeV3 = "4"
40
42
  }
41
43
  export declare enum PoolTokenType {
42
44
  Collateral = "collateral",
@@ -43,6 +43,8 @@ var Extension;
43
43
  (function (Extension) {
44
44
  Extension["UniswapV2"] = "1";
45
45
  Extension["UniswapV3"] = "2";
46
+ Extension["AerodromeV2"] = "3";
47
+ Extension["AerodromeV3"] = "4";
46
48
  //UniswapV4,
47
49
  //Algebra,
48
50
  })(Extension = exports.Extension || (exports.Extension = {}));
@@ -37,7 +37,9 @@ exports.WHITELISTED_PAIRS = {
37
37
  "0x679d91d08eb980c6f1b69632eca139f006e4b914",
38
38
  "0x237dC61F6346e931A0Ff8801D8cAB566cE1c7F94",
39
39
  "0x03e92DF133Fa319e55D806687c46118072532433",
40
- "0x6c7BA123072d095482182Edf73e3d664fa124A46" // anon/avax
40
+ "0x6c7BA123072d095482182Edf73e3d664fa124A46",
41
+ "0x0CAa27a5570C94dA35Bf8EAE5d67f0e25aa4fF69",
42
+ "0xa871F7137677d5323fB0451e456453465f322B45" // champ/black
41
43
  ],
42
44
  },
43
45
  [types_1.Networks.Moonriver]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.446",
3
+ "version": "2.1.447",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",