Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Nov 25, 2024
1 parent 5d83ad0 commit 998df6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/unit/concrete/TestTokenPaymaster.Base.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ contract TestTokenPaymasterBase is TestBase {
initialUserTokenBalance,
initialPaymasterTokenBalance,
// IF THIS CASE FAILS ON 2% TOLERANCE => PUT THE FRESH PRICE FROM ORACLE HERE
3344583445,
// https://basescan.org/address/0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70#readContract#F8
// and remove two last digits from the price
//3344583445,
3478381850,
_PRICE_MARKUP_DENOMINATOR,
this.getMaxPenalty(ops[0]),
this.getRealPenalty(ops[0], gasValue, customGasPrice));
Expand Down

0 comments on commit 998df6e

Please sign in to comment.