impermax-sdk 1.1.13 → 1.1.14
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.
- package/lib/config/amms.d.ts +3 -1
- package/lib/config/amms.js +6 -1
- package/lib/config/farms.d.ts +2 -0
- package/lib/config/farms.js +3 -0
- package/package.json +1 -1
package/lib/config/amms.d.ts
CHANGED
|
@@ -26,7 +26,8 @@ export declare enum Amms {
|
|
|
26
26
|
solidly091 = "solidly091",
|
|
27
27
|
solidlyOxd = "solidlyOxd",
|
|
28
28
|
velocimeter = "velocimeter",
|
|
29
|
-
velocore = "velocore"
|
|
29
|
+
velocore = "velocore",
|
|
30
|
+
vesync = "vesync"
|
|
30
31
|
}
|
|
31
32
|
export declare const hrAmms: {
|
|
32
33
|
uniswap: string;
|
|
@@ -56,6 +57,7 @@ export declare const hrAmms: {
|
|
|
56
57
|
solidlyOxd: string;
|
|
57
58
|
velocimeter: string;
|
|
58
59
|
velocore: string;
|
|
60
|
+
vesync: string;
|
|
59
61
|
};
|
|
60
62
|
export declare const AMM_FACTORY: AmmIndex;
|
|
61
63
|
export declare function getAmmByFactory(network: Networks, address: Address): Amms;
|
package/lib/config/amms.js
CHANGED
|
@@ -31,6 +31,7 @@ var Amms;
|
|
|
31
31
|
Amms["solidlyOxd"] = "solidlyOxd";
|
|
32
32
|
Amms["velocimeter"] = "velocimeter";
|
|
33
33
|
Amms["velocore"] = "velocore";
|
|
34
|
+
Amms["vesync"] = "vesync";
|
|
34
35
|
})(Amms = exports.Amms || (exports.Amms = {}));
|
|
35
36
|
exports.hrAmms = {
|
|
36
37
|
[Amms.uniswap]: 'Uniswap',
|
|
@@ -60,6 +61,7 @@ exports.hrAmms = {
|
|
|
60
61
|
[Amms.solidlyOxd]: 'Solidly',
|
|
61
62
|
[Amms.velocimeter]: 'Velocimeter',
|
|
62
63
|
[Amms.velocore]: 'Velocore',
|
|
64
|
+
[Amms.vesync]: 'VeSync',
|
|
63
65
|
};
|
|
64
66
|
exports.AMM_FACTORY = {
|
|
65
67
|
[types_1.Networks.Ropsten]: {
|
|
@@ -110,7 +112,8 @@ exports.AMM_FACTORY = {
|
|
|
110
112
|
[Amms.velocimeter]: '0x1c813cdd6daece2cb83c52f0798504e42816e9c5', //NOTICE: this is actually the staked LP factory
|
|
111
113
|
},
|
|
112
114
|
[types_1.Networks.ZksyncEra]: {
|
|
113
|
-
[Amms.velocore]: '0x36BbDb0DEA4Aa211Dd76dF0a3201c89FD530851b',
|
|
115
|
+
[Amms.velocore]: '0x36BbDb0DEA4Aa211Dd76dF0a3201c89FD530851b',
|
|
116
|
+
[Amms.vesync]: '0xCF3CAD85885254CBD445d6511c502Da095863f11', //NOTICE: this is actually the staked LP factory
|
|
114
117
|
},
|
|
115
118
|
[types_1.Networks.Harmony]: {},
|
|
116
119
|
[types_1.Networks.Moonbeam]: {},
|
|
@@ -226,6 +229,7 @@ exports.ADD_LIQUIDITY_URLS = {
|
|
|
226
229
|
},
|
|
227
230
|
[types_1.Networks.ZksyncEra]: {
|
|
228
231
|
[Amms.velocore]: 'https://app.velocore.xyz/liquidity/',
|
|
232
|
+
[Amms.vesync]: 'https://app.vesync.finance/liquidity/',
|
|
229
233
|
},
|
|
230
234
|
[types_1.Networks.Harmony]: {},
|
|
231
235
|
[types_1.Networks.Moonbeam]: {},
|
|
@@ -281,6 +285,7 @@ exports.AMM_LP_FEE = {
|
|
|
281
285
|
},
|
|
282
286
|
[types_1.Networks.ZksyncEra]: {
|
|
283
287
|
[Amms.velocore]: 0,
|
|
288
|
+
[Amms.vesync]: 0,
|
|
284
289
|
},
|
|
285
290
|
[types_1.Networks.Harmony]: {},
|
|
286
291
|
[types_1.Networks.Moonbeam]: {},
|
package/lib/config/farms.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export declare enum Farms {
|
|
|
16
16
|
chronos = "chronos",
|
|
17
17
|
velocimeter = "velocimeter",
|
|
18
18
|
velocore = "velocore",
|
|
19
|
+
vesync = "vesync",
|
|
19
20
|
radiant = "",
|
|
20
21
|
plutusDao = "",
|
|
21
22
|
pangolin = "pangolin",
|
|
@@ -52,6 +53,7 @@ export declare const hrFarms: {
|
|
|
52
53
|
chronos: string;
|
|
53
54
|
velocimeter: string;
|
|
54
55
|
velocore: string;
|
|
56
|
+
vesync: string;
|
|
55
57
|
"": string;
|
|
56
58
|
pangolin: string;
|
|
57
59
|
pangolinV2: string;
|
package/lib/config/farms.js
CHANGED
|
@@ -20,6 +20,7 @@ var Farms;
|
|
|
20
20
|
Farms["chronos"] = "chronos";
|
|
21
21
|
Farms["velocimeter"] = "velocimeter";
|
|
22
22
|
Farms["velocore"] = "velocore";
|
|
23
|
+
Farms["vesync"] = "vesync";
|
|
23
24
|
Farms["radiant"] = "";
|
|
24
25
|
Farms["plutusDao"] = "";
|
|
25
26
|
Farms["pangolin"] = "pangolin";
|
|
@@ -56,6 +57,7 @@ exports.hrFarms = {
|
|
|
56
57
|
[Farms.chronos]: 'Chronos',
|
|
57
58
|
[Farms.velocimeter]: 'Velocimeter',
|
|
58
59
|
[Farms.velocore]: 'Velocore',
|
|
60
|
+
[Farms.vesync]: 'VeSync',
|
|
59
61
|
[Farms.radiant]: 'Radiant',
|
|
60
62
|
[Farms.plutusDao]: 'Plutus DAO',
|
|
61
63
|
[Farms.pangolin]: 'Pangolin',
|
|
@@ -130,6 +132,7 @@ exports.STAKED_LP_FACTORY = {
|
|
|
130
132
|
},
|
|
131
133
|
[types_1.Networks.ZksyncEra]: {
|
|
132
134
|
[Farms.velocore]: '0x36BbDb0DEA4Aa211Dd76dF0a3201c89FD530851b',
|
|
135
|
+
[Farms.vesync]: '0xCF3CAD85885254CBD445d6511c502Da095863f11',
|
|
133
136
|
},
|
|
134
137
|
[types_1.Networks.Harmony]: {},
|
|
135
138
|
[types_1.Networks.Moonbeam]: {},
|