Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fix Hyperlane Interchain Gas Fee #2583

Open
devpavan04 opened this issue Oct 11, 2024 · 0 comments · May be fixed by #2596
Open

[BUG] Fix Hyperlane Interchain Gas Fee #2583

devpavan04 opened this issue Oct 11, 2024 · 0 comments · May be fixed by #2596
Assignees
Labels
bug 🪲 Something isn't working tangle-dapp Tangle Staking dApp

Comments

@devpavan04
Copy link
Member

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
@devpavan04 devpavan04 added bug 🪲 Something isn't working tangle-dapp Tangle Staking dApp labels Oct 11, 2024
@devpavan04 devpavan04 self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working tangle-dapp Tangle Staking dApp
Projects
Status: Building 🏗️
Development

Successfully merging a pull request may close this issue.

1 participant