@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pancakeswap/pools",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"lodash": "^4.17.21",
|
|
11
11
|
"viem": "^1.2.9",
|
|
12
12
|
"wagmi": "^1.3.10",
|
|
13
|
-
"@pancakeswap/sdk": "5.
|
|
13
|
+
"@pancakeswap/sdk": "5.3.0",
|
|
14
14
|
"@pancakeswap/token-lists": "0.0.8",
|
|
15
|
-
"@pancakeswap/tokens": "0.
|
|
15
|
+
"@pancakeswap/tokens": "0.3.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/lodash": "^4.14.168",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"typescript": "^5.1.3",
|
|
21
21
|
"vitest": "^0.27.2",
|
|
22
22
|
"@pancakeswap/tsconfig": "0.0.0",
|
|
23
|
-
"@pancakeswap/utils": "
|
|
23
|
+
"@pancakeswap/utils": "4.0.0"
|
|
24
24
|
},
|
|
25
25
|
"exports": {
|
|
26
26
|
"./package.json": "./package.json",
|
|
@@ -636,7 +636,7 @@ const finishedPools = [
|
|
|
636
636
|
{
|
|
637
637
|
sousId: 281,
|
|
638
638
|
stakingToken: bscTokens.cake,
|
|
639
|
-
earningToken: bscTokens.
|
|
639
|
+
earningToken: bscTokens.deprecated_MIX,
|
|
640
640
|
contractAddress: '0x0F96E19Bdc787e767BA1e8F1aDD0f62cbdad87C8',
|
|
641
641
|
poolCategory: PoolCategory.CORE,
|
|
642
642
|
tokenPerBlock: '63.136',
|
|
@@ -663,7 +663,7 @@ const finishedPools = [
|
|
|
663
663
|
{
|
|
664
664
|
sousId: 278,
|
|
665
665
|
stakingToken: bscTokens.cake,
|
|
666
|
-
earningToken: bscTokens.
|
|
666
|
+
earningToken: bscTokens.deprecated_rpg,
|
|
667
667
|
contractAddress: '0xD1c395BCdC2d64ac6544A34A36185483B00530a1',
|
|
668
668
|
poolCategory: PoolCategory.CORE,
|
|
669
669
|
tokenPerBlock: '0.06794',
|
|
@@ -1093,7 +1093,7 @@ const finishedPools = [
|
|
|
1093
1093
|
{
|
|
1094
1094
|
sousId: 223,
|
|
1095
1095
|
stakingToken: bscTokens.cake,
|
|
1096
|
-
earningToken: bscTokens.
|
|
1096
|
+
earningToken: bscTokens.deprecated_rpg,
|
|
1097
1097
|
contractAddress: '0x65C0940C50A3C98AEEc95a115Ae62E9804588713',
|
|
1098
1098
|
poolCategory: PoolCategory.CORE,
|
|
1099
1099
|
tokenPerBlock: '0.01863',
|