@pancakeswap/pools 4.0.19 → 4.0.20

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/dist/index.mjs CHANGED
@@ -26,7 +26,8 @@ var VaultKey = /* @__PURE__ */ ((VaultKey2) => {
26
26
  })(VaultKey || {});
27
27
 
28
28
  // src/constants/pools/1.ts
29
- var livePools = [
29
+ var livePools = [];
30
+ var finishedPools = [
30
31
  {
31
32
  sousId: 9,
32
33
  stakingToken: ethereumTokens.cake,
@@ -34,14 +35,7 @@ var livePools = [
34
35
  contractAddress: "0x3B30A93D056e9A1156D0f17CBd05B711c4232C84",
35
36
  poolCategory: "Core" /* CORE */,
36
37
  tokenPerSecond: "0.0006045"
37
- }
38
- ].map((p) => ({
39
- ...p,
40
- contractAddress: getAddress(p.contractAddress),
41
- stakingToken: p.stakingToken.serialize,
42
- earningToken: p.earningToken.serialize
43
- }));
44
- var finishedPools = [
38
+ },
45
39
  {
46
40
  sousId: 8,
47
41
  stakingToken: ethereumTokens.cake,
@@ -196,6 +190,22 @@ var livePools2 = [
196
190
  tokenPerBlock: "0.5594",
197
191
  version: 3
198
192
  },
193
+ {
194
+ sousId: 347,
195
+ stakingToken: bscTokens.cake,
196
+ earningToken: bscTokens.tusd,
197
+ contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
198
+ poolCategory: "Core" /* CORE */,
199
+ tokenPerBlock: "0.02314",
200
+ version: 3
201
+ }
202
+ ].map((p) => ({
203
+ ...p,
204
+ contractAddress: getAddress(p.contractAddress),
205
+ stakingToken: p.stakingToken.serialize,
206
+ earningToken: p.earningToken.serialize
207
+ }));
208
+ var finishedPools2 = [
199
209
  {
200
210
  sousId: 352,
201
211
  stakingToken: bscTokens.cake,
@@ -214,22 +224,6 @@ var livePools2 = [
214
224
  tokenPerBlock: "0.02411",
215
225
  version: 3
216
226
  },
217
- {
218
- sousId: 347,
219
- stakingToken: bscTokens.cake,
220
- earningToken: bscTokens.tusd,
221
- contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
222
- poolCategory: "Core" /* CORE */,
223
- tokenPerBlock: "0.02314",
224
- version: 3
225
- }
226
- ].map((p) => ({
227
- ...p,
228
- contractAddress: getAddress(p.contractAddress),
229
- stakingToken: p.stakingToken.serialize,
230
- earningToken: p.earningToken.serialize
231
- }));
232
- var finishedPools2 = [
233
227
  {
234
228
  sousId: 354,
235
229
  stakingToken: bscTokens.cake,