Skip to content

Commit

Permalink
Fix/forma validate gas balance off (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Jul 18, 2024
1 parent ef2f513 commit 6eb6740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-pugs-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/widget': patch
---

source chain forma validate gas balance off
2 changes: 1 addition & 1 deletion packages/widget/src/ui/PreviewRoute/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const PreviewRoute = ({
await skipClient.executeRoute({
route,
userAddresses,
validateGasBalance: true,
validateGasBalance: route.sourceAssetChainID !== '984122',
getFallbackGasAmount: async (chainID, chainType) => {
if (chainType === 'cosmos') {
return Number(useSettingsStore.getState().customGasAmount);
Expand Down

0 comments on commit 6eb6740

Please sign in to comment.