Browse Source

Spread of `0.3%` instead of `3%`

compile-for-aarch64
Daniel Karzel 3 years ago
parent
commit
a172e9da4a
No known key found for this signature in database GPG Key ID: 30C3FC2E438ADB6E
  1. 2
      frontend/src/MakerApp.tsx

2
frontend/src/MakerApp.tsx

@ -28,7 +28,7 @@ import { Cfd, intoCfd, intoOrder, Order, PriceInfo, StateGroupKey, WalletInfo }
import Wallet from "./components/Wallet";
import { CfdSellOrderPayload, postCfdSellOrderRequest } from "./MakerClient";
const SPREAD = 1.03;
const SPREAD = 1.003;
export default function App() {
let source = useEventSource({ source: "/api/feed", options: { withCredentials: true } });

Loading…
Cancel
Save