Skip to content

Commit

Permalink
inline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov committed Nov 29, 2024
1 parent 56d0aed commit 4725ef3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contracts/token/BiconomyTokenPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ contract BiconomyTokenPaymaster is
uint256 private immutable _NATIVE_TOKEN_DECIMALS; // gas savings
uint256 private immutable _NATIVE_ASSET_PRICE_EXPIRY_DURATION; // gas savings

/**
* @dev markup and expiry duration are provided for each token.
* Price expiry duration should be set to the heartbeat value of the token.
* Additionally, priceMarkup must be higher than Chainlink’s deviation threshold value.
* More: https://docs.chain.link/architecture-overview/architecture-decentralized-model
*/

constructor(
address owner,
address verifyingSignerArg,
Expand Down

0 comments on commit 4725ef3

Please sign in to comment.