Skip to content

Commit

Permalink
fix: update boost fee price level 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MejiasDev committed Feb 7, 2024
1 parent f465ae5 commit c265358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateBoostFees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function main() {
)
await logTx(level2Tx)
const level3Tx = await DiamondManagerFacet.setBoostFee(
2,
3,
parseUnits('0.2', 6).toString()
)
await logTx(level3Tx)
Expand Down

0 comments on commit c265358

Please sign in to comment.