Skip to content

Commit

Permalink
comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Feb 19, 2025
1 parent 53294a6 commit fc82251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/account/paymaster/PaymasterERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ abstract contract PaymasterERC20 is PaymasterCore {
* (<ERC-20 token price in $> / 10**<ERC-20 decimals>)/(<Native token price in $> / 1e18) * <_tokenPriceDenominator>
*
* This function may be implemented in any number of ways, including
* * Hardcoding values (only one token supported)
* * Hardcoding the address of the token (only one token supported)
* * Getting the price from an onchain oracle
* * Getting the (signed) values through the userOp's paymasterData
*
Expand Down

0 comments on commit fc82251

Please sign in to comment.