Skip to content

Commit

Permalink
Merge pull request #468 from multiversx/TOOL-222-mark-as-deprecated-t…
Browse files Browse the repository at this point in the history
…he-gas-estimator-class

Mark gasEstimator as deprecated
  • Loading branch information
danielailie authored Aug 7, 2024
2 parents 9f0c630 + f054a97 commit 239bfa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gasEstimator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const ADDITIONAL_GAS_FOR_ESDT_TRANSFER = 100000;
// and for eventual increases in gas requirements (thus avoid fast-breaking changes in clients of the library).
const ADDITIONAL_GAS_FOR_ESDT_NFT_TRANSFER = 800000;

/**
* @deprecated This will be remove with the next release as the only place where it is used is a deprecated constructor.
*/
export class GasEstimator {
private readonly gasConfiguration: IGasConfiguration;

Expand Down

0 comments on commit 239bfa9

Please sign in to comment.