@pancakeswap/pools 4.0.11 → 4.0.13

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
@@ -1,4 +1,4 @@
1
- import { ChainId } from '@pancakeswap/sdk';
1
+ import { ChainId } from '@pancakeswap/chains';
2
2
  import { ethereumTokens, bscTokens, bscTestnetTokens, arbitrumTokens, arbitrumGoerliTokens, zksyncTokens, zkSyncTestnetTokens, baseTestnetTokens, lineaTestnetTokens, polygonZkEvmTestnetTokens, CAKE } from '@pancakeswap/tokens';
3
3
  import { getAddress, getContract } from 'viem';
4
4
  import BigNumber7 from 'bignumber.js';
@@ -27,6 +27,14 @@ var VaultKey = /* @__PURE__ */ ((VaultKey2) => {
27
27
 
28
28
  // src/constants/pools/1.ts
29
29
  var livePools = [
30
+ {
31
+ sousId: 9,
32
+ stakingToken: ethereumTokens.cake,
33
+ earningToken: ethereumTokens.rpl,
34
+ contractAddress: "0x3B30A93D056e9A1156D0f17CBd05B711c4232C84",
35
+ poolCategory: "Core" /* CORE */,
36
+ tokenPerSecond: "0.0006045"
37
+ },
30
38
  {
31
39
  sousId: 8,
32
40
  stakingToken: ethereumTokens.cake,
@@ -188,15 +196,6 @@ var livePools2 = [
188
196
  tokenPerBlock: "0.00004813",
189
197
  version: 3
190
198
  },
191
- {
192
- sousId: 353,
193
- stakingToken: bscTokens.cake,
194
- earningToken: bscTokens.hay,
195
- contractAddress: "0x8c41046b3C0D7b7C80316a57C39C74c9F5133852",
196
- poolCategory: "Core" /* CORE */,
197
- tokenPerBlock: "0.02314",
198
- version: 3
199
- },
200
199
  {
201
200
  sousId: 352,
202
201
  stakingToken: bscTokens.cake,
@@ -250,14 +249,6 @@ var livePools2 = [
250
249
  poolCategory: "Core" /* CORE */,
251
250
  tokenPerBlock: "0.02314",
252
251
  version: 3
253
- },
254
- {
255
- sousId: 346,
256
- stakingToken: bscTokens.cake,
257
- earningToken: bscTokens.csix,
258
- contractAddress: "0x5250320d765F366E2B96Cd5c7d08F1902422195e",
259
- poolCategory: "Core" /* CORE */,
260
- tokenPerBlock: "2.017"
261
252
  }
262
253
  ].map((p) => ({
263
254
  ...p,
@@ -266,6 +257,23 @@ var livePools2 = [
266
257
  earningToken: p.earningToken.serialize
267
258
  }));
268
259
  var finishedPools2 = [
260
+ {
261
+ sousId: 353,
262
+ stakingToken: bscTokens.cake,
263
+ earningToken: bscTokens.hay,
264
+ contractAddress: "0x8c41046b3C0D7b7C80316a57C39C74c9F5133852",
265
+ poolCategory: "Core" /* CORE */,
266
+ tokenPerBlock: "0.02314",
267
+ version: 3
268
+ },
269
+ {
270
+ sousId: 346,
271
+ stakingToken: bscTokens.cake,
272
+ earningToken: bscTokens.csix,
273
+ contractAddress: "0x5250320d765F366E2B96Cd5c7d08F1902422195e",
274
+ poolCategory: "Core" /* CORE */,
275
+ tokenPerBlock: "2.017"
276
+ },
269
277
  {
270
278
  sousId: 355,
271
279
  stakingToken: bscTokens.cake,