Skip to content

Commit

Permalink
Mark gasEstimator as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Aug 6, 2024
1 parent 9f0c630 commit f054a97
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 f054a97

Please sign in to comment.