Skip to content

Conversation

effie-ms
Copy link
Contributor

Which Jira task is linked to this PR?

https://lifi.atlassian.net/browse/LF-15118

Visual showcase (Screenshots or Videos)

Before (playground)
Screenshot 2025-08-25 at 22 17 29
After
Screenshot 2025-08-25 at 22 16 34

Checklist before requesting a review

  • I have performed a self-review and testing of my code.
  • This pull request is focused and addresses a single problem.

@effie-ms effie-ms self-assigned this Aug 26, 2025
Copy link

Hey! This is your new endpoint: https://d7a7a973.widget-lf15118.pages.dev

Copy link

Hey! This is your new endpoint: https://67680e58.widget-lf15118.pages.dev

Comment on lines 18 to 22
const { enabledAutoRefuel } = useSettings(['enabledAutoRefuel'])
// Do not show the message if gas auto refuel is enabled
if (enabledAutoRefuel) {
return null
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is more to it. If the user doesn't have gas on the source chain, this will also hide the message, but we should show it in that case.

We probably need to change something inside the gas insufficiency message hook calculation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the hook 👌

Copy link

Hey! This is your new endpoint: https://eec93c73.widget-lf15118.pages.dev

@effie-ms effie-ms requested a review from chybisov August 26, 2025 14:44
@chybisov chybisov added the WIP Work in progress label Sep 8, 2025
Copy link

github-actions bot commented Sep 8, 2025

Hey! This is your new endpoint: https://5e83437a.widget-lf15118.pages.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing WIP Work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants