@pancakeswap/pools 4.0.3 → 4.0.4
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/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +9 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/constants/pools/56.ts +3 -3
package/dist/index.mjs
CHANGED
|
@@ -729,7 +729,7 @@ var finishedPools2 = [
|
|
|
729
729
|
{
|
|
730
730
|
sousId: 281,
|
|
731
731
|
stakingToken: bscTokens.cake,
|
|
732
|
-
earningToken: bscTokens.
|
|
732
|
+
earningToken: bscTokens.deprecated_MIX,
|
|
733
733
|
contractAddress: "0x0F96E19Bdc787e767BA1e8F1aDD0f62cbdad87C8",
|
|
734
734
|
poolCategory: "Core" /* CORE */,
|
|
735
735
|
tokenPerBlock: "63.136",
|
|
@@ -756,7 +756,7 @@ var finishedPools2 = [
|
|
|
756
756
|
{
|
|
757
757
|
sousId: 278,
|
|
758
758
|
stakingToken: bscTokens.cake,
|
|
759
|
-
earningToken: bscTokens.
|
|
759
|
+
earningToken: bscTokens.deprecated_rpg,
|
|
760
760
|
contractAddress: "0xD1c395BCdC2d64ac6544A34A36185483B00530a1",
|
|
761
761
|
poolCategory: "Core" /* CORE */,
|
|
762
762
|
tokenPerBlock: "0.06794",
|
|
@@ -1186,7 +1186,7 @@ var finishedPools2 = [
|
|
|
1186
1186
|
{
|
|
1187
1187
|
sousId: 223,
|
|
1188
1188
|
stakingToken: bscTokens.cake,
|
|
1189
|
-
earningToken: bscTokens.
|
|
1189
|
+
earningToken: bscTokens.deprecated_rpg,
|
|
1190
1190
|
contractAddress: "0x65C0940C50A3C98AEEc95a115Ae62E9804588713",
|
|
1191
1191
|
poolCategory: "Core" /* CORE */,
|
|
1192
1192
|
tokenPerBlock: "0.01863"
|