impermax-sdk 1.2.86 → 1.2.87

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.
@@ -41,6 +41,7 @@ export declare enum Amms {
41
41
  tokanStable = "tokanStable",
42
42
  scale = "scale",
43
43
  equalizer = "equalizer",
44
+ wigoswap = "wigoswap",
44
45
  velodrome = "velodrome"
45
46
  }
46
47
  export declare const hrAmms: {
@@ -85,6 +86,7 @@ export declare const hrAmms: {
85
86
  tokan1: string;
86
87
  tokanStable: string;
87
88
  equalizer: string;
89
+ wigoswap: string;
88
90
  velodrome: string;
89
91
  };
90
92
  export declare const AMM_FACTORY: AmmIndex;
@@ -45,6 +45,7 @@ var Amms;
45
45
  Amms["tokanStable"] = "tokanStable";
46
46
  Amms["scale"] = "scale";
47
47
  Amms["equalizer"] = "equalizer";
48
+ Amms["wigoswap"] = "wigoswap";
48
49
  Amms["velodrome"] = "velodrome";
49
50
  })(Amms = exports.Amms || (exports.Amms = {}));
50
51
  exports.hrAmms = {
@@ -89,6 +90,7 @@ exports.hrAmms = {
89
90
  [Amms.tokan1]: 'Tokan',
90
91
  [Amms.tokanStable]: 'Tokan Stable',
91
92
  [Amms.equalizer]: 'Equalizer',
93
+ [Amms.wigoswap]: 'Wigoswap',
92
94
  [Amms.velodrome]: 'Velodrome',
93
95
  };
94
96
  exports.AMM_FACTORY = {
@@ -139,6 +141,7 @@ exports.AMM_FACTORY = {
139
141
  [Amms.solidly091]: '0xdc4baf3b4b1df79083eedf3e46ec2c4ec1296f60',
140
142
  [Amms.solidlyOxd]: '0xB83D21F60B73B21506c69DEcdBcF7Ab5AB737eB2',
141
143
  [Amms.equalizer]: '0xc6366efd0af1d09171fe0ebf32c7943bb310832a',
144
+ [Amms.wigoswap]: '0x4FBb297156AD5d6F93b0CD9A1487b4a91996A22a', //NOTICE: this is actually the staked LP factory
142
145
  },
143
146
  [types_1.Networks.Canto]: {
144
147
  [Amms.velocimeter]: '0x1c813cdd6daece2cb83c52f0798504e42816e9c5', //NOTICE: this is actually the staked LP factory
@@ -291,6 +294,7 @@ exports.ADD_LIQUIDITY_URLS = {
291
294
  [Amms.solidly091]: 'https://solidly.exchange/liquidity/',
292
295
  [Amms.solidlyOxd]: 'https://solidly.exchange/liquidity/',
293
296
  [Amms.equalizer]: 'https://equalizer.exchange/liquidity/',
297
+ [Amms.wigoswap]: 'https://wigoswap.io/farms/',
294
298
  },
295
299
  [types_1.Networks.Canto]: {
296
300
  [Amms.velocimeter]: 'https://www.velocimeter.xyz/liquidity/',
@@ -372,6 +376,7 @@ exports.AMM_LP_FEE = {
372
376
  [Amms.solidly091]: 0,
373
377
  [Amms.solidlyOxd]: 0,
374
378
  [Amms.equalizer]: 0,
379
+ [Amms.wigoswap]: 0,
375
380
  },
376
381
  [types_1.Networks.Canto]: {
377
382
  [Amms.velocimeter]: 0,
@@ -31,6 +31,7 @@ exports.IMPERMAX_FACTORY = {
31
31
  [types_1.Networks.Fantom]: {
32
32
  [types_1.Factory.SOLV1_2]: '0x60aE5F446AE1575534A5F234D6EC743215624556',
33
33
  [types_1.Factory.SOLV2]: '0x9b4ae930255CB8695a9F525dA414F80C4C7a945B',
34
+ [types_1.Factory.V2V2]: '0x1E6B86C09fdBe02fEB228A585C487623Fc395D34'
34
35
  },
35
36
  [types_1.Networks.Canto]: {
36
37
  [types_1.Factory.SOLV2]: '0x9708E0B216a88D38d469B255cE78c1369ad898e6',
@@ -35,6 +35,7 @@ exports.ROUTER = {
35
35
  [types_1.Networks.Fantom]: {
36
36
  [types_1.Factory.SOLV1_2]: '0xF655C8567E0f213e6C634CD2A68d992152161dC6',
37
37
  [types_1.Factory.SOLV2]: '0xd9eA4A62C46Cb221F74314C21979Cfb2E020de87',
38
+ [types_1.Factory.V2V2]: '0xd4B557536c7d30463b9BEB470c117F8963Cee24a'
38
39
  },
39
40
  [types_1.Networks.Canto]: {
40
41
  [types_1.Factory.SOLV2]: '0x370D3eE40f1257fC432C33e387981CeDD15C7fac',
@@ -34,6 +34,7 @@ exports.IMPERMAX_SUBGRAPH_URL = {
34
34
  [types_1.Networks.Fantom]: {
35
35
  [types_1.Factory.SOLV1_2]: 'https://api.studio.thegraph.com/query/46041/impermax-fantom-solv1/v0.0.1',
36
36
  [types_1.Factory.SOLV2]: 'https://api.studio.thegraph.com/query/46041/impermax-fantom-solv2/v0.0.2',
37
+ [types_1.Factory.V2V2]: 'https://api.studio.thegraph.com/query/46041/impermax-fantom-v2/v0.0.1'
37
38
  },
38
39
  [types_1.Networks.Canto]: {
39
40
  [types_1.Factory.SOLV2]: 'https://api.impermax.finance/subgraphs/name/impermax-finance/impermax-canto-solv2',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.86",
3
+ "version": "1.2.87",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",