Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Nov 28, 2024
1 parent 9e66e7a commit fce3155
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libs/AxelarQueryAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export class AxelarQueryAPI {

/**
* This method is a wrapper around `estimateMultihopFee` for GMP transaction.
* The `estimateGasFee` method is deprecated and will be removed in the future.
* The `estimateGasFee` method is no longer maintained. We recommend using this function instead.
* @param hop The hop parameters for the GMP transaction
* @param options Optional parameters for fee estimation
* @throws {Error} If no hops are provided or chain validation fails
Expand All @@ -438,7 +438,8 @@ export class AxelarQueryAPI {
}

/**
* deprecated. Use `estimateGasFeeGMP` instead.
* @deprecated. We recommend using `estimateGasFeeGMP` instead.
*
* Calculate estimated gas amount to pay for the gas receiver contract.
* @param sourceChainId Can be of the EvmChain enum or string. If string, should try to generalize to use the CHAINS constants (e.g. CHAINS.MAINNET.ETHEREUM)
* @param destinationChainId Can be of the EvmChain enum or string. If string, should try to generalize to use the CHAINS constants (e.g. CHAINS.MAINNET.ETHEREUM)
Expand Down

0 comments on commit fce3155

Please sign in to comment.