@pancakeswap/pools 5.1.27 → 5.1.28
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/constants/pools/42161.d.ts.map +1 -1
- package/dist/constants/pools/56.d.ts.map +1 -1
- package/dist/index.js +17 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -256,6 +256,15 @@ var finishedPools6 = [
|
|
|
256
256
|
}));
|
|
257
257
|
var pools6 = [...livePools6, ...finishedPools6];
|
|
258
258
|
var livePools7 = [
|
|
259
|
+
{
|
|
260
|
+
sousId: 5,
|
|
261
|
+
stakingToken: arbitrumTokens.alp,
|
|
262
|
+
earningToken: arbitrumTokens.arb,
|
|
263
|
+
contractAddress: "0xD2e71125ec0313874d578454E28086fba7444c0c",
|
|
264
|
+
poolCategory: "Core" /* CORE */,
|
|
265
|
+
tokenPerSecond: "0.0310019841",
|
|
266
|
+
version: 3
|
|
267
|
+
},
|
|
259
268
|
{
|
|
260
269
|
sousId: 4,
|
|
261
270
|
stakingToken: arbitrumTokens.alp,
|
|
@@ -378,6 +387,14 @@ var livePools9 = [
|
|
|
378
387
|
tokenPerBlock: "10",
|
|
379
388
|
isFinished: false
|
|
380
389
|
},
|
|
390
|
+
{
|
|
391
|
+
sousId: 381,
|
|
392
|
+
stakingToken: bscTokens.cake,
|
|
393
|
+
earningToken: bscTokens.pepe,
|
|
394
|
+
contractAddress: "0xD85e40C414D04F63D991b3e1863Ff8eff1Dfd230",
|
|
395
|
+
poolCategory: "Core" /* CORE */,
|
|
396
|
+
tokenPerBlock: "3282.760069632"
|
|
397
|
+
},
|
|
381
398
|
{
|
|
382
399
|
sousId: 380,
|
|
383
400
|
stakingToken: bscTokens.cake,
|