Skip to content

Commit

Permalink
[CCIP-3376] fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
valerii-kabisov-cll committed Sep 19, 2024
1 parent 7b8576f commit c63f97d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (i *Interceptor) ModifyGasPriceComponents(ctx context.Context, gasPrice, da
return new(big.Int).Mul(newGasPrice, i.tokenRatio), daGasPrice, nil
}

// Request and returns the token ratio for Mantle.
// getMantleGasPrice Requests and returns the token ratio for Mantle.
func (i *Interceptor) getMantleGasPrice(ctx context.Context) (*big.Int, error) {
// call oracle to get l1BaseFee and tokenRatio
rpcBatchCalls := []rpc.BatchElem{
Expand Down

0 comments on commit c63f97d

Please sign in to comment.