File tree Expand file tree Collapse file tree 6 files changed +267
-231
lines changed
extension/src/pages/ibc-swap Expand file tree Collapse file tree 6 files changed +267
-231
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,7 @@ import { useInsufficientFeeAnalytics } from "../../hooks/analytics/use-insuffici
6868import { getShouldTopUpSignOptions } from "../../utils/should-top-up-sign-options" ;
6969import { useSwapFeeBps } from "./hooks/use-swap-fee-bps" ;
7070import { useSwapPriceImpact } from "./hooks/use-swap-price-impact" ;
71- import {
72- RouteStepType ,
73- SwapProvider ,
74- } from "@keplr-wallet/stores-internal/build/swap/types" ;
71+ import { RouteStepType , SwapProvider } from "@keplr-wallet/stores-internal" ;
7572import { Button } from "../../components/button" ;
7673import { EvmGasSimulationOutcome , EthTxStatus } from "@keplr-wallet/types" ;
7774// import { useSwapAnalytics } from "./hooks/use-swap-analytics";
Original file line number Diff line number Diff line change 1- export enum SwapProvider {
2- SKIP = "skip" ,
3- SQUID = "squid" ,
4- }
1+ import { SwapProvider } from "@keplr-wallet/types" ;
2+ export { SwapProvider } ;
53
64export enum SwapChainType {
75 COSMOS = "cosmos" ,
You can’t perform that action at this time.
0 commit comments