@pancakeswap/pools 5.1.12 → 5.1.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/constants/pools/56.d.ts.map +1 -1
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -348,6 +348,24 @@ var livePools9 = [
|
|
|
348
348
|
tokenPerBlock: "10",
|
|
349
349
|
isFinished: false
|
|
350
350
|
},
|
|
351
|
+
{
|
|
352
|
+
sousId: 374,
|
|
353
|
+
stakingToken: bscTokens.cake,
|
|
354
|
+
earningToken: bscTokens.chat,
|
|
355
|
+
contractAddress: "0xe2471BBAcF78e394435De5A5c7ded735ca6d4692",
|
|
356
|
+
poolCategory: "Core" /* CORE */,
|
|
357
|
+
tokenPerBlock: "0.007716",
|
|
358
|
+
version: 3
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
sousId: 373,
|
|
362
|
+
stakingToken: bscTokens.cake,
|
|
363
|
+
earningToken: bscTokens.aitech,
|
|
364
|
+
contractAddress: "0xa09F3F97CF36C35465A9117e4F70758Dcd905F91",
|
|
365
|
+
poolCategory: "Core" /* CORE */,
|
|
366
|
+
tokenPerBlock: "0.1157",
|
|
367
|
+
version: 3
|
|
368
|
+
},
|
|
351
369
|
{
|
|
352
370
|
sousId: 372,
|
|
353
371
|
stakingToken: bscTokens.cake,
|