tangle-network / dapp

Monorepo for the Tangle ecosystem.
https://app.tangle.tools
Apache License 2.0
29 stars 15 forks source link

[BUG] Fix Hyperlane Interchain Gas Fee #2583

Open devpavan04 opened 1 day ago

devpavan04 commented 1 day ago

Overview

Currently, the interchain gas fee for a Hyperlane bridge transfer is displayed as 0. We're using Hyperlane SDK's warpCore.estimateTransferRemoteFees() to obtain gas estimates. The 0 interchain gas fee may be due to the Hyperlane core configuration on both the Holesky and Tangle Testnet, which uses a 0 protocol fee. However, further investigation is required before closing this issue.

CleanShot 2024-10-11 at 11 28 19

requiredHook:
  beneficiary: "0x009928463436d9CFf320d4E9E0D36376c71C1C1E"
  maxProtocolFee: "100000000000000000"
  owner: "0x009928463436d9CFf320d4E9E0D36376c71C1C1E"
  protocolFee: "0"
  type: protocolFee