impermax-sdk 1.2.125 → 1.2.127

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.
@@ -45,6 +45,7 @@ export declare enum Amms {
45
45
  scale = "scale",
46
46
  scaleStable = "scaleStable",
47
47
  equalizer = "equalizer",
48
+ equalizerStable = "equalizerStable",
48
49
  wigoswap = "wigoswap",
49
50
  velodrome = "velodrome",
50
51
  alien = "alien",
@@ -98,6 +99,7 @@ export declare const hrAmms: {
98
99
  tokan1: string;
99
100
  tokanStable: string;
100
101
  equalizer: string;
102
+ equalizerStable: string;
101
103
  wigoswap: string;
102
104
  velodrome: string;
103
105
  alien: string;
@@ -49,6 +49,7 @@ var Amms;
49
49
  Amms["scale"] = "scale";
50
50
  Amms["scaleStable"] = "scaleStable";
51
51
  Amms["equalizer"] = "equalizer";
52
+ Amms["equalizerStable"] = "equalizerStable";
52
53
  Amms["wigoswap"] = "wigoswap";
53
54
  Amms["velodrome"] = "velodrome";
54
55
  Amms["alien"] = "alien";
@@ -102,6 +103,7 @@ exports.hrAmms = {
102
103
  [Amms.tokan1]: 'Tokan',
103
104
  [Amms.tokanStable]: 'Tokan Stable',
104
105
  [Amms.equalizer]: 'Equalizer',
106
+ [Amms.equalizerStable]: 'Equalizer',
105
107
  [Amms.wigoswap]: 'Wigoswap',
106
108
  [Amms.velodrome]: 'Velodrome',
107
109
  [Amms.alien]: 'AlienBase',
@@ -201,6 +203,7 @@ exports.AMM_FACTORY = {
201
203
  },
202
204
  [types_1.Networks.Sonic]: {
203
205
  [Amms.equalizer]: '0xDDD9845Ba0D8f38d3045f804f67A1a8B9A528FcC',
206
+ [Amms.equalizerStable]: '0xDDD9845Ba0D8f38d3045f804f67A1a8B9A528FcC',
204
207
  [Amms.shadow]: '0x2dA25E7446A70D7be65fd4c053948BEcAA6374c8',
205
208
  },
206
209
  [types_1.Networks.Linea]: {
@@ -369,6 +372,7 @@ exports.ADD_LIQUIDITY_URLS = {
369
372
  },
370
373
  [types_1.Networks.Sonic]: {
371
374
  [Amms.equalizer]: 'https://equalizer.exchange/liquidity/',
375
+ [Amms.equalizerStable]: 'https://equalizer.exchange/liquidity/',
372
376
  [Amms.shadow]: 'https://www.shadow.so/liquidity/'
373
377
  },
374
378
  [types_1.Networks.Linea]: {
@@ -463,6 +467,7 @@ exports.AMM_LP_FEE = {
463
467
  },
464
468
  [types_1.Networks.Sonic]: {
465
469
  [Amms.equalizer]: 0,
470
+ [Amms.equalizerStable]: 0,
466
471
  [Amms.shadow]: 0
467
472
  },
468
473
  [types_1.Networks.Linea]: {
@@ -68,6 +68,7 @@ exports.IMPERMAX_FACTORY = {
68
68
  },
69
69
  [types_1.Networks.Sonic]: {
70
70
  [types_1.Factory.SOLV2]: '0x26fca5916c20D252feEF7A58E39886d3d3112b91',
71
+ [types_1.Factory.SOL_STABLE]: '0x6e1E988D828D0102BF93434774cd1a2246062564',
71
72
  },
72
73
  [types_1.Networks.Linea]: {
73
74
  [types_1.Factory.SOLV2]: '0x7A9212D34DD283e952f8f15f084832e9b48ee746',
@@ -72,6 +72,7 @@ exports.ROUTER = {
72
72
  },
73
73
  [types_1.Networks.Sonic]: {
74
74
  [types_1.Factory.SOLV2]: '0xcBdf792456367a91708C0036E0678eCFB1f09654',
75
+ [types_1.Factory.SOL_STABLE]: '0xac72B40A14375C4B11Fa469a0616aF9bb2Cc87C8',
75
76
  },
76
77
  [types_1.Networks.Linea]: {
77
78
  [types_1.Factory.SOLV2]: '0xEB81da0cAC9D3efc4bf3270080936C6a5758926f',
@@ -50,6 +50,8 @@ export declare enum Farms {
50
50
  tokan = "tokan",
51
51
  tokan1 = "tokan1",
52
52
  tokanStable = "tokanStable",
53
+ nileStable = "nileStable",
54
+ equalizerStable = "equalizerStable",
53
55
  velodrome = "velodrome",
54
56
  alien = "alien"
55
57
  }
@@ -102,6 +104,8 @@ export declare const hrFarms: {
102
104
  tokan: string;
103
105
  tokan1: string;
104
106
  tokanStable: string;
107
+ nileStable: string;
108
+ equalizerStable: string;
105
109
  velodrome: string;
106
110
  alien: string;
107
111
  };
@@ -54,6 +54,8 @@ var Farms;
54
54
  Farms["tokan"] = "tokan";
55
55
  Farms["tokan1"] = "tokan1";
56
56
  Farms["tokanStable"] = "tokanStable";
57
+ Farms["nileStable"] = "nileStable";
58
+ Farms["equalizerStable"] = "equalizerStable";
57
59
  Farms["velodrome"] = "velodrome";
58
60
  Farms["alien"] = "alien";
59
61
  })(Farms = exports.Farms || (exports.Farms = {}));
@@ -106,6 +108,8 @@ exports.hrFarms = {
106
108
  [Farms.tokan]: 'Tokan',
107
109
  [Farms.tokan1]: 'Tokan',
108
110
  [Farms.tokanStable]: 'Tokan Stable',
111
+ [Farms.nileStable]: 'Nile Stable',
112
+ [Farms.equalizerStable]: 'Equalizer Stable',
109
113
  [Farms.velodrome]: 'Velodrome',
110
114
  [Farms.alien]: 'AlienBase',
111
115
  };
@@ -199,8 +203,12 @@ exports.STAKED_LP_FACTORY = {
199
203
  [Farms.pearl]: '0x2B965fDf04f9e9bEEf1659464Ef3A0094A68D923',
200
204
  [Farms.pearlStable]: '0x28E22D8c807b6E6c0ECa4373fC3B9920453cEEEe',
201
205
  },
202
- [types_1.Networks.Sonic]: {},
203
- [types_1.Networks.Linea]: {}
206
+ [types_1.Networks.Sonic]: {
207
+ [Farms.equalizerStable]: '0x0E5F23675aBAB707D9f17da2EE883a77E13FE70f',
208
+ },
209
+ [types_1.Networks.Linea]: {
210
+ [Farms.nileStable]: '0xB037874dE77E7b4505261301d2F3CE2fb9036cA7',
211
+ }
204
212
  };
205
213
  function getFarmByStakedLPFactory(network, address) {
206
214
  if (!address)
@@ -82,6 +82,9 @@ exports.IMPERMAX_SUBGRAPH_URL = {
82
82
  [types_1.Factory.SOLV2]: [
83
83
  'https://sonic-factory-production.up.railway.app/',
84
84
  'https://gateway.thegraph.com/api/1350441d268f171aeb0934412dfadf3b/subgraphs/id/HK9BA4oFp1xaoQW7YVP4m2nbxX7q2bQCZWNPKBtudtZR'
85
+ ],
86
+ [types_1.Factory.SOL_STABLE]: [
87
+ 'https://gateway.thegraph.com/api/1350441d268f171aeb0934412dfadf3b/subgraphs/id/61ZJXkM5uRGntP1HZkmH4iaKRzsf1BBhQdZYi9euLkpM'
85
88
  ]
86
89
  },
87
90
  [types_1.Networks.Linea]: {
@@ -69,7 +69,9 @@ const coingecko_ids = {
69
69
  // blast
70
70
  "0x52f847356b38720b55ee18cb3e094ca11c85a192": "fenix",
71
71
  // sonic
72
- "0x3333b97138d4b086720b5ae8a7844b1345a33333": "shadow-2"
72
+ "0x3333b97138d4b086720b5ae8a7844b1345a33333": "shadow-2",
73
+ // linea
74
+ "0x894134a25a5fac1c2c26f1d8fbf05111a3cb9487": "grai"
73
75
  };
74
76
  const dexscreener_ids = {
75
77
  // ibex on scroll
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.125",
3
+ "version": "1.2.127",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",