@pancakeswap/pools 4.0.19 → 4.0.21

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,
@@ -178,6 +172,22 @@ var livePools2 = [
178
172
  tokenPerBlock: "0.7716",
179
173
  version: 3
180
174
  },
175
+ {
176
+ sousId: 347,
177
+ stakingToken: bscTokens.cake,
178
+ earningToken: bscTokens.tusd,
179
+ contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
180
+ poolCategory: "Core" /* CORE */,
181
+ tokenPerBlock: "0.02314",
182
+ version: 3
183
+ }
184
+ ].map((p) => ({
185
+ ...p,
186
+ contractAddress: getAddress(p.contractAddress),
187
+ stakingToken: p.stakingToken.serialize,
188
+ earningToken: p.earningToken.serialize
189
+ }));
190
+ var finishedPools2 = [
181
191
  {
182
192
  sousId: 357,
183
193
  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,