Skip to content

Commit

Permalink
feat: validate gas balance false if src chain forma
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Jun 15, 2024
1 parent 741d491 commit f2bbe15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion initia-registry
2 changes: 1 addition & 1 deletion src/components/PreviewRoute/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,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 f2bbe15

Please sign in to comment.