diff --git a/chain-registry b/chain-registry index a476b650..a79464c4 160000 --- a/chain-registry +++ b/chain-registry @@ -1 +1 @@ -Subproject commit a476b650b322ba5215bcffdba80965ee9c1827b7 +Subproject commit a79464c4aea2c3f518431261b62d7e5a84e19e39 diff --git a/initia-registry b/initia-registry index a85bd790..a7553bfb 160000 --- a/initia-registry +++ b/initia-registry @@ -1 +1 @@ -Subproject commit a85bd790639facf7ebe1c88f872245276cce692c +Subproject commit a7553bfba532421ced02d42cb02c768961fcc0a4 diff --git a/src/components/PreviewRoute/index.tsx b/src/components/PreviewRoute/index.tsx index 87896205..601f0d64 100644 --- a/src/components/PreviewRoute/index.tsx +++ b/src/components/PreviewRoute/index.tsx @@ -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);