Skip to content

Commit

Permalink
Merge branch 'add-memeContract' of github.com:burrowHQ/burrow-cash in…
Browse files Browse the repository at this point in the history
…to add-memeContract
  • Loading branch information
lq0-github committed Jan 13, 2025
2 parents a876ab1 + e77d9ed commit e802e04
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion hooks/useEstimateSwap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useV1EstimateSwap } from "./useV1EstimateSwap";
import { useDclEstimateSwap } from "./useDclEstimateSwap";
import { IEstimateResult } from "../interfaces";

init_env("dev");
export const useEstimateSwap = ({
tokenIn_id,
tokenOut_id,
Expand Down
1 change: 0 additions & 1 deletion hooks/useV1EstimateSwap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import {
get_registered_dexes,
} from "../utils/margin";

init_env("dev");
const SHUTDOWN_SERVER = false;
export const useV1EstimateSwap = ({
tokenIn_id,
Expand Down
2 changes: 0 additions & 2 deletions screens/Trading/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ import { beautifyPrice } from "../../utils/beautyNumber";
import { getSymbolById } from "../../transformers/nearSymbolTrans";
import { useRegisterTokenType } from "../../hooks/useRegisterTokenType";

init_env("dev");

const Trading = () => {
const isMobile = isMobileDevice();
const marginConfig = useAppSelector(getMarginConfig);
Expand Down

0 comments on commit e802e04

Please sign in to comment.