Skip to content

Commit

Permalink
fix: rebalance
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinIsCash committed Nov 24, 2021
1 parent 9e3bd37 commit af893aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/farm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Farm(): JSX.Element {
},
"0xf8534BB9603c501Bbe16deF7D08D941F0241855b": {
farmId: 1,
allocPoint: 127499999,
allocPoint: 171699999,
token0: TANGO[ChainId.SMARTBCH],
token1: FLEXUSD,
},
Expand All @@ -68,7 +68,7 @@ export default function Farm(): JSX.Element {
},
"0xA15F8102AB4723A4D1554363c0c8AFF471F16E21": {
farmId: 3,
allocPoint: 294999999,
allocPoint: 250749999,
token0: FLEXUSD,
token1: WBCH[ChainId.SMARTBCH],
},
Expand Down Expand Up @@ -191,7 +191,7 @@ export default function Farm(): JSX.Element {
owner: {
id: MASTERCHEF_ADDRESS[chainId],
sushiPerBlock: "100000000000000000000",
totalAllocPoint: "999999984"
totalAllocPoint: "999949984"
},
userCount: 1,
}
Expand Down

0 comments on commit af893aa

Please sign in to comment.