@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pancakeswap/pools",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
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.2.1",
13
+ "@pancakeswap/sdk": "5.3.0",
14
14
  "@pancakeswap/token-lists": "0.0.8",
15
- "@pancakeswap/tokens": "0.2.3"
15
+ "@pancakeswap/tokens": "0.3.1"
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": "3.0.3"
23
+ "@pancakeswap/utils": "4.0.1"
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.MIX,
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.rpg,
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.rpg,
1096
+ earningToken: bscTokens.deprecated_rpg,
1097
1097
  contractAddress: '0x65C0940C50A3C98AEEc95a115Ae62E9804588713',
1098
1098
  poolCategory: PoolCategory.CORE,
1099
1099
  tokenPerBlock: '0.01863',