@pancakeswap/pools 4.0.3 → 4.0.5
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 +17 -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/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @pancakeswap/pools@4.0.
|
|
2
|
+
> @pancakeswap/pools@4.0.5 build /home/runner/work/pancake-frontend/pancake-frontend/packages/pools
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: {"index":"./src/index.ts"}
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
13
|
+
[32mCJS[39m [1mdist/index.js [22m[32m175.01 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m296.92 KB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 1568ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m167.31 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m296.92 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 1570ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @pancakeswap/pools
|
|
2
2
|
|
|
3
|
+
## 4.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d0f9b28a9]
|
|
8
|
+
- @pancakeswap/tokens@0.3.1
|
|
9
|
+
- @pancakeswap/token-lists@0.0.8
|
|
10
|
+
|
|
11
|
+
## 4.0.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [5e15c611e]
|
|
16
|
+
- @pancakeswap/sdk@5.3.0
|
|
17
|
+
- @pancakeswap/tokens@0.3.0
|
|
18
|
+
- @pancakeswap/token-lists@0.0.8
|
|
19
|
+
|
|
3
20
|
## 4.0.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -738,7 +738,7 @@ var finishedPools2 = [
|
|
|
738
738
|
{
|
|
739
739
|
sousId: 281,
|
|
740
740
|
stakingToken: tokens.bscTokens.cake,
|
|
741
|
-
earningToken: tokens.bscTokens.
|
|
741
|
+
earningToken: tokens.bscTokens.deprecated_MIX,
|
|
742
742
|
contractAddress: "0x0F96E19Bdc787e767BA1e8F1aDD0f62cbdad87C8",
|
|
743
743
|
poolCategory: "Core" /* CORE */,
|
|
744
744
|
tokenPerBlock: "63.136",
|
|
@@ -765,7 +765,7 @@ var finishedPools2 = [
|
|
|
765
765
|
{
|
|
766
766
|
sousId: 278,
|
|
767
767
|
stakingToken: tokens.bscTokens.cake,
|
|
768
|
-
earningToken: tokens.bscTokens.
|
|
768
|
+
earningToken: tokens.bscTokens.deprecated_rpg,
|
|
769
769
|
contractAddress: "0xD1c395BCdC2d64ac6544A34A36185483B00530a1",
|
|
770
770
|
poolCategory: "Core" /* CORE */,
|
|
771
771
|
tokenPerBlock: "0.06794",
|
|
@@ -1195,7 +1195,7 @@ var finishedPools2 = [
|
|
|
1195
1195
|
{
|
|
1196
1196
|
sousId: 223,
|
|
1197
1197
|
stakingToken: tokens.bscTokens.cake,
|
|
1198
|
-
earningToken: tokens.bscTokens.
|
|
1198
|
+
earningToken: tokens.bscTokens.deprecated_rpg,
|
|
1199
1199
|
contractAddress: "0x65C0940C50A3C98AEEc95a115Ae62E9804588713",
|
|
1200
1200
|
poolCategory: "Core" /* CORE */,
|
|
1201
1201
|
tokenPerBlock: "0.01863"
|