@pancakeswap/pools 5.1.20 → 5.1.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/constants/pools/56.d.ts.map +1 -1
- package/dist/index.js +10 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -363,6 +363,15 @@ var livePools9 = [
|
|
|
363
363
|
tokenPerBlock: "10",
|
|
364
364
|
isFinished: false
|
|
365
365
|
},
|
|
366
|
+
{
|
|
367
|
+
sousId: 379,
|
|
368
|
+
stakingToken: bscTokens.cake,
|
|
369
|
+
earningToken: bscTokens.solvbtc,
|
|
370
|
+
contractAddress: "0x782538DFa37fB8c5d04c44C14B9352743FB15f9f",
|
|
371
|
+
poolCategory: "Core" /* CORE */,
|
|
372
|
+
tokenPerBlock: "0.000000096",
|
|
373
|
+
isFinished: false
|
|
374
|
+
},
|
|
366
375
|
{
|
|
367
376
|
sousId: 378,
|
|
368
377
|
stakingToken: bscTokens.cake,
|
|
@@ -384,7 +393,7 @@ var livePools9 = [
|
|
|
384
393
|
{
|
|
385
394
|
sousId: 376,
|
|
386
395
|
stakingToken: bscTokens.cake,
|
|
387
|
-
earningToken: bscTokens.
|
|
396
|
+
earningToken: bscTokens.octavia,
|
|
388
397
|
contractAddress: "0x0043bc9b395245B63eA548Bb11c7d2609Bf7B327",
|
|
389
398
|
poolCategory: "Core" /* CORE */,
|
|
390
399
|
tokenPerBlock: "0.01157",
|