Skip to content

Commit f97d183

Browse files
committed
fix deployBNBPartyFactory
1 parent 36b9bd8 commit f97d183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export async function deployBNBPartyFactory(
145145
bonusTargetReach: returnFeeAmount,
146146
bonusPartyCreator: bonusFee,
147147
targetReachFee: targetReachFee,
148-
partyTicks: { tickLower: "-214200", tickUpper: "195600" },
148+
partyTicks: { tickLower: "-195600", tickUpper: "214200" },
149149
lpTicks: { tickLower: "-214200", tickUpper: "201400" }
150150
},
151151
WBNB,

0 commit comments

Comments
 (0)